I tried this once on -hackers and got no response, so I'll try it here
now. 

for FILE in `find /usr/src/etc -type f`; do grep -L '\$FreeBSD' $FILE; done

        These files all allow #comments
/usr/src/etc/amd.map
/usr/src/etc/fbtab
/usr/src/etc/master.passwd
/usr/src/etc/rc.diskless1
/usr/src/etc/rc.diskless2
/usr/src/etc/sendmail/freebsd.cf
/usr/src/etc/sendmail/freebsd.mc
/usr/src/etc/termcap.small

        The other mtree files got switched, this one got missed
/usr/src/etc/mtree/BSD.usr.dist

        Allows comments prepended with ;
/usr/src/etc/namedb/named.root

        Comments in these two files don't make sense
/usr/src/etc/minfree
/usr/src/etc/motd

        Not sure about these
/usr/src/etc/kerberosIV/krb.conf
/usr/src/etc/kerberosIV/krb.realms
/usr/src/etc/locale.alias

        Additional files in /etc

        Not sure if they take comments
/etc/gnats/freefall
/etc/mail.rc

        Do take comments, live in /usr/src/gnu/libexec/uucp/sample/
/etc/uucp/call.sample
/etc/uucp/config.sample
/etc/uucp/dialcode.sample
/etc/uucp/passwd.sample
/etc/uucp/port.sample
/etc/uucp/sys1.sample
/etc/uucp/sys2.sample

        Does take comments, not sure where it's generated from
/etc/exports

        FYI Peter, similar work needs to be done in -Current, but since we're so
close to the release I thought I'd point out -Stable in particular. 

HTH,

Doug


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to