git: Sync shutdown(8) and reboot(8) with FreeBSD
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Jun 9 13:59:49 PDT 2020
commit ce5ecb8b05bac39ade4fbcc39e63ee7265d26a75
Author: Krzysztof Piecuch <piecuch at protonmail.com>
Date: Sat Jun 6 21:55:06 2020 +0000
Sync shutdown(8) and reboot(8) with FreeBSD
shutdown now understands offsets in seconds, minutes and hours.
reboot is harder to kill ignoring SIGPIPE, SIGINT, SIGQUIT and SIGSTP.
Taken-from: FreeBSD
Summary of changes:
sbin/reboot/reboot.8 | 17 ++++++++--------
sbin/reboot/reboot.c | 12 +++++++++++
sbin/shutdown/shutdown.8 | 52 +++++++++++++++++++++++++++++++++++++++---------
sbin/shutdown/shutdown.c | 49 ++++++++++++++++++++++++++++++++++++++++-----
4 files changed, 108 insertions(+), 22 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ce5ecb8b05bac39ade4fbcc39e63ee7265d26a75
--
DragonFly BSD source repository
More information about the Commits
mailing list