From owner-freebsd-doc@FreeBSD.ORG Tue Jun 19 22:12:22 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E8651065670 for ; Tue, 19 Jun 2012 22:12:22 +0000 (UTC) (envelope-from bjk@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 459208FC19; Tue, 19 Jun 2012 22:12:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JMCMXs065675; Tue, 19 Jun 2012 22:12:22 GMT (envelope-from bjk@freebsd.org) Received: from localhost (bjk@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) with ESMTP id q5JMCL1S065672; Tue, 19 Jun 2012 22:12:22 GMT (envelope-from bjk@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: bjk owned process doing -bs Date: Tue, 19 Jun 2012 22:12:21 +0000 (UTC) From: Benjamin Kaduk To: Varuna In-Reply-To: <4FDB7404.1070703@eudaemonicsystems.net> Message-ID: References: <20120609120028.B03851065678@hub.freebsd.org> <4FDB7404.1070703@eudaemonicsystems.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-doc@freebsd.org Subject: Re: man page for dhclient.conf(5) error in script location X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 22:12:22 -0000 On Fri, 15 Jun 2012, Varuna wrote: > Hello Folks, > > The man page dhclient.conf(5) under FreeBSD 8.0 has an error in the script > location indicated in the EXAMPLES. The script dhclient-script is indicated to > be under /etc, while it is located under /sbin. I do not believe this is an error. Per dhclient.conf.5, the script directive specifies a DHCP client configuration script, and in the example given in the EXAMPLES section, it is entirely reasonable to have a custom configuration script for that interface. In that case, the default /sbin/dhclient-script would not be appropriate, and a custom version of it needed. Putting such a custom configuration script in /etc is in keeping with the traditional location for system configuration files. -Ben Kaduk