Date: Thu, 30 Dec 2010 18:06:31 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/shutdown Makefile shutdown.8 shutdown.c Message-ID: <201012301806.oBUI6oSf046757@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2010-12-30 18:06:31 UTC
FreeBSD src repository
Modified files:
sbin/shutdown Makefile shutdown.8 shutdown.c
Log:
SVN rev 216823 on 2010-12-30 18:06:31Z by pjd
For compatibility with Linux and Solaris add poweroff(8).
It is implemented as a hard link to shutdown(8) and it is equivalent of:
# shutdown -p now
While I'm here put one line of usage into one line of C code so it is easier to
grep(1) and separate unrelated code with empty line.
MFC after: 2 weeks
Revision Changes Path
1.11 +2 -0 src/sbin/shutdown/Makefile
1.26 +11 -2 src/sbin/shutdown/shutdown.8
1.31 +26 -2 src/sbin/shutdown/shutdown.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012301806.oBUI6oSf046757>
