[acpid/f14/master] * Wed Aug 11 2010 Jiri Skala <jskala at redhat.com> - 2.0.5-2 - fixes #617317 - Providing native system

Jiri Skala jskala at fedoraproject.org
Wed Aug 11 14:50:58 UTC 2010


commit cdca434175ce5156ffae1b14945242e7b2a84f66
Author: Jiri Skala <jskala at localhost.localdomain>
Date:   Wed Aug 11 16:50:55 2010 +0200

    * Wed Aug 11 2010 Jiri Skala <jskala at redhat.com> - 2.0.5-2
    - fixes #617317 - Providing native systemd file for upcoming F14 Feature Systemd

 acpid.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/acpid.spec b/acpid.spec
index d3e7987..7ef0d36 100644
--- a/acpid.spec
+++ b/acpid.spec
@@ -97,8 +97,8 @@ if [ "$1" = "0" ]; then
 	/sbin/service acpid stop >/dev/null 2>&1
 	/sbin/chkconfig --del acpid
 
-	/bin/systemctl disable %{name}.service foobar.socket > /dev/null 2>&1 || :
-        /bin/systemctl stop %{name}.service foobar.socket > /dev/null 2>&1 || :
+	/bin/systemctl disable %{name}.service %{name}.socket > /dev/null 2>&1 || :
+        /bin/systemctl stop %{name}.service %{name}.socket > /dev/null 2>&1 || :
 fi
 
 %postun


More information about the scm-commits mailing list