From 88820203d49f84e97374f31b6eebcc0ace4feff2 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 12 Oct 2000 21:40:04 +0000 Subject: [PATCH] "fix" savecore by moving dev_mkdb before it to allow device name sensing --- etc/rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/rc b/etc/rc index 691b4a679735..d89bfd3f5fc3 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