summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vnconfig
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r--usr.sbin/vnconfig/vnconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c
index 311c08b..49b2c2c 100644
--- a/usr.sbin/vnconfig/vnconfig.c
+++ b/usr.sbin/vnconfig/vnconfig.c
@@ -43,7 +43,7 @@
static char sccsid[] = "@(#)vnconfig.c 8.1 (Berkeley) 12/15/93";
#endif
static const char rcsid[] =
- "$Id: vnconfig.c,v 1.8 1999/01/26 04:53:09 peter Exp $";
+ "$Id: vnconfig.c,v 1.9 1999/03/14 09:20:01 julian Exp $";
#endif /* not lint */
#include <err.h>
@@ -186,7 +186,7 @@ main(argc, argv)
if (modfind("vn") < 0)
if (kldload("vn") < 0 || modfind("vn") < 0)
- err(1, "cannot find or load \"vn\" kernel module");
+ warnx( "cannot find or load \"vn\" kernel module");
if (flags == 0)
flags = VN_CONFIG;
OpenPOWER on IntegriCloud