From owner-freebsd-ports@freebsd.org Tue Feb 27 23:55:46 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36BE2F3590E for ; Tue, 27 Feb 2018 23:55:46 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from stig.purplehat.org (stig.purplehat.org [50.243.134.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF46077CD1 for ; Tue, 27 Feb 2018 23:55:45 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from localhost (bill.goatse.unfs.us [50.243.134.106]) by stig.purplehat.org (Postfix) with ESMTP id 1EFCF67086 for ; Tue, 27 Feb 2018 16:48:40 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=unfs.us; s=mail; t=1519775320; bh=nAI9RJe3eHdZ3I4tDZmo1sKDv1bMFuw7m5JelEjDclM=; h=Subject:To:References:From:Date:In-Reply-To; b=Kkti7h/Ib2rSHLTBfjINDx1IQvJiXMCHebiskwR60x2G/OGq9VNsM0Xo6QvcSFB15 UHt1LT9fxtOkWqEFSdg+yRwJNuZX10J3x/Uv7hupmRZ4Xs9VY8TmyvJ6JaT/5Hrzxq jwUR6W+uLYfUcJwwBC5yWIlwOHxTG6mu6m9T69ok= Received: from stig.purplehat.org ([50.243.134.106]) by localhost (stig.purplehat.org [50.243.134.106]) (maiad, port 10024) with ESMTP id 43037-06 for ; Tue, 27 Feb 2018 16:48:38 -0700 (MST) Received: from drp01-dev.enwd.co.sc.charterlab.com (chtr-v.purplehat.org [172.30.30.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jankyj@unfs.us) by stig.purplehat.org (Postfix) with ESMTPSA id 043EB6707A for ; Tue, 27 Feb 2018 16:48:37 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=unfs.us; s=mail; t=1519775318; bh=nAI9RJe3eHdZ3I4tDZmo1sKDv1bMFuw7m5JelEjDclM=; h=Subject:To:References:From:Date:In-Reply-To; b=H2+laNw2W+afzrONZRuz0gl/gTMgKvc7QOeAKniDnkBZSI89BvpbsVbz3/zrMMFdH Z7bky5q4t+5Sbgvw2RqRF9PqAe6BIChm8IMJ7D3NP5UaPK+UEOeDDS9fHr4mkM6NiY 3CTmp6UsEfIM0YB+fagZRWloRHKLMYjN2NckgZCA= Subject: Re: Problem with old files in freebsd-update/files To: freebsd-ports@freebsd.org References: <20180227203132.GU32429@home.opsec.eu> From: "Janky Jay, III" Message-ID: <460fb9bb-bc39-a9dd-18f9-dd7e4b28cac1@unfs.us> Date: Tue, 27 Feb 2018 16:48:31 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180227203132.GU32429@home.opsec.eu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aalvCs9QiOenzHuOBmHeVF6rcoFeEQvT4" X-Virus-Scanned: Maia Mailguard X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 23:55:46 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aalvCs9QiOenzHuOBmHeVF6rcoFeEQvT4 Content-Type: multipart/mixed; boundary="oUqaiCciEdE6puPtHjLSLe6KxhByC3Rlf"; protected-headers="v1" From: "Janky Jay, III" To: freebsd-ports@freebsd.org Message-ID: <460fb9bb-bc39-a9dd-18f9-dd7e4b28cac1@unfs.us> Subject: Re: Problem with old files in freebsd-update/files References: <20180227203132.GU32429@home.opsec.eu> In-Reply-To: <20180227203132.GU32429@home.opsec.eu> --oUqaiCciEdE6puPtHjLSLe6KxhByC3Rlf Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Hello, On 02/27/2018 01:31 PM, Kurt Jaeger wrote: > Hi! >=20 >> FreeBSD 10.4-RELEASE-p3 (GENERIC) #0: Tue Nov 14 09:06:09 UTC 2017 >> >> I wrote about this before, and was told to use "pkg clean" to clean up= old=20 >> files which I now do every week, but... >=20 > I have those files in /var/db/freebsd-update/ >=20 > And if I want to clean them up, I do: >=20 > cd /var/db > mv freebsd-update fbsd-up-old > mkdir freebsd-update > chmod 700 freebsd-update > rm -rf fbsd-up-old Out of curiosity, why not just: ~ # rm -rf /var/db/freebsd-update/* Is there a reason you're moving the directory and creating a new, empty one? Regards, Janky Jay, III --oUqaiCciEdE6puPtHjLSLe6KxhByC3Rlf-- --aalvCs9QiOenzHuOBmHeVF6rcoFeEQvT4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlqV7lQACgkQGK3MsUbJZn7KEwCZAQ+ylrQDhVETJTT4o/+UefuS 3ccAnReuj3c8kfKC1qqxYb6ZBrmfV91S =LTt6 -----END PGP SIGNATURE----- --aalvCs9QiOenzHuOBmHeVF6rcoFeEQvT4--