summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-07-07 22:53:39 +0000
committerderaadt <deraadt@openbsd.org>2011-07-07 22:53:39 +0000
commitd4d409c5cedb41110ad99c67311a755a7b21dc0d (patch)
tree34be811533bc197ab1f3e153045d8f16cedaa417
parentAdd missing bits to the syscall entry path. Not perfect yet, but it works (diff)
downloadwireguard-openbsd-d4d409c5cedb41110ad99c67311a755a7b21dc0d.tar.xz
wireguard-openbsd-d4d409c5cedb41110ad99c67311a755a7b21dc0d.zip
kvm_mkdb and dev_mkdb have been reliable for years, so we can run them
silently now. ok guenther
-rw-r--r--etc/rc8
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/rc b/etc/rc
index 3a93b698edf..542b9c3f262 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.361 2011/07/07 22:47:30 deraadt Exp $
+# $OpenBSD: rc,v 1.362 2011/07/07 22:53:39 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -467,13 +467,9 @@ if [ X"${check_quotas}" = X"YES" ]; then
quotaon -a
fi
-# build ps databases
-echo -n 'building ps databases:'
-echo -n " kvm"
+# build kvm(3) databases
kvm_mkdb
-echo -n " dev"
dev_mkdb
-echo "."
chmod 666 /dev/tty[pqrstuvwxyzPQRST]*
chown root:wheel /dev/tty[pqrstuvwxyzPQRST]*