From owner-freebsd-questions@FreeBSD.ORG Sun Aug 24 01:49:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05F911065681 for ; Sun, 24 Aug 2008 01:49:43 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 2A91B8FC17 for ; Sun, 24 Aug 2008 01:49:40 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 23 Aug 2008 21:49:33 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id OZC10662; Sat, 23 Aug 2008 21:49:22 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 23 Aug 2008 21:48:29 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18608.48620.743733.93176@jerusalem.litteratus.org> Date: Sat, 23 Aug 2008 21:48:28 -0400 To: Gary Kline In-Reply-To: <20080824012442.GA46150@thought.org> References: <20080824012442.GA46150@thought.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: FreeBSD Mailing List Subject: Why /usr/local/etc??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 01:49:43 -0000 Gary Kline writes: > This may have been covered too-often before, buy why can't > *everything* related to /etc hang off "/etc"? I can create a > symlink in /etc to /usr/local/etc named "loc" or "local". > Thing is, why this isn't done by default? Very short version: /etc = stuff installed by FreeBSD /usr/local/ete = stuff installed by third-party applications The exception is the _ENABLE variables for those third-party applications, which go in /etc/rc.conf so they can be started at system boot. Robert Huff