Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 1999 21:14:37 -0700
From:      Doug <Doug@gorean.org>
To:        freebsd-stable@freebsd.org, Peter Wemm <peter@netplex.com.au>
Subject:   Files in /etc with no $FreeBSD tag
Message-ID:  <37DC7A2D.6BA387D0@gorean.org>

next in thread | raw e-mail | index | archive | help
	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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37DC7A2D.6BA387D0>