diff options
author | 2011-07-07 22:53:39 +0000 | |
---|---|---|
committer | 2011-07-07 22:53:39 +0000 | |
commit | d4d409c5cedb41110ad99c67311a755a7b21dc0d (patch) | |
tree | 34be811533bc197ab1f3e153045d8f16cedaa417 | |
parent | Add missing bits to the syscall entry path. Not perfect yet, but it works (diff) | |
download | wireguard-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/rc | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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]* |