Gentoo Archives: gentoo-commits

From: "Stefan Briesenick (sbriesen)" <sbriesen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/busybox-watchdog/files: busybox-watchdog.initd
Date: Wed, 29 Aug 2012 13:27:53
Message-Id: 20120829132703.E807420B4A@flycatcher.gentoo.org
1 sbriesen 12/08/29 13:27:03
2
3 Modified: busybox-watchdog.initd
4 Log:
5 added 'provide watchdog' in init-script
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-apps/busybox-watchdog/files/busybox-watchdog.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox-watchdog/files/busybox-watchdog.initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox-watchdog/files/busybox-watchdog.initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox-watchdog/files/busybox-watchdog.initd?r1=1.1&r2=1.2
15
16 Index: busybox-watchdog.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox-watchdog/files/busybox-watchdog.initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- busybox-watchdog.initd 21 Aug 2012 12:33:37 -0000 1.1
23 +++ busybox-watchdog.initd 29 Aug 2012 13:27:03 -0000 1.2
24 @@ -1,7 +1,11 @@
25 #!/sbin/runscript
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox-watchdog/files/busybox-watchdog.initd,v 1.1 2012/08/21 12:33:37 sbriesen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox-watchdog/files/busybox-watchdog.initd,v 1.2 2012/08/29 13:27:03 sbriesen Exp $
30 +
31 +depend() {
32 + provide watchdog
33 +}
34
35 start() {
36 export SSD_NICELEVEL