misc/145447: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Jun 19 09:40:04 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: Sat, 19 Jun 2010 09:33:24 +0000 (UTC)

 Author: brian
 Date: Sat Jun 19 09:33:11 2010
 New Revision: 209332
 URL: http://svn.freebsd.org/changeset/base/209332
 
 Log:
   Remove an unnecessary cat.
   
   PR:		145447
   Submitted by:	u at netbeisser dot de
   MFC after:	1 week
 
 Modified:
   head/release/scripts/ports-install.sh
 
 Modified: head/release/scripts/ports-install.sh
 ==============================================================================
 --- head/release/scripts/ports-install.sh	Sat Jun 19 09:21:34 2010	(r209331)
 +++ head/release/scripts/ports-install.sh	Sat Jun 19 09:33:11 2010	(r209332)
 @@ -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