summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-29 08:20:49 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-29 08:20:49 +0000
commit6c2c2415d32f33655f632e17ce1dd95b18a0a109 (patch)
tree005409f3ac5e19c31c5d02c1b4ae4a05e7ff50a2 /mdk-stage1/network.c
parent61df108c655f703ef246edbafc0eb302018b31e2 (diff)
downloaddrakx-backup-do-not-use-6c2c2415d32f33655f632e17ce1dd95b18a0a109.tar
drakx-backup-do-not-use-6c2c2415d32f33655f632e17ce1dd95b18a0a109.tar.gz
drakx-backup-do-not-use-6c2c2415d32f33655f632e17ce1dd95b18a0a109.tar.bz2
drakx-backup-do-not-use-6c2c2415d32f33655f632e17ce1dd95b18a0a109.tar.xz
drakx-backup-do-not-use-6c2c2415d32f33655f632e17ce1dd95b18a0a109.zip
allow to use a specific ACNAME for pppoe connections
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index 963dcee53..67102bb16 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -318,6 +318,7 @@ static int save_netinfo(struct interface_info * intf) {
fprintf(f, "BOOTPROTO=adsl_pppoe\n");
fprintf(f, "USER=%s\n", intf->user);
fprintf(f, "PASS=%s\n", intf->pass);
+ fprintf(f, "ACNAME=%s\n", intf->acname);
}
if (!streq(intf->http_proxy_host, "") && !streq(intf->http_proxy_port, "")) {