summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-10-12 21:40:04 +0000
committerache <ache@FreeBSD.org>2000-10-12 21:40:04 +0000
commit66f25fff0b01d00b15ec91eb1e9e757e997d5674 (patch)
tree68c3e0e97a609718da2c5ff4d54f1302cadfde8d
parente15b6f4f17448e8d0c9b7e4ed0c0e1e2191a8e98 (diff)
downloadFreeBSD-src-66f25fff0b01d00b15ec91eb1e9e757e997d5674.zip
FreeBSD-src-66f25fff0b01d00b15ec91eb1e9e757e997d5674.tar.gz
"fix" savecore by moving dev_mkdb before it to allow device name sensing
-rw-r--r--etc/rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index 691b4a6..d89bfd3 100644
--- a/etc/rc
+++ b/etc/rc
@@ -331,6 +331,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.
@@ -373,10 +377,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
OpenPOWER on IntegriCloud