summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2000-12-06 14:06:16 +0000
committerho <ho@openbsd.org>2000-12-06 14:06:16 +0000
commitb9483a222631624cad8029da66f13d84b9531b0e (patch)
tree3c53bcdde632c7f15d70780b2f22c10a3981791e
parentUpdate isp codebase to current common head- USEC_SLEEP macro added, (diff)
downloadwireguard-openbsd-b9483a222631624cad8029da66f13d84b9531b0e.tar.xz
wireguard-openbsd-b9483a222631624cad8029da66f13d84b9531b0e.zip
Add a 'saving modified kernel' message. (deraadt@ ok)
-rw-r--r--usr.sbin/config/ukc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/config/ukc.c b/usr.sbin/config/ukc.c
index 92c66e74a70..c8e29d55c43 100644
--- a/usr.sbin/config/ukc.c
+++ b/usr.sbin/config/ukc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukc.c,v 1.2 1999/10/16 13:13:27 aaron Exp $ */
+/* $OpenBSD: ukc.c,v 1.3 2000/12/06 14:06:16 ho Exp $ */
/*
* Copyright (c) 1999 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: ukc.c,v 1.2 1999/10/16 13:13:27 aaron Exp $";
+static char rcsid[] = "$OpenBSD: ukc.c,v 1.3 2000/12/06 14:06:16 ho Exp $";
#endif
#include <sys/types.h>
@@ -157,6 +157,7 @@ WARNING the commands add and change might not work.\n");
}
if (outfile == NULL)
outfile = file;
+ printf ("Saving modified kernel.\n");
savekernel(outfile);
}