From owner-freebsd-hackers@FreeBSD.ORG Sun Oct 3 20:44:50 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18C971065670 for ; Sun, 3 Oct 2010 20:44:50 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D0D688FC17 for ; Sun, 3 Oct 2010 20:44:49 +0000 (UTC) Received: by iwn10 with SMTP id 10so1439498iwn.13 for ; Sun, 03 Oct 2010 13:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=WWFImXhORzyxKdky/hfBzlj5jqpRGmrpi9YSEljC/+0=; b=VkqACXXQOc3wNn4eEXD508BgMyBvtJ5OJ6Ztpt8JBKm24XKOMnSo9xgIRSC8nBgX5A FFmj7QIPIbCs0fJBo84U7aiRjw/gh96iaYbL0KC2t1V3ljh8UnnQCwNDCELXsnVTXQzH GVGtn3PbJ89imu8eeuC+jHtAuqDfxE7huH14M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=XekneSFTBwf3bIHlEKyzzo9yRneSz23ERpxNtFIb9pw+tuWa3aHMQnZzI2FNkB2cj/ cAnxAujBtxgoxMj9QRw3QGfEgw1mUSZhxe+x8e85YkNPAsODt327yDPKVmrqD+TQgXIY WGyG24MV0pp1cKTyHp+6sj6HgO70VY0Fth7Y4= MIME-Version: 1.0 Received: by 10.231.172.70 with SMTP id k6mr9012552ibz.125.1286138688956; Sun, 03 Oct 2010 13:44:48 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.231.190.68 with HTTP; Sun, 3 Oct 2010 13:44:48 -0700 (PDT) In-Reply-To: References: Date: Sun, 3 Oct 2010 13:44:48 -0700 X-Google-Sender-Auth: 3Kj3I67n-e864SqqOXQzSBAmf_g Message-ID: From: Garrett Cooper To: Paul B Mahol Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: Improve OptionalObsoleteFiles.inc X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2010 20:44:50 -0000 On Sun, Oct 3, 2010 at 6:53 AM, Paul B Mahol wrote: > Hi, > > > diff --git a/tools/build/mk/OptionalObsoleteFiles.inc > b/tools/build/mk/OptionalObsoleteFiles.inc > index d3aa4b2..2123107 100644 > --- a/tools/build/mk/OptionalObsoleteFiles.inc > +++ b/tools/build/mk/OptionalObsoleteFiles.inc > @@ -141,6 +141,7 @@ OLD_FILES+=3Dusr/share/man/man8/authpf.8.gz > =A0.endif > > =A0.if ${MK_BIND} =3D=3D no > +OLD_FILES+=3Detc/periodic/daily/470.status-named > =A0OLD_FILES+=3Dusr/bin/dig > =A0OLD_FILES+=3Dusr/bin/host > =A0OLD_FILES+=3Dusr/bin/nslookup > @@ -943,6 +944,7 @@ OLD_FILES+=3Drescue/ping6 > =A0#.endif > > =A0.if ${MK_IPFILTER} =3D=3D no > +OLD_FILES+=3Detc/periodic/security/510.ipfdenied > =A0OLD_FILES+=3Drescue/ipf > =A0OLD_FILES+=3Dsbin/ipf > =A0OLD_FILES+=3Dsbin/ipfs > @@ -1517,6 +1519,20 @@ OLD_FILES+=3Dusr/share/man/man8/verify_krb5_conf.8= .gz > =A0# to be filled in > =A0#.endif > > +.if ${MK_LOCATE} =3D=3D no > +OLD_FILES+=3Detc/locate.rc > +OLD_FILES+=3Detc/periodic/weekly/310.locate > +OLD_FILES+=3Dusr/bin/locate > +OLD_FILES+=3Dusr/libexec/locate.bigram > +OLD_FILES+=3Dusr/libexec/locate.code > +OLD_FILES+=3Dusr/libexec/locate.concatdb > +OLD_FILES+=3Dusr/libexec/locate.mklocatedb > +OLD_FILES+=3Dusr/libexec/locate.updatedb > +OLD_FILES+=3Dusr/share/man/man1/locate.1.gz > +OLD_FILES+=3Dusr/share/man/man8/locate.updatedb.8.gz > +OLD_FILES+=3Dusr/share/man/man8/updatedb.8.gz > +.endif > + > =A0.if ${MK_LPR} =3D=3D no > =A0OLD_FILES+=3Detc/hosts.lpd > =A0OLD_FILES+=3Detc/printcap > @@ -1549,6 +1565,7 @@ OLD_FILES+=3Dusr/share/man/man8/pac.8.gz > =A0.endif > > =A0.if ${MK_MAIL} =3D=3D no > +OLD_FILES+=3Detc/periodic/daily/130.clean-msgs > =A0OLD_FILES+=3Dusr/bin/Mail > =A0OLD_FILES+=3Dusr/bin/biff > =A0OLD_FILES+=3Dusr/bin/from > @@ -1772,7 +1789,12 @@ OLD_FILES+=3Dusr/share/man/man8/tftp-proxy.8.gz > =A0.endif > > =A0.if ${MK_PKGTOOLS} =3D=3D no > +OLD_FILES+=3Detc/periodic/daily/490.status-pkg-changes > =A0OLD_FILES+=3Detc/periodic/weekly/400.status-pkg > +OLD_FILES+=3Dusr/include/pkg.h > +OLD_FILES+=3Dusr/lib/libpkg.a > +OLD_FILES+=3Dusr/lib/libpkg.so > +OLD_LIBS+=3Dusr/lib/libpkg.so.0 > =A0OLD_FILES+=3Dusr/sbin/pkg_add > =A0OLD_FILES+=3Dusr/sbin/pkg_create > =A0OLD_FILES+=3Dusr/sbin/pkg_delete > @@ -1976,6 +1998,11 @@ OLD_FILES+=3Dusr/share/man/man8/rtquery.8.gz > =A0.endif > > =A0.if ${MK_SENDMAIL} =3D=3D no > +OLD_FILES+=3Detc/periodic/daily/150.clean-hoststat > +OLD_FILES+=3Detc/periodic/daily/210.backup-aliases > +OLD_FILES+=3Detc/periodic/daily/440.status-mailq > +OLD_FILES+=3Detc/periodic/daily/460.status-mail-rejects > +OLD_FILES+=3Detc/periodic/daily/500.queuerun > =A0OLD_FILES+=3Dbin/rmail > =A0OLD_FILES+=3Dusr/bin/vacation > =A0OLD_FILES+=3Dusr/include/libmilter/mfapi.h There are other things that need fixing in this file, but yes... I agree with the above. -Garrett