]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Minor cleanups to shutdown(8):
authorJoseph Koshy <jkoshy@FreeBSD.org>
Mon, 21 Jun 1999 06:21:05 +0000 (06:21 +0000)
committerJoseph Koshy <jkoshy@FreeBSD.org>
Mon, 21 Jun 1999 06:21:05 +0000 (06:21 +0000)
commit1d4f4c0d21f6686d21178d0ac5112178a709f179
tree0aa1eb3e0df5134604c597122d1e7bb17eda8398
parent53a03d1c97590218458479f375b6adbfb3cb790d
Minor cleanups to shutdown(8):

- Make the -k "don't actually halt" flag incompatible with
  the halt/reboot options -h, -p, and -r.
- The -n "don't sync" option is ignored if -k is specified.
  Issue a warning message.
- Compute the actual shutdown time written to /var/run/nologin
  correctly in the case of "now" being specified.
sbin/shutdown/shutdown.8
sbin/shutdown/shutdown.c