misc/145447: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Jun 28 07:10:06 UTC 2010
The following reply was made to PR misc/145447; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: misc/145447: commit references a PR
Date: Mon, 28 Jun 2010 07:03:36 +0000 (UTC)
Author: brian
Date: Mon Jun 28 07:03:18 2010
New Revision: 209562
URL: http://svn.freebsd.org/changeset/base/209562
Log:
MFC r209332: Shoot a stray cat!
PR: 145447
Submitted by: u at netbeisser dot de
Modified:
stable/8/release/scripts/ports-install.sh
Directory Properties:
stable/8/release/ (props changed)
stable/8/release/doc/en_US.ISO8859-1/hardware/ (props changed)
stable/8/release/picobsd/ (props changed)
stable/8/release/picobsd/floppy.tree/sbin/ (props changed)
stable/8/release/picobsd/floppy.tree/sbin/dhclient-script (props changed)
stable/8/release/picobsd/qemu/ (props changed)
Modified: stable/8/release/scripts/ports-install.sh
==============================================================================
--- stable/8/release/scripts/ports-install.sh Mon Jun 28 06:59:57 2010 (r209561)
+++ stable/8/release/scripts/ports-install.sh Mon Jun 28 07:03:18 2010 (r209562)
@@ -8,5 +8,5 @@ if [ "`id -u`" != "0" ]; then
exit 1
fi
echo "Extracting ports tarball into ${DESTDIR}/usr"
-cat ports.tgz | tar --unlink -xpzf - -C ${DESTDIR}/usr
+tar --unlink -xpzf ports.tgz -C ${DESTDIR}/usr
exit 0
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-bugs
mailing list