Date: Tue, 10 Sep 2002 11:20:02 -0700 (PDT) From: Mike Makonnen <mike@identd.net> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/42628: missing files in /etc/rc.d Message-ID: <200209101820.g8AIK2wF014608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/42628; it has been noted by GNATS.
From: Mike Makonnen <mike@identd.net>
To: Udo Schweigert <udo.schweigert@siemens.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/42628: missing files in /etc/rc.d
Date: Tue, 10 Sep 2002 11:26:34 -0700
Those files are not being installed because they are NetBSD specific. Here's
the correct solution.
Cheers,
Mike.
Index: etc/rc
===================================================================
RCS file: /home/ncvs/src/etc/rc,v
retrieving revision 1.317
diff -u -r1.317 rc
--- etc/rc 15 Aug 2002 03:24:47 -0000 1.317
+++ etc/rc 5 Sep 2002 17:54:32 -0000
@@ -84,7 +84,7 @@
fi
os=`eval ${CMD_OSTYPE}`
- files=`rcorder -k ${os} -s nostart /etc/rc.d/*`
+ files=`rcorder 2>/dev/null -k ${os} -s nostart /etc/rc.d/*`
for _rc_elem in ${files}; do
run_rc_script ${_rc_elem} ${_boot}
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?200209101820.g8AIK2wF014608>
