Gentoo Archives: gentoo-commits

From: "Matthew Marlow (mattm)" <mattm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd/files: apcupsd.init.4
Date: Tue, 03 Dec 2013 22:18:47
Message-Id: 20131203221844.666AD2004E@flycatcher.gentoo.org
1 mattm 13/12/03 22:18:44
2
3 Modified: apcupsd.init.4
4 Log:
5 Update init file /var/run/apcupsd directory > /run/apcupsd
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
8
9 Revision Changes Path
10 1.2 sys-power/apcupsd/files/apcupsd.init.4
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4?r1=1.1&r2=1.2
15
16 Index: apcupsd.init.4
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- apcupsd.init.4 15 Oct 2013 09:50:19 -0000 1.1
23 +++ apcupsd.init.4 3 Dec 2013 22:18:44 -0000 1.2
24 @@ -1,14 +1,14 @@
25 #!/sbin/runscript
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4,v 1.1 2013/10/15 09:50:19 mattm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.4,v 1.2 2013/12/03 22:18:44 mattm Exp $
30
31 INSTANCE="${SVCNAME#*.}"
32 if [ -z "${INSTANCE}" ] || [ "${SVCNAME}" = "apcupsd" ]; then
33 INSTANCE="apcupsd"
34 fi
35
36 -dir="/var/run/apcupsd"
37 +dir="/run/apcupsd"
38
39 depend() {
40 use net