svn commit: r252025 - stable/9/usr.sbin/sysinstall
Devin Teske
dteske at FreeBSD.org
Thu Jun 20 08:19:30 UTC 2013
Author: dteske
Date: Thu Jun 20 08:19:29 2013
New Revision: 252025
URL: http://svnweb.freebsd.org/changeset/base/252025
Log:
Fix a copy/paste error introduced by r248313 (s/ftp/http/ in menu text).
MFC after: 3 days
Modified:
stable/9/usr.sbin/sysinstall/menus.c
Modified: stable/9/usr.sbin/sysinstall/menus.c
==============================================================================
--- stable/9/usr.sbin/sysinstall/menus.c Thu Jun 20 07:56:05 2013 (r252024)
+++ stable/9/usr.sbin/sysinstall/menus.c Thu Jun 20 08:19:29 2013 (r252025)
@@ -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-stable-9
mailing list