summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-28 04:42:39 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-28 04:42:39 +0000
commit47a47706f53b2d303a2085cf2d78d9a51f2aa884 (patch)
tree4640d37a681585a511f73f957281efc7b6dc3a1d /etc/rc
parent21f1fbf6218d3789e19a69b5f391467dfd213cd6 (diff)
When running kvm_mkdb, don't specify /bsd so we can use /dev/ksyms if it exists and is configured
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 60d7f052be4..fd6dabb48da 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.87 1998/08/25 18:19:40 marc Exp $
+# $OpenBSD: rc,v 1.88 1998/08/28 04:42:38 millert Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -229,7 +229,7 @@ fi
# build ps databases
echo 'building databases...'
-kvm_mkdb /bsd
+kvm_mkdb
dev_mkdb
chmod 666 /dev/tty[pqrs]*