From owner-freebsd-bugs Tue Sep 10 11:20: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DE3537B400 for ; Tue, 10 Sep 2002 11:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E58143E42 for ; Tue, 10 Sep 2002 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8AIK2JU014610 for ; Tue, 10 Sep 2002 11:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8AIK2wF014608; Tue, 10 Sep 2002 11:20:02 -0700 (PDT) Date: Tue, 10 Sep 2002 11:20:02 -0700 (PDT) Message-Id: <200209101820.g8AIK2wF014608@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Makonnen Subject: Re: conf/42628: missing files in /etc/rc.d Reply-To: Mike Makonnen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/42628; it has been noted by GNATS. From: Mike Makonnen To: Udo Schweigert 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