summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2013-12-03 22:18:44 +0000
committerMatthew Marlowe <mattm@gentoo.org>2013-12-03 22:18:44 +0000
commit0efeffe340326875f45b414aada8c3ddcb608029 (patch)
tree6b39d78c7c40828f7555b67b529aa3576db847e8 /sys-power
parentgnome-shell dependency is not really needed (#493134 by Kevin Bryan) (diff)
downloadgentoo-2-0efeffe340326875f45b414aada8c3ddcb608029.tar.gz
gentoo-2-0efeffe340326875f45b414aada8c3ddcb608029.tar.bz2
gentoo-2-0efeffe340326875f45b414aada8c3ddcb608029.zip
Update init file /var/run/apcupsd directory > /run/apcupsd
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/apcupsd/ChangeLog6
-rwxr-xr-xsys-power/apcupsd/files/apcupsd.init.44
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog
index 1cfffe9847fc..819c0450119b 100644
--- a/sys-power/apcupsd/ChangeLog
+++ b/sys-power/apcupsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.93 2013/11/28 20:35:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.94 2013/12/03 22:18:44 mattm Exp $
+
+ 03 Dec 2013; Matthew Marlowe <mattm@gentoo.org> apcupsd-3.14.10-r5.ebuild,
+ files/apcupsd.init.4:
+ Update init file /var/run/apcupsd directory > /run/apcupsd
28 Nov 2013; Mike Frysinger <vapier@gentoo.org> apcupsd-3.14.10-r5.ebuild:
Keep KEYWORDS sorted.
diff --git a/sys-power/apcupsd/files/apcupsd.init.4 b/sys-power/apcupsd/files/apcupsd.init.4
index 6777a7884d4c..749b156c30cb 100755
--- a/sys-power/apcupsd/files/apcupsd.init.4
+++ b/sys-power/apcupsd/files/apcupsd.init.4
@@ -1,14 +1,14 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4,v 1.1 2013/10/15 09:50:19 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4,v 1.2 2013/12/03 22:18:44 mattm Exp $
INSTANCE="${SVCNAME#*.}"
if [ -z "${INSTANCE}" ] || [ "${SVCNAME}" = "apcupsd" ]; then
INSTANCE="apcupsd"
fi
-dir="/var/run/apcupsd"
+dir="/run/apcupsd"
depend() {
use net