[hdapsd/f14/master] * Sun Jan 9 2011 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-6.fc14.2 - remove bad parentheses

Tomasz Torcz ttorcz at fedoraproject.org
Sun Jan 9 17:09:03 UTC 2011


commit 42af4b490abcd2416818c03c5c7fd8260be7e58b
Author: Tomasz Torcz <zdzichu at irc.pl>
Date:   Sun Jan 9 18:08:07 2011 +0100

    * Sun Jan 9 2011 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-6.fc14.2
    - remove bad parentheses in ExecStart= line of systemd unit def
      (thanks Alexandre Silva Lopes, #667073)

 hdapsd.spec     |    6 +++++-
 hdapsd at .service |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/hdapsd.spec b/hdapsd.spec
index 47a14a8..721066d 100644
--- a/hdapsd.spec
+++ b/hdapsd.spec
@@ -1,6 +1,6 @@
 Name:		hdapsd	
 Version:	20090401
-Release:	6%{?dist}.1
+Release:	6%{?dist}.2
 Summary:	Protects hard drives by parking head when fall is detected
 
 Group:		Applications/System
@@ -81,6 +81,10 @@ fi
 
 
 %changelog
+* Sun Jan 9 2011 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-6.fc14.2
+- remove bad parentheses in ExecStart= line of systemd unit def
+  (thanks Alexandre Silva Lopes, #667073)
+
 * Wed Dec 15 2010 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-6.fc14.1
 - give up fighting with upstart rules and ship legacy  
   Sysv init script provided by Matthias Haase;
diff --git a/hdapsd at .service b/hdapsd at .service
index e29d8fa..86d7406 100644
--- a/hdapsd at .service
+++ b/hdapsd at .service
@@ -6,4 +6,4 @@ EnvironmentFile=/etc/sysconfig/hdapsd
 StandardOutput=syslog
 SyslogIdentifier=%p(%I)
 Nice=-5
-ExecStart=/usr/sbin/hdapsd -d %I $(HDAPSD_OPTIONS)
+ExecStart=/usr/sbin/hdapsd -d %I $HDAPSD_OPTIONS


More information about the scm-commits mailing list