Module Name: src Committed By: dyoung Date: Wed Feb 16 17:53:31 UTC 2011
Modified Files: src/sbin/reboot: reboot.8 reboot.c src/sbin/shutdown: shutdown.8 shutdown.c Log Message: Add flags -v, -x, and -z for verbose, debug, and silent shutdowns, respectively, by passing flags AB_VERBOSE, AB_DEBUG, and/or AB_SILENT to reboot(2). To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sbin/reboot/reboot.8 cvs rdiff -u -r1.36 -r1.37 src/sbin/reboot/reboot.c cvs rdiff -u -r1.28 -r1.29 src/sbin/shutdown/shutdown.8 cvs rdiff -u -r1.52 -r1.53 src/sbin/shutdown/shutdown.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.