summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* simplified code of adsl_ask_info, password can be retrieved usingFrancois Pons2003-03-031-6/+1
| | | | | | passwd_by_login which was not used with computed login from /etc/ppp/peers/adsl or /etc/ppp/options or /etc/ppp/options.adsl.
* simplified unquotify.Francois Pons2003-03-031-2/+1
|
* add LT WinModem support by searching ltmodem package.Francois Pons2003-02-281-5/+5
|
* corrected HOSTNAME/DHCP_HOSTNAME management.Frederic Lepied2003-02-281-14/+11
|
* allow to switch in expert mode during install.Frederic Lepied2003-02-281-1/+1
|
* Configure hostname only in expert mode.Frederic Lepied2003-02-281-7/+3
|
* add sagem connection and disconnection script using /etc/ppp/peers/adsl file.Francois Pons2003-02-271-2/+15
|
* probe user and password in /etc/ppp/options.adsl too (as produced by ↵Francois Pons2003-02-271-2/+2
| | | | | | | original eagle installation), sagem adsl type connection does not need to configure an ethernet connection.
* (check): start portmap if neededPascal Rigaux2003-02-271-0/+1
|
* corrected HOSTNAME managementFrederic Lepied2003-02-271-11/+5
|
* add the read_dhcpd_conf function for drakgwFlorin Grad2003-02-271-0/+12
|
* small fixes.Francois Pons2003-02-261-1/+1
|
* added probe separately to handle drakconnect horror.Francois Pons2003-02-261-0/+4
|
* add probe of internet connection (this could avoid strange behaviour).Francois Pons2003-02-261-2/+10
|
* replace the last @isdndata with @isdn::isdndata (beurk)Pascal Rigaux2003-02-261-1/+1
|
* fixed back as titi sucks about message.Francois Pons2003-02-261-1/+1
|
* try to get back DOMAINNAME if needed.Francois Pons2003-02-261-4/+3
|
* (read_resolv_conf_raw): fix "search ..." handlingPascal Rigaux2003-02-251-1/+1
|
* 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