Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-sbin/files: sysctl.initd
Date: Fri, 01 Feb 2008 12:37:32
Message-Id: E1JKv98-0007Ip-P9@stork.gentoo.org
1 flameeyes 08/02/01 12:37:30
2
3 Modified: sysctl.initd
4 Log:
5 Update init script to work with current development version of OpenRC (checkroot -> root; checkfs -> fsck).
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.5 sys-freebsd/freebsd-sbin/files/sysctl.initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd?r1=1.4&r2=1.5
14
15 Index: sysctl.initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- sysctl.initd 23 Feb 2007 13:56:05 -0000 1.4
22 +++ sysctl.initd 1 Feb 2008 12:37:30 -0000 1.5
23 @@ -1,10 +1,10 @@
24 #!/sbin/runscript
25 # Copyright 1999-2005 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd,v 1.4 2007/02/23 13:56:05 uberlord Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd,v 1.5 2008/02/01 12:37:30 flameeyes Exp $
29
30 depend() {
31 - need checkroot
32 + after checkroot root
33 }
34
35 start() {
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list