From 46fb533e139ac1667bee03de3cdacc8f997b5d06 Mon Sep 17 00:00:00 2001 From: mtm Date: Sat, 23 Oct 2004 06:50:50 +0000 Subject: Move devfs earlier in the boot sequence. Some system daemons and other programs may need to use the symlinks and permissions that it sets up. Discussed on: -current --- etc/rc.d/devfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.d') diff --git a/etc/rc.d/devfs b/etc/rc.d/devfs index 76c2710..d74e988 100644 --- a/etc/rc.d/devfs +++ b/etc/rc.d/devfs @@ -4,8 +4,8 @@ # # PROVIDE: devfs -# REQUIRE: LOGIN -# BEFORE: securelevel +# REQUIRE: rcconf mountcritremote +# BEFORE: SERVERS securelevel # KEYWORD: nojail . /etc/rc.subr -- cgit v1.1