From owner-freebsd-stable Sun Sep 12 21:14:43 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dt014nb6.san.rr.com (dt014nb6.san.rr.com [24.30.129.182]) by hub.freebsd.org (Postfix) with ESMTP id B003514F03 for ; Sun, 12 Sep 1999 21:14:40 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt014nb6.san.rr.com (8.9.3/8.8.8) with ESMTP id VAA10521; Sun, 12 Sep 1999 21:14:37 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37DC7A2D.6BA387D0@gorean.org> Date: Sun, 12 Sep 1999 21:14:37 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT-0912 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org, Peter Wemm Subject: Files in /etc with no $FreeBSD tag Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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