From owner-freebsd-questions@freebsd.org Sat Dec 5 20:41:13 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35B42A417DC for ; Sat, 5 Dec 2015 20:41:13 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C44E61C5F for ; Sat, 5 Dec 2015 20:41:12 +0000 (UTC) (envelope-from vsasjason@gmail.com) Received: by wmec201 with SMTP id c201so105605497wme.1 for ; Sat, 05 Dec 2015 12:41:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=6u69nt8+B6h0LLu8E6MlmCg2nr1A3DTbByjxXny0MzU=; b=t13p4py175lyO5pewxUkXJVJI9Lc5Qv47DZuTwu+7TNWg52kho/Aa5nr+4LfQvhMly +Dw5H8kVxtu+F/L0geODcfH5pvF/RPwEIy/9YZ8zCo/gR66z9mKnjYsf2ACPpuNqnCve vYNcRvFvRs3eAtV5NkdXHGE+jtSWII852yV5o9Dw26bBo1iz9d4mEcZYlz86B3VHXJHo nzJUPMIctoeSe+pBg7wJ+scBgMA5xrs4gyVcQTY1PSePLmJHbxndOx46DpJgLn7q8Zyu p5Bfub7WN5hJ5cWG71JwI9gzF7QgRcuY10qSBzCItXc3BnzLZL1WalNiPDKsX4DlL2H8 1WBw== X-Received: by 10.28.150.11 with SMTP id y11mr11619238wmd.43.1449348071328; Sat, 05 Dec 2015 12:41:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.140.75 with HTTP; Sat, 5 Dec 2015 12:40:51 -0800 (PST) In-Reply-To: <20151205201107.GA19335@hpmini> References: <20151205201107.GA19335@hpmini> From: Anton Sayetsky Date: Sat, 5 Dec 2015 22:40:51 +0200 Message-ID: Subject: Re: Cleaning obsolete files after make installworld To: =?UTF-8?Q?Lu=C3=ADs_Fernando_Schultz_Xavier_da_Silveira?= Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2015 20:41:13 -0000 Standard procedure is filing a PR, because it's a BUG. Someone adds WITHOUT_XXX option and forgets to update ObsoleteFiles.inc. 2015-12-05 22:11 GMT+02:00 Lu=C3=ADs Fernando Schultz Xavier da Silveira : > Hi, > > I have edited /etc/src.conf to remove software which is not useful > to me. After compiling and installing the world, I have launched the > check-old, delete-old and delete-old-libs targets of /usr/src/Makefile. > > However, several old files still remain in the system. For example, > I have included WITHOUT_INETD in /etc/src.conf, but after peforming the > above procedure, the file /usr/sbin/inetd was still there, with a > modification time that predates the installation of the system. > > What is the standard procedure for removing these stale files? > I have used the -mtime option of find to locate and remove them, but > I doubt this is the recommended approach. > > Thanks. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"