Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/etc



Module Name:    src
Committed By:   bouyer
Date:           Fri Jan 16 23:01:09 UTC 2009

Modified Files:
        src/etc [netbsd-5]: MAKEDEV.tmpl

Log Message:
Pull up following revision(s) (requested by apb in ticket #276):
        etc/MAKEDEV.tmpl: revision 1.119
* When testing whether the fdesc file system is mounted, parse the
output from mount(8) rather than df(1), because mount is more likely
to be available on install media.  mount is invoked in a way that
always prints an error message, and the content of the error message
tells us whether fdesc is mounted.
* Don't use negative variable names.  Instead of nofdesc=false, use
fdesc_mounted=true.
* Add a comment explaining that MAKEDEV may be executed in an environment
that is missing some common commands.


To generate a diff of this commit:
cvs rdiff -r1.113.2.5 -r1.113.2.6 src/etc/MAKEDEV.tmpl

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



Home | Main Index | Thread Index | Old Index