summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixesThierry Vignaud2002-12-103-18/+18
|
* make perl_checker happyArnaud Desmons2002-12-091-1/+1
|
* drakconnect conf file no more uploaded with now useless variableArnaud Desmons2002-12-092-50/+48
|
* remove unused modulesThierry Vignaud2002-12-091-1/+0
|
* be more perl_checker compliantPascal Rigaux2002-12-061-3/+2
|
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-065-84/+135
|
* gtk+-2 portThierry Vignaud2002-12-051-5/+5
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-0411-33/+27
|
* - %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-043-9/+9
|
* my' variables as neededPascal Rigaux2002-12-041-1/+1
|
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-044-70/+129
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-042-9/+5
|
* syntax changes to make perl_checker happyPascal Rigaux2002-12-043-5/+5
|
* (find_exports): use run_program::raw + stdoutPascal Rigaux2002-12-031-9/+5
|
* cleanup use of filehandlesPascal Rigaux2002-12-031-20/+15
|
* (read_resolv_conf): simplifyPascal Rigaux2002-12-031-7/+2
|
* make it $::testing awareGuillaume Cottenceau2002-12-031-0/+1
|
* (add2hosts): use output and pixelizationPascal Rigaux2002-12-021-20/+7
|
* use output_with_perm()Pascal Rigaux2002-12-024-27/+16
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-024-41/+47
| | | | (adsl, ppp, ifcfg-eth)
* perl_checker adaptationsPascal Rigaux2002-11-286-14/+14
|
* perl_checker adaptationsPascal Rigaux2002-11-281-2/+2
|
* perl_checker adaptationsPascal Rigaux2002-11-276-13/+13
|
* 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
* - $up was my-ed inside the if-then block though it was used outside the ↵Pascal Rigaux2002-11-251-2/+3
| | | | | | | block (hint: buggy code) - my @country as it should be
* $modem is redefined 2 lines below its first declaration. this first ↵Pascal Rigaux2002-11-251-1/+0
| | | | declaration is useless (??)
* since $mouse is undefined, replace it with undef (??)Pascal Rigaux2002-11-251-1/+1
|
* add support for Sagem USB Modem (for free.fr ;-))Francois Pons2002-11-251-2/+14
|
* add support ADIModem.Francois Pons2002-11-251-2/+3
|
* removed reference to ...->{nb_cards} no more used.Francois Pons2002-11-251-2/+0
|
* removed old code (commented out).Francois Pons2002-11-251-14/+0
|
* removed 2 labels and 2 gotos by a very simple while, dam's is really greatFrancois Pons2002-11-251-6/+5
| | | | | sometimes ;-)
* added is_domain_name that checks validity of a domain name.Francois Pons2002-11-251-0/+5
|
* default dhcp client is dhcp-clientFrederic Lepied2002-11-191-8/+8
|
* make perl_checker happyPascal Rigaux2002-11-183-7/+5
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-143-6/+6
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-137-58/+58
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-133-3/+3
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-3/+3
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-114-16/+15
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-1110-30/+30
|
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* replace qq{...} with qq(...)Pascal Rigaux2002-11-111-4/+4
|
* don't return a typeglob ref, return the typeglob (reference to typeglobs arePascal Rigaux2002-11-101-1/+1
| | | | | | soft references which doesn't increment the ref count) (thanks to Gerard Patel for the precise bug report)
* - do not use q{...} to please perl_checkerPascal Rigaux2002-11-091-7/+6
| | | | | | - use <<'EOF' instead - at the same time, fix the "\n" at the beginning of the generated script
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-062-9/+6
| | | | | - use some "cat_" and "output" where possible
* (write_resolv_conf): much cleanup (originally it was meant to introducePascal Rigaux2002-11-061-34/+37
| | | | | cat_ and output, but it ended up with a complete rewrite :)
* make perl_checker happyPascal Rigaux2002-11-061-0/+1
|
* replace complex "unless"s with "if"sPascal Rigaux2002-11-063-7/+7
|