Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/nut/files: nut.powerfail.initd
Date: Fri, 25 Jun 2010 17:21:09
Message-Id: 20100625172103.9D6A72CF64@corvid.gentoo.org
1 robbat2 10/06/25 17:21:03
2
3 Modified: nut.powerfail.initd
4 Log:
5 Bug #324609: more BL1 compat.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-power/nut/files/nut.powerfail.initd
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut.powerfail.initd?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut.powerfail.initd?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut.powerfail.initd?r1=1.2&r2=1.3
14
15 Index: nut.powerfail.initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut.powerfail.initd,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -p -w -b -B -u -u -r1.2 -r1.3
21 --- nut.powerfail.initd 17 Jun 2010 19:38:18 -0000 1.2
22 +++ nut.powerfail.initd 25 Jun 2010 17:21:03 -0000 1.3
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut.powerfail.initd,v 1.2 2010/06/17 19:38:18 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut.powerfail.initd,v 1.3 2010/06/25 17:21:03 robbat2 Exp $
29
30 description='Signal the UPS to kill power in a power failure condition'
31
32 @@ -9,8 +9,8 @@ depend() {
33 # This is only for baselayout2
34 if [ -f /etc/init.d/sysfs ]; then
35 keyword -jail -lxc -openvz -prefix -uml -vserver -xenu -timeout
36 - fi
37 need mount-ro
38 + fi
39 }
40
41 start() {