summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* cleaned a bit the code.Francois Pons2003-02-251-7/+7
|
* added login and passwd remember from /etc/ppp/peers/adsl /etc/ppp/optionsFrancois Pons2003-02-251-1/+12
| | | | | /etc/ppp/pap-secrets /etc/ppp/chap-secrets file
* modified string as sagem driver now use pppoaFrancois Pons2003-02-251-1/+1
|
* $isdn->{is_light} wasn't set while using autodetection, rpm wasn't installedDamien Chaumette2003-02-211-1/+2
|
* oups... hu... nothingDamien Chaumette2003-02-212-3/+1
|
* get back password input for adslDamien Chaumette2003-02-211-0/+2
|
* no need to use regexpDamien Chaumette2003-02-211-1/+1
|
* add isdn check in get_net_deviceFlorin Grad2003-02-211-0/+2
|
* fix florin: replace $prefix with $::prefixPascal Rigaux2003-02-201-2/+2
|
* update 2 rules for the pptp dsl internet connectionFlorin Grad2003-02-201-2/+5
|
* use detect_devices::pcmcia_probe() instead of detect_devices::probeall()Pascal Rigaux2003-02-201-1/+1
|
* - read_resolv_conf() reads DOMAINNAME & DOMAINNAME2Pascal Rigaux2003-02-201-8/+17
| | | | | | - read_resolv_conf() reads /etc/resolv.conf by default - read_resolv_conf_raw() created
* dhcp fixDamien Chaumette2003-02-201-4/+2
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-192-2/+2
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* (read_conf) simplifyThierry Vignaud2003-02-191-2/+1
|
* Get back configuration settings from conf filesDamien Chaumette2003-02-181-1/+2
| | | | | (fix some kind of titi sucking)
* perl_checker fixThierry Vignaud2003-02-181-1/+1
|
* translate server {name} at display-time, not compile-timePascal Rigaux2003-02-171-5/+5
|
* perl generate undef indefinitely from the voidThierry Vignaud2003-02-172-3/+3
|
* install package shorewall only when the user wants a firewallPascal Rigaux2003-02-141-7/+9
|
* - set_help is deprecatedPascal Rigaux2003-02-137-18/+21
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* add CVS $IdPascal Rigaux2003-02-135-5/+5
|
* add cvs $IdPascal Rigaux2003-02-131-1/+1
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
|
* corrected option handling and added hotplug checkboxFrederic Lepied2003-02-101-16/+18
|
* added a text to describe the Zeroconf host name fieldFrederic Lepied2003-02-101-2/+5
|
* reworded network restart stringFrederic Lepied2003-02-101-1/+1
|
* perl_checker fixesThierry Vignaud2003-02-103-5/+5
|
* corrected expert case to restart network and if the user choose not to restartFrederic Lepied2003-02-091-2/+2
| | | | | the network, end the dialog normally.
* check that zeroconf hostname doesn"t contain a .Frederic Lepied2003-02-091-5/+26
| | | | | read zeroconf hostname from tmdns.conf
* check that zeroconf hostname doesn"t contain a .Frederic Lepied2003-02-091-1/+9
|
* - DHCP & Zeroconf fixes for installationDamien Chaumette2003-02-071-3/+4
| | | | | - fix '217.0.0.1 localhost' not written in /etc/hosts when using DHCP
* *** empty log message ***Damien Chaumette2003-02-071-1/+1
|
* avoid to mess up tmdns.conf fileDamien Chaumette2003-02-061-7/+4
|
* fix dhcp package installationDamien Chaumette2003-02-061-3/+5
| | | | | fix zeroconf suckiness
* perl_checker fixThierry Vignaud2003-02-061-1/+1
|
* fixed my own suckingDamien Chaumette2003-02-052-0/+2
|
* fixed small typo.Francois Pons2003-02-041-2/+2
|
* add support for adiusbadsl 1.0.2 (using adictrl -i to find interface and usingFrancois Pons2003-02-041-17/+35
| | | | | pppoa).
* fix some drakgw behaviourFlorin Grad2003-02-031-1/+8
|
* dhcp/zeroconf stuffDamien Chaumette2003-02-031-4/+11
|
* - fix zeroconf supportDamien Chaumette2003-02-032-35/+16
| | | | | - cleanups
* zeroconfDamien Chaumette2003-01-311-1/+3
|
* more zeroconf configurationDamien Chaumette2003-01-311-0/+9
|
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-303-6/+6
|
* fixed some perl_checkerFrancois Pons2003-01-291-1/+0
|
* let drakconnect be less verbose: aka explain rename of old configuration filesThierry Vignaud2003-01-271-1/+2
| | | | | if that had been already done
* fix typoDamien Chaumette2003-01-241-1/+1
|
* pixelificationPascal Rigaux2003-01-231-13/+3
|
* - perl_checker compliantDamien Chaumette2003-01-232-42/+47
| | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes