From owner-freebsd-stable@FreeBSD.ORG Tue Jun 14 15:23:32 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C0D416A41C for ; Tue, 14 Jun 2005 15:23:32 +0000 (GMT) (envelope-from peterj.cranmer@virgin.net) Received: from n082.sc1.cp.net (fh1025.dia.cp.net [64.97.168.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F9C43D4C for ; Tue, 14 Jun 2005 15:23:32 +0000 (GMT) (envelope-from peterj.cranmer@virgin.net) Received: from peter (82.14.91.169) by n082.sc1.cp.net (7.0.043) (authenticated as peterj.cranmer) id 42A5E09B0019FAE0; Tue, 14 Jun 2005 15:23:21 +0000 Message-ID: <023e01c570f4$b78d7780$0100a8c0@peter> From: "Peter Cranmer" To: "Michael W. Lucas" References: <20050614150240.GA62949@bewilderbeast.blackhelicopters.org><42AEF361.2010405@t-hosting.hu> <20050614151939.GA63065@bewilderbeast.blackhelicopters.org> Date: Tue, 14 Jun 2005 16:21:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: stable@freebsd.org Subject: Re: /usr/local/etc/rc.d/*.sh not working? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 15:23:32 -0000 Put them all in the same directory and write a quick script to loop through the dir (make sure the directory's secure...). Then you could just add that script to /etc/rc.conf? peter ----- Original Message ----- From: "Michael W. Lucas" To: "K?vesd?n G?bor" Cc: Sent: Tuesday, June 14, 2005 4:19 PM Subject: Re: /usr/local/etc/rc.d/*.sh not working? > That works fine for ports, but what about truly local custom scripts? > > For example, I have a server with about 400 separate MRTG daemons on > it. (Yes, they must be separate, for administrative rather than > technical reasons.) Each daemon has a custom script. These aren't > ports, and they have no rcNG infrastructure. > > They used to work fine. Now they don't. Obviously something has > changed. > > I'd like to have just a plain old /usr/local/etc/rc.d/*.sh file get > executed on boot, like it used to be, but if I have to change the > scripts I will. > > On Tue, Jun 14, 2005 at 05:10:25PM +0200, K?vesd?n G?bor wrote: >> For scripts in /usr/local/etc/rc.d You should add an entry to >> /etc/rc.conf. >> For example, if You script is somedaemon.sh, then add >> somedaemon_enable='YES' to /etc/rc.conf and it will run at the next boot. >> >> Cheers, >> >> G?bor K?vesd?n >> >> Michael W. Lucas wrote: >> >> >I'm certain this is documented somewhere, but danged if I can find it. >> > >> >I have a whole variety of custom scripts in /usr/local/etc/rc.d. For >> >years now, simply giving them a name ending in .sh and making them >> >executable has been sufficient to make them start on boot. >> > >> >On 5.x, it's not. And now, having upgraded to 4.11-s on some older >> >boxes and running portupgrade -a, it's not. >> > >> >Obviously these scripts need something else. There's no fancy rcNG >> >infrastructure in them; is rcNG a requirement for startup scripts now? >> >Any pointers on where I can find the right documentation? >> > >> >Thanks, >> > >> >==ml >> > >> > >> > > > -- > Michael W. Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org > http://www.BlackHelicopters.org/~mwlucas/ > > "The cloak of anonymity protects me from the nuisance of caring." -Non > Sequitur > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"