diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-12 21:40:04 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-12 21:40:04 +0000 |
| commit | 88820203d49f84e97374f31b6eebcc0ace4feff2 (patch) | |
| tree | 4dc56a9853143d9c08ba76cdf33792e41081b4fc /etc | |
| parent | 991b35adf1c17326725fc6b96402a18ae9f4d632 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
