Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2010 09:09:53 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 176188 for review
Message-ID:  <201003280909.o2S99rfk027446@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=176188

Change 176188 by gcooper@gcooper-bayonetta on 2010/03/28 09:08:57

	Note to self: there's suffixing before the release number.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/add/test_fetch_uname.sh#2 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/add/test_fetch_uname.sh#2 (text+ko) ====

@@ -12,4 +12,4 @@
 #
 # pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/foobar/10.0-wewtwewt/Latest/foo.tbz' by URL
 #
-pkg_add -Knr foo 2>&1 | grep -Eq "/$UNAME_m/$(echo "$UNAME_r" | tr '[:upper:]' '[:lower:]')/Latest/foo.tbz' by URL"
+pkg_add -Knr foo 2>&1 | grep -Eq "/$UNAME_m/packages-$(echo "$UNAME_r" | tr '[:upper:]' '[:lower:]')/Latest/foo.tbz' by URL"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003280909.o2S99rfk027446>