summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-24 16:49:14 +0000
committerjkh <jkh@FreeBSD.org>1995-01-24 16:49:14 +0000
commit55a8fc538266bdf337b774863006e9741c92addc (patch)
treebb4a34c2ceb415918f0d7c194543dff482f4316f /etc
parent5c963d4a7fb60ad11496e3bcdbd492132e5914eb (diff)
downloadFreeBSD-src-55a8fc538266bdf337b774863006e9741c92addc.zip
FreeBSD-src-55a8fc538266bdf337b774863006e9741c92addc.tar.gz
Add dset call to rc file, right after the databases are rebuilt.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 2631854..de10ae6 100644
--- a/etc/rc
+++ b/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
OpenPOWER on IntegriCloud