Date: Wed, 23 Jun 1999 03:25:59 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/init Makefile init.8 init.c src/sbin/reboot reboot.8 src/sbin/shutdown shutdown.8 shutdown.c Message-ID: <199906231025.DAA28793@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 1999/06/23 03:25:59 PDT Modified files: (Branch: RELENG_3) sbin/init Makefile init.8 init.c sbin/reboot reboot.8 sbin/shutdown shutdown.8 shutdown.c Log: MFC: - init(8) will now halt the system if sent USR1 signal, or halt and turn the power off (if hardware permits) if sent USR2 signal. System V's command line syntax is also available, but turned off by default. - shutdown(8) will now signal init(8) instead of simply executing halt(8) or reboot(8) to halt or reboot the system. This benefits from running /etc/rc.shutdown by init(8). ``-o'' flag is provided for backward compatibility. - various minor cleanups to shutdown(8). - some reboot(8) details clarified. PR: 5451 Thanks to: Leif Neland <leifn@image.dk> Revision Changes Path 1.15.2.1 +4 -1 src/sbin/init/Makefile 1.13.2.1 +64 -18 src/sbin/init/init.8 1.31.2.1 +48 -8 src/sbin/init/init.c 1.5.2.1 +15 -8 src/sbin/reboot/reboot.8 1.9.2.1 +48 -25 src/sbin/shutdown/shutdown.8 1.16.2.1 +60 -35 src/sbin/shutdown/shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906231025.DAA28793>