From owner-freebsd-current@FreeBSD.ORG Sat Jul 19 15:28:23 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB28106564A; Sat, 19 Jul 2008 15:28:23 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 37A8E8FC18; Sat, 19 Jul 2008 15:28:23 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E81D219E023; Sat, 19 Jul 2008 17:03:32 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id BA58819E019; Sat, 19 Jul 2008 17:03:30 +0200 (CEST) Message-ID: <48820259.3060007@quip.cz> Date: Sat, 19 Jul 2008 17:03:53 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: ticso@cicely.de References: <200807172056.08835.naylor.b.david@gmail.com> <487FCA89.2010308@FreeBSD.org> <20080718083725.97823be0tg13fn6s@webmail.leidinger.net> <20080718071806.GV62764@server.vk2pj.dyndns.org> <20080718122928.GD35340@cicely7.cicely.de> In-Reply-To: <20080718122928.GD35340@cicely7.cicely.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Doug Barton , David Naylor , freebsd-current@freebsd.org Subject: Re: rc improvements (wanted?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2008 15:28:23 -0000 Bernd Walter wrote: [...] > Speaking about small systems, where startup time is more a problem than > on 08/15 desktop and server systems. > What I would love to see is that scripts like moused, ypserv, lpt, etc > are not started if the services are disabled. > So far each script is started, sucks in routines plus rc.conf then > possibly does nothing reasonable after wasting some seconds boottime. > Of course I can remove the scripts, but you'll never know if you need > one of them at a later time and having the right set of scripts can > become tricky. And what about just chmod unneeded scripts to become not executable / readable instead of removing? (I like the current "one directory" layout instead of some linuxism with many directories and symlinks) Miroslav Lachman