[hdapsd] * Sun Jan 9 2011 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-7 - remove bad parentheses in Exec

Tomasz Torcz ttorcz at fedoraproject.org
Sun Jan 9 21:13:53 UTC 2011


commit b2ae53e8334c909d95448755304d0491019973a1
Author: Tomasz Torcz <zdzichu at irc.pl>
Date:   Sun Jan 9 22:10:34 2011 +0100

    * Sun Jan 9 2011 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-7
    - 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 0dd8fb6..43f31ed 100644
--- a/hdapsd.spec
+++ b/hdapsd.spec
@@ -1,6 +1,6 @@
 Name:		hdapsd	
 Version:	20090401
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Protects hard drives by parking head when fall is detected
 
 Group:		Applications/System
@@ -64,6 +64,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jan 9 2011 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-7
+- remove bad parentheses in ExecStart= line of systemd unit def
+  (thanks Alexandre Silva Lopes, #667073)
+
 * Sat Jul 17 2010 Tomasz Torcz <ttorcz at fedoraproject.org> 20090401-6
 - provide systemd service definition
 - resurrect udev rule for systemd interaction
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