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 }
};
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"