diff options
author | root <root@rshg054.dnsready.net> | 2013-03-16 00:04:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-16 00:04:27 -0700 |
commit | ea60830c19f04f36803e26821bd9db1361489653 (patch) | |
tree | 36ad70529294c03ef83ce837c70e5d93fc35abd1 /community/acpid | |
parent | 6677e80954fee8b7bd931cfd5426fbf79c075246 (diff) |
Sat Mar 16 00:04:26 PDT 2013
Diffstat (limited to 'community/acpid')
-rw-r--r-- | community/acpid/PKGBUILD | 6 | ||||
-rw-r--r-- | community/acpid/acpid.socket | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/acpid/PKGBUILD b/community/acpid/PKGBUILD index d31a614a8..617aba45f 100644 --- a/community/acpid/PKGBUILD +++ b/community/acpid/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84713 2013-02-23 09:11:56Z seblu $ +# $Id: PKGBUILD 86363 2013-03-15 22:40:51Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: xduugu # Contributor: Manolis Tzanidakis @@ -6,7 +6,7 @@ pkgname=acpid pkgver=2.0.18 -pkgrel=1 +pkgrel=2 pkgdesc='A daemon for delivering ACPI power management events with netlink support' arch=('i686' 'x86_64') url='http://tedfelix.com/linux/acpid-netlink.html' @@ -21,7 +21,7 @@ source=("http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.ta 'anything' 'handler.sh') md5sums=('7c4ff315ae960c54eea303c71c49f152' - 'ee6cb99e50e580c50331a73045412ae9' + 'd11700eb136e0489835ddaf977a7905b' '10290f69491206cd104654e5b900b661' '2d37b98d6e74bab815604b8b48c6cfd4' '47f44ff5f02685dce8bcdab8568f0c38') diff --git a/community/acpid/acpid.socket b/community/acpid/acpid.socket index 1e5365bf1..1b23f8735 100644 --- a/community/acpid/acpid.socket +++ b/community/acpid/acpid.socket @@ -2,7 +2,7 @@ Description=ACPID Listen Socket [Socket] -ListenStream=/run/acpid.socket +ListenStream=/var/run/acpid.socket [Install] WantedBy=sockets.target |