diff options
-rw-r--r-- | perl-install/ChangeLog | 4 | ||||
-rw-r--r-- | perl-install/any.pm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 6b6a1d5fb..38595c459 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,7 @@ +2000-10-09 François Pons <fpons@mandrakesoft.com> + + * any.pm: default speed of modem set to 115200. + 2000-10-09 DrakX <install@linux-mandrake.com> * snapshot uploaded diff --git a/perl-install/any.pm b/perl-install/any.pm index 495d802e9..68d7ae8e9 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -443,7 +443,7 @@ Timeout=60 UseCDLine=0 UseLockFile=1 Device=/dev/modem -Speed=57600 +Speed=115200 [Graph] InBytes=0,0,255 Text=0,0,0 |