From owner-freebsd-doc@FreeBSD.ORG Sat Mar 7 12:20:04 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C28D106564A for ; Sat, 7 Mar 2009 12:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8B88FC1A for ; Sat, 7 Mar 2009 12:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n27CK4if058285 for ; Sat, 7 Mar 2009 12:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n27CK4bE058284; Sat, 7 Mar 2009 12:20:04 GMT (envelope-from gnats) Date: Sat, 7 Mar 2009 12:20:04 GMT Message-Id: <200903071220.n27CK4bE058284@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Daniel Feenberg Cc: Subject: Re: docs/132260: dhcpd pid not stored in documented location X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Feenberg List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2009 12:20:04 -0000 The following reply was made to PR docs/132260; it has been noted by GNATS. From: Daniel Feenberg To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: docs/132260: dhcpd pid not stored in documented location Date: Sat, 7 Mar 2009 06:48:50 -0500 (EST) On Sat, 7 Mar 2009, Giorgos Keramidas wrote: > On Mon, 2 Mar 2009 15:40:57 GMT, Daniel Feenberg wrote: >>> Number: 132260 >>> Category: docs >>> Synopsis: dhcpd pid not stored in documented location > >>> Description: >> The man page for dhcpd in /usr/local/man/cat8 includes the sentence: >> >> To restart dhcpd, send a SIGTERM (signal 15) to the process ID >> contained in /var/run/dhcpd.pid, and then re-invoke dhcpd. >> >> however the default location for dhcpd.pid seems to be: >> >> /var/run/dhcpd/dhcpd.pid > >> Either change the documentation or the default location. Personally I >> think the location is the problem. What is the point of a directory >> with only one file? The directory doesn't hold the other dhcpd files >> (leases). > > Hi Daniel, > > Which dhcpd port are you using? There is no dhcpd in the base system, > so it would be nice to patch the correct port. Personally, I agree with > you that the pidfile should be `/var/run/dhcpd.pid' and I can prepare a > patch for the relevant port for review by our ports committers. > I should have thought of that - here is the copyright line from the dhcpd we are using: ldap# dhcpd -v Internet Systems Consortium DHCP Server V3.0.5 Copyright 2004-2006 Internet Systems Consortium. Daniel Feenberg