summaryrefslogtreecommitdiffstats
path: root/perl-install/network/network.pm
Commit message (Collapse)AuthorAgeFilesLines
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-2/+2
|
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-041-2/+2
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-1/+1
|
* (read_resolv_conf): simplifyPascal Rigaux2002-12-031-7/+2
|
* (add2hosts): use output and pixelizationPascal Rigaux2002-12-021-20/+7
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-021-2/+2
| | | | (adsl, ppp, ifcfg-eth)
* perl_checker adaptationsPascal Rigaux2002-11-281-2/+2
|
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
|
* added is_domain_name that checks validity of a domain name.Francois Pons2002-11-251-0/+5
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-3/+3
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-9/+5
| | | | | - 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 :)
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-2/+2
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-26/+26
| | | | | | | | | | | | | | | | | | | 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!
* workaround situation when /etc/resolv.conf is an absolute link to ↵Guillaume Cottenceau2002-09-261-1/+3
| | | | /etc/ppp/resolv.conf or whatever
* fix NULL Gateway IP checkingDamien Chaumette2002-09-231-2/+2
|
* - show pcmcia ethernet cards in listDamien Chaumette2002-09-091-0/+11
|
* *** empty log message ***Damien Chaumette2002-09-051-3/+0
|
* allow http://xxx for ftp_proxyPascal Rigaux2002-09-051-1/+1
|
* - correct typos in orinoco orinoco_cs modulesDaouda Lo2002-09-041-1/+1
|
* - fix previous behavior in Expert mode... (100% lazy loop free this time)Damien Chaumette2002-09-021-5/+5
|
* fix looping on network step when configuring ethernet cardGuillaume Cottenceau2002-08-301-1/+1
|
* *** empty log message ***Damien Chaumette2002-08-271-2/+2
|
* - new 'previous' button bug fixDamien Chaumette2002-08-271-2/+2
|
* fix 'previous' button strange behaviorDamien Chaumette2002-08-221-1/+2
|
* o remove old /etc/hosts entries for the hostname before adding new oneDamien Chaumette2002-08-191-1/+6
|
* - fix reading previous keyboard config on upgrade (for displaying in summary)Pascal Rigaux2002-08-121-1/+1
| | | | | | - ensure keyboard and mouse configuration are not overwritten if not explictly modified on upgrade - propagate pci=xxx at install to bootloader (since "pci=bios,biosirq" is needed on some box, see http://islay.dyndns.org/taz/index.html for more)
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
|
* kill "wonderful perl"Thierry Vignaud2002-08-051-4/+1
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-1/+1
|
* replace "$foo" with $fooPascal Rigaux2002-07-311-1/+1
|
* - have is_ip return the 4 parts of the ip addressPascal Rigaux2002-07-311-12/+8
| | | | | - cleanup
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-3/+3
|
* fix a few english stringsGuillaume Cottenceau2002-04-081-2/+2
|
* onboot option only in expert modedamien2002-03-121-1/+2
|
* corrected domainname bug; added onboot optiondamien2002-03-121-1/+4
|
* proxy settings correcteddamien2002-03-081-2/+2
|
* bug correctiondamien2002-02-121-1/+6
|
* corrected wireless modulesdamien2002-02-081-2/+2
|
* domainname corectiondamien2002-01-101-2/+2
|
* corrected network domainname pbdamien2002-01-101-1/+1
|
* big merge from update 8.1 with cvsdamien2002-01-091-4/+9
| | | | | First part. Part 2 following
* additional package for wlandamien2001-12-041-2/+2
|
* no expert mode needed to choose gatewaydamien2001-09-171-1/+1
|
* removed timeout:1 in resolv.conf, modified timeout scanning in ↵damien2001-09-101-4/+4
| | | | draknet/net_monitor
* added timeout in resolv.confdamien2001-09-031-1/+5
|
* silently /sbin/ipdamien2001-08-301-1/+1
|
* track_network_id only if laptopdamien2001-08-301-3/+6
|