From owner-freebsd-hackers Thu May 1 09:45:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01936 for hackers-outgoing; Thu, 1 May 1997 09:45:27 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01931 for ; Thu, 1 May 1997 09:45:25 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id JAA24444; Thu, 1 May 1997 09:45:41 -0700 (PDT) To: Bruce Evans cc: hackers@freebsd.org Subject: Re: /usr/src/etc/Makefile install rule. In-reply-to: Your message of "Thu, 01 May 1997 23:53:44 +1000." <199705011353.XAA11496@godzilla.zeta.org.au> Date: Thu, 01 May 1997 09:45:41 -0700 Message-ID: <24441.862505141@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > rc.serial is supposed to be customized. Installing the others would > be Wrong. You could do a `cmp -s ...' or `diff ... | grep -q Id' and Why? I can see why rc.serial and rc.firewall are poor choices, but this doesn't explain your aversion to installing the other files. Jordan