summaryrefslogtreecommitdiffstats
path: root/perl-install/network/tools.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* - $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
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-2/+2
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-7/+7
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-8/+7
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-5/+5
|
* 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-061-0/+1
| | | | | - use some "cat_" and "output" where possible
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-32/+32
| | | | | | | | | | | | | | | | | | | 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!
* fix spurious ";" before closing blockGuillaume Cottenceau2002-09-191-1/+1
|
* - patch net_monitorDamien Chaumette2002-09-121-1/+51
|
* - set the vpi vci correctly according to selected country.Daouda Lo2002-08-061-1/+1
|
* replace "$foo" with $fooPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-4/+4
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-2/+2
|
* hide password in adsl configurationDamien Chaumette2002-07-221-1/+1
|
* - choose country according to timezone.Daouda Lo2002-06-101-1/+20
|
* fix a few english stringsGuillaume Cottenceau2002-04-081-1/+1
|
* changed timeout for testing internet connectiondamien2002-03-121-1/+6
|
* debug network testingdamien2002-01-281-2/+2
|
* draknet : success message only if successdamien2002-01-171-1/+1
|
* 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);
* fix missing ";" (thanks to Robert Fox)Pascal Rigaux2001-12-051-1/+1
|
* corrected pipe readingdamien2001-12-041-4/+3
|
* speedtouch config : added usa vpi vcidamien2001-10-221-2/+2
|
* corrected GET_FL and codamien2001-10-181-1/+1
|
* aded use cdamien2001-10-111-0/+1
|
* updateddamien2001-10-101-13/+11
|
* removed trashdamien2001-10-091-4/+0
|
* connection test is now in background, corrects the interface freeze problemdamien2001-10-091-2/+40
|
* more timeoutdamien2001-09-151-1/+1
|
* new default connection handlingdamien2001-09-121-6/+10
|
* corrected speedtouchdamien2001-09-061-2/+2
|
* corrected initcriptdamien2001-09-051-2/+10
|
* nicer displaydamien2001-08-301-1/+1
|
* speedtouch configurationdamien2001-08-291-1/+1
|
* corrected internet initscriptdamien2001-08-271-1/+1
|
* speedtouch configurationdamien2001-08-241-3/+3
|
* export write_initscript, correct initscript.damien2001-08-241-10/+7
|
* corrected qq bugdamien2001-08-211-4/+4
|
* corrected bugdamien2001-08-211-1/+1
|
* generik internet initscript, planq the children againdamien2001-08-211-2/+60
|
* fix typoPascal Rigaux2001-08-181-15/+15
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-20/+20
| | | | ask_from_entries_refH_powered in ask_from_
* corrected connected calldamien2001-08-121-1/+1
|
* corrected password file substitutiondamien2001-08-101-1/+1
|
* added useless function type2interface for future usedamien2001-08-091-2/+13
|
* add interactive_pkgs stuffPascal Rigaux2001-08-081-1/+1
|
* huptimeout handlingdamien2001-08-081-0/+1
|