summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-069-181/+181
| | | | | | | | | | | | | | | | | | | 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
|
* add sub winmodemConfigureDamien Chaumette2002-10-281-0/+19
|
* perl_checker fixesThierry Vignaud2002-10-231-0/+1
|
* 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)
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-1/+1
|
* "=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
|
* fix speedtouch detectionDamien Chaumette2002-10-111-1/+2
|
* notify if speedtouch is detected or notDamien Chaumette2002-10-101-13/+9
|
* - move serial modem detection to detect_devices.pmDamien Chaumette2002-10-101-32/+1
| | | | | | - add speedtouch USB detection - add winmodem detection
* add a warning window for winmodemsDamien Chaumette2002-10-101-5/+15
|
* workaround situation when /etc/resolv.conf is an absolute link to ↵Guillaume Cottenceau2002-09-261-1/+3
| | | | /etc/ppp/resolv.conf or whatever
* Fix configureNetwork to fit with new any::load_category_prompt_for_more behaviorDamien Chaumette2002-09-241-1/+1
|
* fix NULL Gateway IP checkingDamien Chaumette2002-09-231-2/+2
|
* The LPD/LPRng port is 515, not 5015.Till Kamppeter2002-09-201-1/+2
|
* add the 5015 port for some printers in internal_portsFlorin Grad2002-09-201-1/+1
|
* fix spurious ";" before closing blockGuillaume Cottenceau2002-09-191-1/+1
|
* remove forgotten debug hash printingsFlorin Grad2002-09-181-7/+0
|
* small updatesFlorin Grad2002-09-171-9/+12
|
* add a silly messageFlorin Grad2002-09-171-0/+5
|
* add internal_ports variableFlorin Grad2002-09-161-0/+2
|
* - fix old conf files name (thx titi)Damien Chaumette2002-09-131-2/+2
|
* more services in drakgw_protocolsFlorin Grad2002-09-131-1/+1
|
* - patch net_monitorDamien Chaumette2002-09-121-1/+51
|
* run_program crazynessGuillaume Cottenceau2002-09-121-3/+3
|
* fix writing twice tcp instead of tcp & udpPascal Rigaux2002-09-121-1/+1
|
* corrected i18n usagePablo Saratxaga2002-09-111-1/+1
|
* - remove variable from a translated chainDamien Chaumette2002-09-101-1/+1
|
* - show pcmcia ethernet cards in listDamien Chaumette2002-09-091-0/+11
|
* - check DNS & Gateway IPDamien Chaumette2002-09-091-1/+1
|