Author: dteske
Date: Sun Jun 23 10:16:14 2013
New Revision: 252111
URL: http://svnweb.freebsd.org/changeset/base/252111

Log:
  MFS9->8 r252025:
  Fix a copy/paste error introduced by r248452 (s/ftp/http/ in menu text).
  This is a direct commit to stable/8.

Modified:
  stable/8/usr.sbin/sysinstall/menus.c

Modified: stable/8/usr.sbin/sysinstall/menus.c
==============================================================================
--- stable/8/usr.sbin/sysinstall/menus.c        Sun Jun 23 10:04:23 2013        
(r252110)
+++ stable/8/usr.sbin/sysinstall/menus.c        Sun Jun 23 10:16:14 2013        
(r252111)
@@ -891,7 +891,7 @@ DMenu MenuMediaHTTPDirect = {
     "guaranteed to carry the full range of possible distributions.",
     "Select a site that's close!",
     NULL,
-    { { "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, 
NULL,
+    { { "URL", "Specify some other http site by URL", NULL, dmenuSetVariable, 
NULL,
        VAR_HTTP_PATH "=other" },
 
       { NULL } }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to