From b0f87236c9e3fdfe75732701838df534fba3d423 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 22 Dec 2003 16:48:28 +0000 Subject: http proxy support for ftp/http install contributed by Olivier Blin --- mdk-stage1/automatic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/automatic.c') diff --git a/mdk-stage1/automatic.c b/mdk-stage1/automatic.c index 1c6e021a0..114d4d2cb 100644 --- a/mdk-stage1/automatic.c +++ b/mdk-stage1/automatic.c @@ -78,7 +78,8 @@ char * get_auto_value(char * auto_param) { { "method", "met" }, { "network", "netw" }, { "interface", "int" }, { "gateway", "gat" }, { "netmask", "netm" }, { "adsluser", "adslu" }, { "adslpass", "adslp" }, { "hostname", "hos" }, { "domain", "dom" }, { "server", "ser" }, { "directory", "dir" }, { "user", "use" }, - { "pass", "pas" }, { "disk", "dis" }, { "partition", "par" }, { NULL, NULL } }; + { "pass", "pas" }, { "disk", "dis" }, { "partition", "par" }, { "proxy_host", "proxh" }, + { "proxy_port", "proxp" }, { NULL, NULL } }; struct param_elem * ptr_alias = short_aliases; while (ptr_alias->name) { if (streq(auto_param, ptr_alias->name)) -- cgit v1.2.1