summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>1998-07-07 19:05:13 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>1998-07-07 19:05:13 +0000
commit73c972324f8b5dbb9d11f200702505800280fc3c (patch)
tree1c32422a5ce9313de45813db91c59ae96f4bcd6c
parentf52e572eb600267f8399b606278a794e222df80b (diff)
change _PATH_KVMDB to be the same name as the db created by kvm_mkdb
-rw-r--r--include/paths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h
index 767d076f0cf..3fc4de6800e 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: paths.h,v 1.11 1998/03/31 00:55:48 deraadt Exp $ */
+/* $OpenBSD: paths.h,v 1.12 1998/07/07 19:05:12 marc Exp $ */
/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
/*
@@ -53,7 +53,7 @@
#define _PATH_DRUM "/dev/drum"
#define _PATH_FSIRAND "/sbin/fsirand"
#define _PATH_KMEM "/dev/kmem"
-#define _PATH_KVMDB "/var/db/kvm.db"
+#define _PATH_KVMDB "/var/db/kvm_bsd.db"
#define _PATH_LOCALE "/usr/share/locale"
#define _PATH_MAILDIR "/var/mail"
#define _PATH_MAN "/usr/share/man"