From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 18:03:39 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 75BAC1065696 for ; Sat, 9 Jan 2010 18:03:39 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6CD8FC12 for ; Sat, 9 Jan 2010 18:03:39 +0000 (UTC) Received: by iwn36 with SMTP id 36so13765015iwn.3 for ; Sat, 09 Jan 2010 10:03:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=SdfyRRJ5SWC72FT+EI8LETlRxomTSqhXYuOOBwGryho=; b=V0gB+jZC6T1QnL3VGM2BOORMirC84BzFbzCPMCq8W6WbRS6QwzOTJPsm4WAaRyL4H8 RFsr4Nvq5szh/74fOAx+pdC/Q518pb5reYrkf24D8Mz5ELTOxyGGLHwWXkJN4As5SF3j HaQ1d671Zdt9a69VC2Ptqn5lUtTDulQWBQEPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bFoobBWPesOPIREteLtKokjJdP2p0+PYIVFVN2fRH/l3kfifkn+BfF1kmF+U8UjKhq N/iMyF1CRNTeksKUYxe4NXkYGTrx72JC/dFOQJ68UgJuvXSbglGm4lZdaW+lM+/lZbMD UOO5YA4x/XW0xtdr2x/pqXWf4Xsqq2BZZHl3c= MIME-Version: 1.0 Received: by 10.231.121.93 with SMTP id g29mr1209881ibr.13.1263060215242; Sat, 09 Jan 2010 10:03:35 -0800 (PST) In-Reply-To: <201001091322.o09DMjgZ041660@lurza.secnetix.de> References: <20100109124608.GA28238@slackbox.xs4all.nl> <201001091322.o09DMjgZ041660@lurza.secnetix.de> Date: Sat, 9 Jan 2010 12:03:35 -0600 Message-ID: <790a9fff1001091003u679542dbh3a5eec232318cbc6@mail.gmail.com> From: Scot Hetzel To: freebsd-stable@freebsd.org, lists@rhavenn.net Content-Type: text/plain; charset=ISO-8859-1 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 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 18:03:39 -0000 On 1/9/10, Oliver Fromme wrote: > There's another pitfall: When you install, say, BIND from > the ports collection with the option WITH_REPLACE_BASE=true > and add WITHOUT_BIND=yes to src.conf. When you update your > world it will wipe out your BIND files that were installed > from ports, so you have to re-install the port. I haven't > tried this myself, though ... Maybe there's a safety-belt > somewhere. > Currently, there is no safety belt to protect from deleting the BIND files. I created this simple patch to OptionalObsoleteFiles.inc that will prevent the deleting of the BIND Files when the BIND port is installed using WITH_REPLACE_BASE: http://www.freebsd.org/cgi/query-pr.cgi?pr=142529 Scot