Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2002 12:02:20 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/42628: missing files in /etc/rc.d
Message-ID:  <200209101002.g8AA2KSR057954@alaska.cert.siemens.de>

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

>Number:         42628
>Category:       conf
>Synopsis:       missing files in /etc/rc.d
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 10 03:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:

FreeBSD 5.0-CURRENT

>Description:

rc_ng uses scripts in /etc/rc.d. Unfortunately not all of the neccessary 
scripts are installed (by e.g. mergemaster) resulting in some error message
upon boottime.

>How-To-Repeat:

rm -f /etc/rc.d/*
mergemaster

>Fix:

Apply the following fix to src/etc/rc.d/Makefile:

--- Makefile.orig	Fri Sep  6 03:23:31 2002
+++ Makefile	Tue Sep 10 11:47:12 2002
@@ -3,19 +3,23 @@
 
 .include <bsd.own.mk>
 
-FILES=	DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \
-	apm apmd atm1 atm2.sh atm3.sh archdep bgfsck bootparams ccd cleanvar \
-	cleartmp cron devdb devfs diskless dmesg dumpon fsck inetd \
-	initdiskless initrandom ip6fw ipfilter ipfw ipmon ipnat ipsec \
-	ipxrouted isdnd kadmind kerberos keyserv ldconfig local \
-	localdaemons lomac lpd motd mountcritlocal mountcritremote \
-	mountd moused mroute6d mrouted msgs named network1 network2 \
-	network3 network_ipv6 nfsclient nfsd nfslocking nfsserver ntpd \
-	ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random \
-	rarpd root route6d routed rpcbind rtadvd rwho savecore \
-	securelevel sendmail serial sppp sshd swap1 syscons sysctl \
-	syslogd timed ttys usbd vinum virecover ypbind yppasswdd ypserv \
-	ypset ypupdated ypxfrd
+FILES=	DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz altqd \
+	amd apm apmd archdep atm1 atm2.sh atm3.sh bgfsck bootconf.sh \
+	bootparams ccd cleanvar cleartmp cron devdb devfs dhclient dhcpd \
+	dhcrelay diskless dmesg downinterfaces dumpon fsck gated ifwatchd \
+	inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon ipnat \
+	ipsec ipxrouted isdnd kadmind kdc kerberos keyserv ldconfig lkm1 lkm2 \
+	lkm3 local localdaemons lomac lpd mixerctl mopd motd mountall \
+	mountcritlocal mountcritremote mountd moused mroute6d mrouted msgs \
+	named ndbootd network network1 network2 network3 network_ipv6 \
+	newsyslog nfsclient nfsd nfslocking nfsserver ntpd ntpdate othermta \
+	pccard pcvt poffd postfix ppp ppp-user pppoed pwcheck quota random \
+	racoon raidframe random rarpd rbootd root route6d routed rpcbind \
+	rtadvd rtsold rwho savecore screenblank  securelevel sendmail serial \
+	sppp sshd swap1 swap2 syscons sysdb sysctl syslogd timed ttys usbd \
+	vinum virecover wscons xdm xfs ypbind yppasswdd ypserv ypset ypupdated \
+	ypxfrd 
+
 FILESDIR=	/etc/rc.d
 FILESMODE=	${BINMODE}
 
>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?200209101002.g8AA2KSR057954>