summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/adsl.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-08-02 15:02:46 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-08-02 15:02:46 +0000
commitc126046bbdb898ed296230f19d7a398e1b0a2465 (patch)
tree18c7ba025f357477699f8080cc59a9424c40c7fb /mdk-stage1/adsl.c
parent6df138bc0f74b9d6869f69c9fb662f851026e6c8 (diff)
downloaddrakx-c126046bbdb898ed296230f19d7a398e1b0a2465.tar
drakx-c126046bbdb898ed296230f19d7a398e1b0a2465.tar.gz
drakx-c126046bbdb898ed296230f19d7a398e1b0a2465.tar.bz2
drakx-c126046bbdb898ed296230f19d7a398e1b0a2465.tar.xz
drakx-c126046bbdb898ed296230f19d7a398e1b0a2465.zip
- fix problem of clashing user/pass between adsl and ftp/http in case of automatic installs
- update doc on automatic install parameters (doc/TECH-INFOS)
Diffstat (limited to 'mdk-stage1/adsl.c')
-rw-r--r--mdk-stage1/adsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/adsl.c b/mdk-stage1/adsl.c
index a9107b5f9..d542f2f35 100644
--- a/mdk-stage1/adsl.c
+++ b/mdk-stage1/adsl.c
@@ -116,7 +116,7 @@ enum return_type perform_adsl(struct interface_info * intf)
{
struct in_addr addr;
char * questions[] = { "Username", "Password", NULL };
- char * questions_auto[] = { "user", "pass", NULL };
+ char * questions_auto[] = { "adsluser", "adslpass", NULL };
static char ** answers = NULL;
enum return_type results;