From owner-freebsd-questions Sun May 21 16:24:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from antiochus-fe0.ultra.net (antiochus-fe0.ultra.net [146.115.8.188]) by hub.freebsd.org (Postfix) with ESMTP id 01EF837B7DB for ; Sun, 21 May 2000 16:24:53 -0700 (PDT) (envelope-from moncrg@ma.ultranet.com) Received: from ma.ultranet.com (207-172-97-202.s456.tnt2.sbo.ma.dialup.rcn.com [207.172.97.202]) by antiochus-fe0.ultra.net (8.8.8/ult/n20340/mtc.v2) with ESMTP id TAA18547 for ; Sun, 21 May 2000 19:24:50 -0400 (EDT) Message-ID: <39287012.7299F60F@ma.ultranet.com> Date: Sun, 21 May 2000 18:24:02 -0500 From: "Gregory D. Moncreaff" Reply-To: moncrg@ma.ultranet.com X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: pkg_version usages & ramblings Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A couple of things I seem to be doing with pkg_version often are tweaking the script so it cleans directories diff /usr/sbin/pkg_version /usr/src/usr.sbin/pkg_install/version/pkg_version.pl 307c307 < make clean all && pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --- > make && pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 309c309 < make install clean --- > make install and fetching all the updated distfiles in one online session so I don't have to hear the phone dialing all the time... pkg_version -c | grep "^cd" | awk '{ printf(" %s && make fetch\n", $0) }' | sh does anyone else other tailored usages [similar or otherwise]; should any of these become features? -- Greg Moncreaff moncrg@ma.ultranet.com Marlborough, MA; USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message