Add dset call to rc file, right after the databases are rebuilt.
This commit is contained in:
parent
5c963d4a7f
commit
55a8fc5382
5
etc/rc
5
etc/rc
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: rc,v 1.42 1994/12/05 19:46:35 ache Exp $
|
||||
# $Id: rc,v 1.43 1994/12/18 01:21:51 ache Exp $
|
||||
# From: @(#)rc 5.27 (Berkeley) 6/5/91
|
||||
|
||||
# System startup script run by init on autoboot
|
||||
@ -125,6 +125,9 @@ fi
|
||||
kvm_mkdb
|
||||
dev_mkdb
|
||||
|
||||
# snapshot any kernel changes back to disk
|
||||
/sbin/dset -q
|
||||
|
||||
chmod 666 /dev/tty[pqrs]*
|
||||
|
||||
# check the password temp/lock file
|
||||
|
Loading…
Reference in New Issue
Block a user