From owner-freebsd-bugs Tue Jun 29 23: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B131537D for ; Tue, 29 Jun 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA87682; Tue, 29 Jun 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 86A5614E12 for ; Tue, 29 Jun 1999 22:58:35 -0700 (PDT) (envelope-from doug@dt054n86.san.rr.com) Received: (from root@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) id WAA25040; Tue, 29 Jun 1999 22:58:32 -0700 (PDT) (envelope-from doug) Message-Id: <199906300558.WAA25040@dt054n86.san.rr.com> Date: Tue, 29 Jun 1999 22:58:32 -0700 (PDT) From: Doug@gorean.org Reply-To: Doug@gorean.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12458 >Category: conf >Synopsis: [Patch] 2 files not included by /usr/src/etc/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 23:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Doug >Release: FreeBSD 4.0-CURRENT i386 >Organization: AAAG >Environment: -Current, probably -Stable too >Description: The files rc.sysctl and dhclient.conf in /usr/src/etc are not included in the Makefile, so they don't get installed. >How-To-Repeat: Use /usr/src/etc/Makefile to install files (ala mergemaster). >Fix: Apply the following patch, which also re-alphabetizes the file names (which will probably be very unpopular :). --- Makefile.Dist Thu Jun 24 17:19:36 1999 +++ Makefile Tue Jun 29 22:05:39 1999 @@ -3,13 +3,14 @@ SUBDIR= sendmail -BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ - fbtab ftpusers gettytab group hosts hosts.allow host.conf hosts.equiv \ - hosts.lpd inetd.conf auth.conf login.conf login.access motd modems \ - networks newsyslog.conf pam.conf phones pccard.conf.sample \ - printcap profile protocols \ - rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.serial rc.shutdown rc.diskless1 rc.diskless2 \ +BIN1= aliases amd.map auth.conf crontab csh.cshrc csh.login csh.logout\ + dhclient.conf dm.conf fbtab ftpusers gettytab group \ + hosts hosts.allow host.conf hosts.equiv hosts.lpd \ + inetd.conf login.access login.conf \ + motd modems networks newsyslog.conf pam.conf pccard.conf.sample \ + phones printcap profile protocols \ + rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.isdn \ + rc.network rc.pccard rc.serial rc.shutdown rc.sysctl \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ remote security services shells syslog.conf \ etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ Enjoy, Doug >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message