From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 11:08:28 2010 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3897106566B for ; Sat, 9 Jan 2010 11:08:28 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2247A8FC16 for ; Sat, 9 Jan 2010 11:08:27 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id o09B89qJ036587; Sat, 9 Jan 2010 12:08:24 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id o09B89fw036586; Sat, 9 Jan 2010 12:08:09 +0100 (CET) (envelope-from olli) Date: Sat, 9 Jan 2010 12:08:09 +0100 (CET) Message-Id: <201001091108.o09B89fw036586@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, rsmith@xs4all.nl, lists@rhavenn.net In-Reply-To: <20100108233253.GA42429@slackbox.xs4all.nl> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Sat, 09 Jan 2010 12:08:25 +0100 (CET) Cc: Subject: Re: ntpd not removed; WITHOUT_NTP enabled in src.conf X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG, rsmith@xs4all.nl, lists@rhavenn.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 11:08:28 -0000 Roland Smith wrote: > Henrik Hudson wrote: > > Hey List, > > > > Among other things I have in my /etc/src.conf > > WITHOUT_NTP=yes > > > > which from my understanding should not build ntpd, etc... > > [...] > > ntpd still exists in /usr/sbin and the man pages, etc... > > seem to still be hanging around. Did I miss something? > > Adding options to `/etc/src.conf` does not remove old binaries, > libraries or manpages! It just prevents the system from building > newer ones. I'm afraid that's not true. When you disable something in src.conf(5), its files *will* be removed when you do "make delete-old". See the file src/tools/build/mk/OptionalObsoleteFiles.inc for all the details. It's included by src/ObsoleteFiles.inc which in turn is included by src/Makefile.inc1 (after /etc/src.conf was parsed by share/mk/bsd.own.mk). If that doesn't work for WITHOUT_NTP, then that's a bug. Probably some entries missing in OptionalObsoleteFiles.inc. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "To this day, many C programmers believe that 'strong typing' just means pounding extra hard on the keyboard." -- Peter van der Linden