From owner-freebsd-commit Mon Sep 18 22:26:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA06840 for freebsd-commit-outgoing; Mon, 18 Sep 1995 22:26:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA06827 for cvs-all-outgoing; Mon, 18 Sep 1995 22:26:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA06817 for cvs-etc-outgoing; Mon, 18 Sep 1995 22:26:12 -0700 Received: from meter.eng.uci.edu (root@meter.eng.uci.edu [128.200.85.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA06802 ; Mon, 18 Sep 1995 22:26:04 -0700 Received: from newport.ece.uci.edu by meter.eng.uci.edu (8.6.12) id WAA11744; Mon, 18 Sep 1995 22:26:02 -0700 Received: from localhost by newport.ece.uci.edu (8.6.12) id WAA11426; Mon, 18 Sep 1995 22:26:00 -0700 Message-Id: <199509190526.WAA11426@newport.ece.uci.edu> To: paul@freebsd.org cc: phk@critter.tfs.com (Poul-Henning Kamp), jkh@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc rc In-reply-to: Your message of "Mon, 18 Sep 1995 16:31:13 BST." <199509181531.QAA15420@server.netcraft.co.uk> Date: Mon, 18 Sep 1995 22:25:59 -0700 From: Steven Wallace Sender: owner-commit@freebsd.org Precedence: bulk >> You mean: >> packages_startup= /usr/local/etc/rc.d > > Or even > > packages_startup= /etc/rc.local.d > > the point is, the sysadmin has control over local configuration issues. > If packages aren't used at all then there's no extra baggage. > Yeah, I think this is the way to go. That way there is control where all the startup files go, in /etc/rc.local.d or /usr/local/etc/rc.d or wherever your fancy may be. If I remember correctly, people aren't forced to put their packages into /usr/local, so why should they be forced to put the startup files in /etc? Steven