svn commit: r252111 - stable/8/usr.sbin/sysinstall

Devin Teske dteske at FreeBSD.org
Sun Jun 23 10:16:15 UTC 2013


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 } }


More information about the svn-src-all mailing list