summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-02-01 12:37:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-02-01 12:37:30 +0000
commit5f03fff580bced4b234e6473fb5dfceeb1924013 (patch)
tree7c623481f336dee826dedfc1bbfb4af31bee9f1d /sys-freebsd/freebsd-sbin/files/sysctl.initd
parentstable x86, bug 208366 (diff)
downloadgentoo-2-5f03fff580bced4b234e6473fb5dfceeb1924013.tar.gz
gentoo-2-5f03fff580bced4b234e6473fb5dfceeb1924013.tar.bz2
gentoo-2-5f03fff580bced4b234e6473fb5dfceeb1924013.zip
Update init script to work with current development version of OpenRC (checkroot -> root; checkfs -> fsck).
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-freebsd/freebsd-sbin/files/sysctl.initd')
-rw-r--r--sys-freebsd/freebsd-sbin/files/sysctl.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-sbin/files/sysctl.initd b/sys-freebsd/freebsd-sbin/files/sysctl.initd
index 12974a00aac7..d101a318b3e1 100644
--- a/sys-freebsd/freebsd-sbin/files/sysctl.initd
+++ b/sys-freebsd/freebsd-sbin/files/sysctl.initd
@@ -1,10 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd,v 1.4 2007/02/23 13:56:05 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/files/sysctl.initd,v 1.5 2008/02/01 12:37:30 flameeyes Exp $
depend() {
- need checkroot
+ after checkroot root
}
start() {