summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-07-12 08:26:18 +0000
committerRoy Marples <uberlord@gentoo.org>2007-07-12 08:26:18 +0000
commit24c816857f3cabfb6e562fcaa522d9d87f70aaf8 (patch)
treeaa59a4ff8cdc993ba65858f1b8626142be544bae /sys-freebsd/freebsd-sbin/files
parentAdd pam USE flag and update /etc/pam.d/diald file (#185016). Add ~amd64 keyword. (diff)
downloadgentoo-2-24c816857f3cabfb6e562fcaa522d9d87f70aaf8.tar.gz
gentoo-2-24c816857f3cabfb6e562fcaa522d9d87f70aaf8.tar.bz2
gentoo-2-24c816857f3cabfb6e562fcaa522d9d87f70aaf8.zip
Fix devd for baselayout-2.0.0_alpha4.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'sys-freebsd/freebsd-sbin/files')
-rw-r--r--sys-freebsd/freebsd-sbin/files/devd.initd7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-freebsd/freebsd-sbin/files/devd.initd b/sys-freebsd/freebsd-sbin/files/devd.initd
index c2017f0d589f..d22a59ea6ea3 100644
--- a/sys-freebsd/freebsd-sbin/files/devd.initd
+++ b/sys-freebsd/freebsd-sbin/files/devd.initd
@@ -4,7 +4,8 @@
depend() {
need localmount
- after bootmisc hostname net
+ after bootmisc hostname
+ before net
}
start() {
@@ -29,10 +30,6 @@ start() {
# Now flush the queue
einfo "Flushing Device State Change Daemon queue"
-
- # Flush the output buffer
- eflush
-
/etc/devd_queue flush
mark_service_started "${SVCNAME}"