Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 22:58:32 -0700 (PDT)
From:      Doug@gorean.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile
Message-ID:  <199906300558.WAA25040@dt054n86.san.rr.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906300558.WAA25040>