Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2000 08:29:30 +0400
From:      =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.pp.ru>
To:        current@freebsd.org
Subject:   savecore "fixing" patch for review
Message-ID:  <20001012082930.A276@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
--- rc.bak	Thu Oct 12 08:23:33 2000
+++ rc	Thu Oct 12 08:25:22 2000
@@ -331,6 +331,10 @@
 
 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.
@@ -372,10 +376,6 @@
 if [ -n "${network_pass2_done}" ]; then
 	network_pass3
 fi
-
-# Build ps databases
-#
-dev_mkdb
 
 # Check the password temp/lock file
 #

-- 
Andrey A. Chernov
http://ache.pp.ru/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001012082930.A276>