svn commit: r229751 - stable/9/usr.sbin/pkg_install/add

Ken Smith kensmith at FreeBSD.org
Sat Jan 7 00:33:14 UTC 2012


Author: kensmith
Date: Sat Jan  7 00:33:13 2012
New Revision: 229751
URL: http://svn.freebsd.org/changeset/base/229751

Log:
  When copying/pasting a line to create a line you want to add make sure
  to change all pieces of it, not just some of them.
  
  Submitted by:	A helpful soul on IRC
  Pointy hat:	me

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

Modified: stable/9/usr.sbin/pkg_install/add/main.c
==============================================================================
--- stable/9/usr.sbin/pkg_install/add/main.c	Sat Jan  7 00:15:02 2012	(r229750)
+++ stable/9/usr.sbin/pkg_install/add/main.c	Sat Jan  7 00:33:13 2012	(r229751)
@@ -96,7 +96,7 @@ struct {
 	{ 700100, 799000, "/packages-7-stable" },
 	{ 800500, 899000, "/packages-8-stable" },
 	{ 900500, 999000, "/packages-9-stable" },
-	{ 1000500, 1099000, "/packages-10-current" },
+	{ 1000000, 1099000, "/packages-10-current" },
 	{ 0, 9999999, "/packages-current" },
 	{ 0, 0, NULL }
 };


More information about the svn-src-all mailing list