Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2012-08-26 11:30:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acpid (Old)
 and      /work/SRC/openSUSE:Factory/.acpid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acpid", Maintainer is "hma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/acpid/acpid.changes      2012-04-12 
09:17:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2012-08-26 
11:30:37.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Aug 19 18:18:51 UTC 2012 - crrodrig...@opensuse.org
+
+- Improve systemd unit
+ * run in the foreground
+ * use netlink only as /proc/acpi files are deprecated. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ acpid.spec ++++++
--- /var/tmp/diff_new_pack.ICjezJ/_old  2012-08-26 11:30:40.000000000 +0200
+++ /var/tmp/diff_new_pack.ICjezJ/_new  2012-08-26 11:30:40.000000000 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           acpid
 Version:        2.0.16
 Release:        0
-License:        GPL-2.0+
 Summary:        Executes Actions at ACPI Events
-Url:            http://tedfelix.com/linux/acpid-netlink.html
+License:        GPL-2.0+
 Group:          System/Daemons
+Url:            http://tedfelix.com/linux/acpid-netlink.html
 Source:         http://tedfelix.com/linux/%{name}-%{version}.tar.gz
 Source2:        rcacpid
 Source3:        README.SuSE

++++++ acpid.service ++++++
--- /var/tmp/diff_new_pack.ICjezJ/_old  2012-08-26 11:30:41.000000000 +0200
+++ /var/tmp/diff_new_pack.ICjezJ/_new  2012-08-26 11:30:41.000000000 +0200
@@ -2,16 +2,11 @@
 Description=ACPI Event Daemon
 After=syslog.target
 
-# This could probably benefit from socket activation, but honestly I think it
-# is time for acpid to go away, and hence I am not planning to spend the time
-# to add socket activation here. We use Type=forking to ensure that the
-# communication sockets are in place before boot proceeds with any service
-# needing this service. Would acpid support socket activation we could use
-# Type=simple here.
-
 [Service]
-Type=forking
-ExecStart=/usr/sbin/acpid 
+
+ExecStart=/usr/sbin/acpid -n -f
+ExecReload=/bin/kill -s HUP $MAINPID
+ExecStop=/bin/kill -s QUIT $MAINPID
 
 [Install]
 WantedBy=multi-user.target

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to