diff options
author | nik <nik@FreeBSD.org> | 2002-01-18 22:45:29 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2002-01-18 22:45:29 +0000 |
commit | 1d07367781bb565df7c1015af891004f6ed68974 (patch) | |
tree | 7fed3a87f2f508e7eae90b22620ee071373b8ffc /sys/kern/kern_shutdown.c | |
parent | e217fe7a602f2ea7daa3257c52780298a91e83e1 (diff) | |
download | FreeBSD-src-1d07367781bb565df7c1015af891004f6ed68974.zip FreeBSD-src-1d07367781bb565df7c1015af891004f6ed68974.tar.gz |
Explain that the admin can safely power down the system as well as
rebooting.
Diffstat (limited to 'sys/kern/kern_shutdown.c')
-rw-r--r-- | sys/kern/kern_shutdown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 256d7bc..9263af9 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -390,7 +390,8 @@ shutdown_panic(void *junk, int howto) } else { /* zero time specified - reboot NOW */ return; } - printf("--> Press a key on the console to reboot <--\n"); + printf("--> Press a key on the console to reboot,\n"); + printf("--> or switch off the system now.\n"); cngetc(); } } |