summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixThierry Vignaud2003-02-061-1/+1
|
* fix some drakgw behaviourFlorin Grad2003-02-031-1/+8
|
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-301-2/+2
|
* fixed some perl_checkerFrancois Pons2003-01-291-1/+0
|
* let drakconnect be less verbose: aka explain rename of old configuration filesThierry Vignaud2003-01-271-1/+2
| | | | | if that had been already done
* isdn.pm now in use strictDamien Chaumette2003-01-231-1/+1
| | | | | little cleanup
* force strict modeThierry Vignaud2003-01-231-1/+2
|
* perl_checker fixesThierry Vignaud2003-01-221-3/+3
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-2/+2
|
* - catch wizcancel dieDamien Chaumette2003-01-101-59/+1
| | | | | | - fix fucked previous button after configuration completes - little cleanup
* *** empty log message ***Damien Chaumette2003-01-091-91/+43
|
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-291-2/+2
| | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way)
* do not export start_internet and stop_internetPascal Rigaux2002-12-141-1/+0
| | | | | (was broken since network::netconnect do not inheritate from Exporter)
* perl_checker fixesThierry Vignaud2002-12-101-2/+2
|
* make perl_checker happyArnaud Desmons2002-12-091-1/+1
|
* drakconnect conf file no more uploaded with now useless variableArnaud Desmons2002-12-091-49/+47
|
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-061-53/+23
|
* gtk+-2 portThierry Vignaud2002-12-051-5/+5
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-12/+9
|
* - %l is not used, so why declare it??Pascal Rigaux2002-12-041-2/+2
| | | | | - in network::netconnect::main(), declare @l as it should be. But the code is really wrong, it NEEDS fixing (bis)
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-4/+4
|
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-041-63/+85
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-8/+4
|
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-1/+1
|
* use output_with_perm()Pascal Rigaux2002-12-021-17/+11
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-021-28/+30
| | | | (adsl, ppp, ifcfg-eth)
* perl_checker adaptationsPascal Rigaux2002-11-281-6/+6
|
* in network::netconnect::main(), declare @l as it should be. But the code is ↵Pascal Rigaux2002-11-251-1/+2
| | | | really wrong, it NEEDS fixing
* $modem is redefined 2 lines below its first declaration. this first ↵Pascal Rigaux2002-11-251-1/+0
| | | | declaration is useless (??)
* removed old code (commented out).Francois Pons2002-11-251-14/+0
|
* make perl_checker happyPascal Rigaux2002-11-181-1/+1
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-28/+28
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-3/+3
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-2/+2
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-10/+10
|
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-4/+4
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-45/+45
| | | | | | | | | | | | | | | | | | | 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!
* few reworks for winmodem detectionDamien Chaumette2002-10-281-15/+12
|
* make perl_checker happy: replace PKG::f with PKG::f()Pascal Rigaux2002-10-231-1/+1
|
* remove useless 'pop'Damien Chaumette2002-10-181-2/+1
|
* change dumb return values s/@pci_modems, $serial_modem/$serial_modem, ↵Damien Chaumette2002-10-181-1/+1
| | | | @pci_modems/ (thanks to pixel)
* "=head" doc must end with "=cut"Pascal Rigaux2002-10-171-0/+2
|
* document network::netconnect::detect()Thierry Vignaud2002-10-171-0/+17
|
* - winmodem detection fixDamien Chaumette2002-10-161-1/+1
|
* add a warning window for winmodemsDamien Chaumette2002-10-101-5/+15
|
* - fix old conf files name (thx titi)Damien Chaumette2002-09-131-2/+2
|
* - little fixDamien Chaumette2002-09-051-4/+0
|
* *** empty log message ***Damien Chaumette2002-09-031-2/+2
|