summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2001-03-07 20:13:56 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2001-03-07 20:13:56 +0000
commit3b453271bcf2e64e980d380b66b0d7a685a50a39 (patch)
treef7622f1acf2bdb698430f3f48d55df7e87aaf3b0 /etc
parent03516eaf6d62ba0937ee798ae0f3c94665a18d98 (diff)
downloadsrc-test2-3b453271bcf2e64e980d380b66b0d7a685a50a39.tar.gz
src-test2-3b453271bcf2e64e980d380b66b0d7a685a50a39.zip
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index c40e54efe05f..d92b5944edf5 100644
--- a/etc/rc
+++ b/etc/rc
@@ -364,6 +364,10 @@ esac
echo '.'
+# Build devices database
+#
+dev_mkdb
+
# Enable dumpdev so that savecore can see it.
# /var/crash should be a directory or a symbolic link
# to the crash directory if core dumps are to be saved.
@@ -406,10 +410,6 @@ if [ -n "${network_pass2_done}" ]; then
network_pass3
fi
-# Build ps databases
-#
-dev_mkdb
-
# Check the password temp/lock file
#
if [ -e /etc/ptmp ]; then