Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 04/25/2000 07:03:26
Module Name:	basesrc
Committed By:	hubertf
Date:		Tue Apr 25 14:03:26 UTC 2000

Modified Files:
	basesrc/distrib/sets/lists/base: mi
	basesrc/distrib/sets/lists/man: mi
	basesrc/sbin/reboot: Makefile reboot.8 reboot.c

Log Message:
Implement a "poweroff" command which is equivalent to "halt -p",
but allows powering down the system from an exec(2) call, e.g. via
a user which has "poweroff" as login shell.

The command name is modeled after Solaris.


To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 basesrc/distrib/sets/lists/base/mi
cvs rdiff -r1.227 -r1.228 basesrc/distrib/sets/lists/man/mi
cvs rdiff -r1.16 -r1.17 basesrc/sbin/reboot/Makefile
cvs rdiff -r1.11 -r1.12 basesrc/sbin/reboot/reboot.8
cvs rdiff -r1.25 -r1.26 basesrc/sbin/reboot/reboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.