mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 06:42:45 +00:00
"fix" savecore by moving dev_mkdb before it to allow device name sensing
This commit is contained in:
parent
991b35adf1
commit
88820203d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67040
8
etc/rc
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user