summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
Commit message (Collapse)AuthorAgeFilesLines
* drakconnect conf file no more uploaded with now useless variableArnaud Desmons2002-12-091-1/+1
|
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-061-1/+3
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-3/+3
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-021-5/+7
| | | | (adsl, ppp, ifcfg-eth)
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-281-2/+2
|
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
|
* add support for Sagem USB Modem (for free.fr ;-))Francois Pons2002-11-251-2/+14
|
* make perl_checker happyPascal Rigaux2002-11-181-5/+3
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-4/+4
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* replace qq{...} with qq(...)Pascal Rigaux2002-11-111-4/+4
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-13/+13
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* perl_checker fixesThierry Vignaud2002-10-231-0/+1
|
* fix speedtouch detectionDamien Chaumette2002-10-111-1/+2
|
* notify if speedtouch is detected or notDamien Chaumette2002-10-101-13/+9
|
* - Remove ECI ADSL modem from menu until we have an agreementDamien Chaumette2002-09-051-1/+5
|
* - dns settings for pppoeDaouda Lo2002-08-291-2/+2
|
* - set DNS in adsl config.Daouda Lo2002-08-291-0/+2
|
* - update speedtouch linkDaouda Lo2002-08-291-1/+1
|
* o ECI adsl config fixDamien Chaumette2002-08-201-1/+1
|
* - First ECI adsl support stepDamien Chaumette2002-08-011-5/+47
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-1/+1
|
* - check if speedtouch_mgmt exist before installing itDamien Chaumette2002-07-191-1/+1
|
* mgmt install correcteddamien2002-02-201-12/+2
|
* updated speedtouch code to use pppoa3damien2002-01-231-1/+1
|
* big merge from update 8.1 with cvsdamien2002-01-091-1/+2
| | | | | First part. Part 2 following
* corrected minor bugs in network (among others bug "modifying read only values")damien2002-01-041-1/+1
| | | | | recode upNetwork and downNetwork (it might work, at least if you are lucky);
* type assignation bug fixdamien2001-09-241-5/+6
|
* corrected type assignationdamien2001-09-241-2/+2
|
* typodamien2001-09-211-1/+2
|
* test if microcode is theredamien2001-09-201-1/+4
|
* network restart at better placedamien2001-09-191-0/+1
|
* corrected Speedtouch -> speedtouchdamien2001-09-181-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-2/+1
|
* correct dams typoPascal Rigaux2001-09-151-1/+1
|
* avoid asking 2 times to restart the ethernet carddamien2001-09-151-5/+5
|
* debugdamien2001-09-141-2/+2
|
* pptp-adsl instead of pptp-adsl-frdamien2001-09-141-1/+1
|
* bugfixdamien2001-09-141-1/+2
|
* updated speedtouch handling.damien2001-09-141-2/+8
|
* new default connection handlingdamien2001-09-121-3/+3
|
* debugdamien2001-09-101-0/+1
|
* debugdamien2001-09-101-0/+1
|
* corrected speedtouchdamien2001-09-061-3/+2
|
* speedtouch configurationdamien2001-08-291-0/+1
|
* bugfix, speedtouch helpdamien2001-08-241-8/+12
|