summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2002-01-18 22:45:29 +0000
committernik <nik@FreeBSD.org>2002-01-18 22:45:29 +0000
commit1d07367781bb565df7c1015af891004f6ed68974 (patch)
tree7fed3a87f2f508e7eae90b22620ee071373b8ffc /sys/kern/kern_shutdown.c
parente217fe7a602f2ea7daa3257c52780298a91e83e1 (diff)
downloadFreeBSD-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.c3
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();
}
}
OpenPOWER on IntegriCloud