diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-20 14:48:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-20 14:48:35 +0000 |
commit | 2049d0d0a489879a89d0e9825f6a863f49cdfc09 (patch) | |
tree | 4b2df854dca3e74a1103879575241fbc55cab9d1 /perl-install/network/modem.pm | |
parent | 0ef2a16304579dea4100b6dbe35d2812b2ae80d8 (diff) | |
download | drakx-2049d0d0a489879a89d0e9825f6a863f49cdfc09.tar drakx-2049d0d0a489879a89d0e9825f6a863f49cdfc09.tar.gz drakx-2049d0d0a489879a89d0e9825f6a863f49cdfc09.tar.bz2 drakx-2049d0d0a489879a89d0e9825f6a863f49cdfc09.tar.xz drakx-2049d0d0a489879a89d0e9825f6a863f49cdfc09.zip |
make sections more visible in generated kppprc conf file
Diffstat (limited to 'perl-install/network/modem.pm')
-rw-r--r-- | perl-install/network/modem.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index 4c2b240e2..4407d64bf 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -116,6 +116,7 @@ END output("$::prefix/usr/share/config/kppprc", c::to_utf8(<<END)); # KDE Config File + [Account0] ExDNSDisabled=0 AutoName=0 @@ -141,6 +142,7 @@ Username=$toreplace{login} Gateway=0.0.0.0 StorePassword=1 DisconnectCommand= + [Modem] BusyWait=0 Enter=CR @@ -151,12 +153,14 @@ UseCDLine=0 UseLockFile=1 Device=/dev/modem Speed=115200 + [Graph] InBytes=0,0,255 Text=0,0,0 Background=255,255,255 Enabled=true OutBytes=255,0,0 + [General] QuitOnDisconnect=0 ShowLogWindow=0 |