svn commit: r185303 - stable/7/usr.sbin/pkg_install/add

Ken Smith kensmith at FreeBSD.org
Tue Nov 25 09:34:36 PST 2008


Author: kensmith
Date: Tue Nov 25 17:34:36 2008
New Revision: 185303
URL: http://svn.freebsd.org/changeset/base/185303

Log:
  Add FreeBSD_version and package directory for 7.1.
  
  Approved by:	re (implicit)

Modified:
  stable/7/usr.sbin/pkg_install/add/main.c

Modified: stable/7/usr.sbin/pkg_install/add/main.c
==============================================================================
--- stable/7/usr.sbin/pkg_install/add/main.c	Tue Nov 25 17:31:45 2008	(r185302)
+++ stable/7/usr.sbin/pkg_install/add/main.c	Tue Nov 25 17:34:36 2008	(r185303)
@@ -79,6 +79,7 @@ struct {
 	{ 602000, 602099, "/packages-6.2-release" },
 	{ 603000, 603099, "/packages-6.3-release" },
 	{ 700000, 700099, "/packages-7.0-release" },
+	{ 701000, 701099, "/packages-7.1-release" },
 	{ 300000, 399000, "/packages-3-stable" },
 	{ 400000, 499000, "/packages-4-stable" },
 	{ 502100, 502128, "/packages-5-current" },


More information about the svn-src-all mailing list