Module Name: src Committed By: apb Date: Sat Sep 12 22:22:33 UTC 2009
Modified Files: src/doc: CHANGES Log Message: In the rc_silent change, mention "boot netbsd -z" because it's a common case, even though it's boot loader dependent. To generate a diff of this commit: cvs rdiff -u -r1.1288 -r1.1289 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1288 src/doc/CHANGES:1.1289 --- src/doc/CHANGES:1.1288 Fri Sep 11 18:17:04 2009 +++ src/doc/CHANGES Sat Sep 12 22:22:33 2009 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1288 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1289 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -390,5 +390,6 @@ installs them into DESTDIR. [jnemeth 20090907] sysctl(7): Add kern.boothowto variable. [apb 20090911] rc(8): Output is now logged to /var/run/rc.log. A new rc_silent - option, enabled if the kernel is booted in silent mode, - suppresses output to the console. [apb 20090911] + option suppresses output to the console; it can be set + in rc.conf(5) or by booting in silent mode (e.g. "boot + netbsd -z" on i386 or amd64). [apb 20090911]