diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2013-12-03 22:18:44 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2013-12-03 22:18:44 +0000 |
commit | 0efeffe340326875f45b414aada8c3ddcb608029 (patch) | |
tree | 6b39d78c7c40828f7555b67b529aa3576db847e8 /sys-power/apcupsd/files | |
parent | gnome-shell dependency is not really needed (#493134 by Kevin Bryan) (diff) | |
download | gentoo-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/apcupsd/files')
-rwxr-xr-x | sys-power/apcupsd/files/apcupsd.init.4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |