From owner-freebsd-commit Thu Mar 30 11:42:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06751 for commit-outgoing; Thu, 30 Mar 1995 11:42:56 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06739 for cvs-etc-outgoing; Thu, 30 Mar 1995 11:42:54 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA06730; Thu, 30 Mar 1995 11:42:51 -0800 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id LAA14066; Thu, 30 Mar 1995 11:42:28 -0800 From: Poul-Henning Kamp Message-Id: <199503301942.LAA14066@ref.tfs.com> Subject: Re: cvs commit: src/etc/etc.i386 rc.i386 To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Thu, 30 Mar 1995 11:42:28 -0800 (PST) Cc: ache@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com In-Reply-To: <199503301937.LAA06163@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Mar 30, 95 11:37:09 am Content-Type: text Content-Length: 608 Sender: commit-owner@FreeBSD.org Precedence: bulk > I have about 5 or 6 things stacked up in my box right now that have > to do with /etc/rc* and such... > While we have the war going, can I suggest we add this to the end of /etc/rc: if [ -d /etc/rc.d ] ; then for i in /etc/rc.d/* do if [ -f $i ] ; then sh $i start fi done fi There is >no way< presently for a package of any kind to get a clean hook into the boot-sequence. This is bad, stupid and evil. -- Poul-Henning Kamp -- TRW Financial Systems, Inc. 'All relevant people are pertinent' && 'All rude people are impertinent' => 'no rude people are relevant'