summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Expand)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
* 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
* 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
* - do not use q{...} to please perl_checkerPascal Rigaux2002-11-091-7/+6
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-062-9/+6
* (write_resolv_conf): much cleanup (originally it was meant to introducePascal Rigaux2002-11-061-34/+37
* 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
* 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, @pci_mo...Damien Chaumette2002-10-181-1/+1
* 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 a warning window for winmodemsDamien Chaumette2002-10-101-5/+15
* workaround situation when /etc/resolv.conf is an absolute link to /etc/ppp/re...Guillaume Cottenceau2002-09-261-1/+3
* 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