From owner-cvs-all Fri Dec 11 22:31:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22214 for cvs-all-outgoing; Fri, 11 Dec 1998 22:31:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22208 for ; Fri, 11 Dec 1998 22:31:50 -0800 (PST) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.9.1/RDY&DVV) id WAA76971; Fri, 11 Dec 1998 22:31:24 -0800 (PST) Message-Id: <199812120631.WAA76971@burka.rdy.com> Subject: Re: /etc/rc.local In-Reply-To: <19981212001742.L29799@kublai.com> from Brian Cully at "Dec 12, 1998 0:17:42 am" To: shmit@kublai.com Date: Fri, 11 Dec 1998 22:31:23 -0800 (PST) Cc: dima@best.net, dillon@apollo.backplane.com, jkh@zippy.cdrom.com, des@flood.ping.uio.no, committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Brian Cully writes: > > Yes, it wouldn't be hard to do it, but I don't exactly see a point > > doing it. rc.local is empty and usually it stays empty (or almost empty). > > It does? I've rarely worked with a machine that has an empty > rc.local. What if I want to run MySQL, or Apache, or ftpd in stand > alone mode, or any of the millions of other things that people can > do in rc.local? > > I'd say that the common case is that rc.local has custom stuff in > it. > > In any event, I know I'm not the only sysadmin that looks for > stuff in rc.local. I've meant that rc.local from the distribution is practially empty. There's no point updating it with sysinstall. All it does - it reads rc.conf variables (if you allow it) and either based on that (or not) executes some stuff. I find it kinda convenient in it's _current_ mode. > > -bjc > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message