[Midnightbsd-cvs] src [8821] trunk/usr.sbin/sysinstall/options.c: forgot to classify HTTP rpoxy for options dialog

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 25 23:42:49 EDT 2016


Revision: 8821
          http://svnweb.midnightbsd.org/src/?rev=8821
Author:   laffer1
Date:     2016-09-25 23:42:49 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
forgot to classify HTTP rpoxy for options dialog

Modified Paths:
--------------
    trunk/usr.sbin/sysinstall/options.c

Modified: trunk/usr.sbin/sysinstall/options.c
===================================================================
--- trunk/usr.sbin/sysinstall/options.c	2016-09-26 03:40:07 UTC (rev 8820)
+++ trunk/usr.sbin/sysinstall/options.c	2016-09-26 03:42:49 UTC (rev 8821)
@@ -4,7 +4,7 @@
  * This is probably the last attempt in the `sysinstall' line, the next
  * generation being slated for what's essentially a complete rewrite.
  *
- * $MidnightBSD: src/usr.sbin/sysinstall/options.c,v 1.5 2009/10/24 05:13:57 laffer1 Exp $
+ * $MidnightBSD$
  *
  * Copyright (c) 1995
  *	Jordan Hubbard.  All rights reserved.
@@ -75,6 +75,9 @@
 	case DEVICE_TYPE_FTP:
 	    return "FTP";
 
+	case DEVICE_TYPE_HTTP:
+	    return "HTTP Proxy";
+
 	case DEVICE_TYPE_CDROM:
 	    return "CDROM";
 



More information about the Midnightbsd-cvs mailing list