Date: Wed, 06 Oct 2010 11:15:00 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Alexander Leidinger <netchild@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Paul B Mahol <onemda@gmail.com> Subject: Re: svn commit: r213472 - head/tools/build/mk Message-ID: <4CACBCA4.3080006@FreeBSD.org> In-Reply-To: <201010060749.o967nSbZ086734@svn.freebsd.org> References: <201010060749.o967nSbZ086734@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/6/2010 12:49 AM, Alexander Leidinger wrote: > Author: netchild > Date: Wed Oct 6 07:49:28 2010 > New Revision: 213472 > URL: http://svn.freebsd.org/changeset/base/213472 > > Log: > Add some missing files to optionally delete. > > Submitted by: Paul B Mahol<onemda@gmail.com> > > Modified: > head/tools/build/mk/OptionalObsoleteFiles.inc > > Modified: head/tools/build/mk/OptionalObsoleteFiles.inc > ============================================================================== > --- head/tools/build/mk/OptionalObsoleteFiles.inc Wed Oct 6 07:34:41 2010 (r213471) > +++ head/tools/build/mk/OptionalObsoleteFiles.inc Wed Oct 6 07:49:28 2010 (r213472) > @@ -141,6 +141,7 @@ OLD_FILES+=usr/share/man/man8/authpf.8.g > .endif > > .if ${MK_BIND} == no > +OLD_FILES+=etc/periodic/daily/470.status-named Traditionally we haven't deleted these. In the case of named-related files I would prefer that we did not because: 1. That check is off by default 2. If the user is not running named it won't do any harm 3. The default for installing named from the ports is to continue to use the infrastructure in the base (such as this script, and /etc/rc.d/named). I'm not sure what the right answer for all the periodic scripts is, but for this one I would like it not to be included in the obsolete files. At some point down the road we may have a more flexible structure in place for such things, but until we do ... Doug -- Breadth of IT experience, and | Nothin' ever doesn't change, depth of knowledge in the DNS. | but nothin' changes much. Yours for the right price. :) | -- OK Go http://SupersetSolutions.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CACBCA4.3080006>