summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* (isdn_detect_backend) enhance detection: just return a list of devicesThierry Vignaud2004-03-081-4/+4
|
* fix first_modem() callThierry Vignaud2004-03-081-1/+1
|
* indentThierry Vignaud2004-03-081-1/+1
|
* simplify speedtouch firmware installation through newly introducedThierry Vignaud2004-03-081-3/+2
| | | | | do_pkg::ensure_is_installed_if_availlable()
* wizard: be aware of bewan modems detectionThierry Vignaud2004-03-081-3/+1
|
* (adsl_detect) detect bewan ADSL modemsThierry Vignaud2004-03-081-0/+1
|
* (write_resolv_conf) only remove /etc/resolv.conf if it's really a linkThierry Vignaud2004-03-051-1/+1
| | | | | | (prevent no resolv.conf rewriting when it was empty eg b/c link was dead)
* fix crash on modem configuration in installer (standalone drakconnectThierry Vignaud2004-03-041-0/+1
| | | | | | didn't had the bug because it has already loaded the network::modem package at this stage)
* use the name of the network interface instead of the labelFlorin Grad2004-03-041-2/+8
|
* remove an obsolete comparison in the read functionFlorin Grad2004-03-041-7/+0
|
* add vpi/vci parameters for australia ISPs (#5056)Thierry Vignaud2004-03-031-0/+6
|
* hide dns settings by default when using dhcpThierry Vignaud2004-03-031-7/+8
|
* fix doble ISDN detection (#6535)Thierry Vignaud2004-03-021-1/+1
|
* fix modem symlink (#7967)Thierry Vignaud2004-03-021-1/+1
|
* sync dhcp client with ifup oneThierry Vignaud2004-03-021-1/+1
|
* preselect first availlable dhcp clientThierry Vignaud2004-03-021-1/+2
|
* stricter pci modem matching (purely cosmetic but sanity is always good)Thierry Vignaud2004-03-021-3/+3
|
* rewrote string to avoid duplicationPablo Saratxaga2004-03-021-5/+5
|
* fix pci modem type matchingThierry Vignaud2004-03-021-1/+1
|
* remove the masq zone and add policies, rules only if there is an interface ↵Florin Grad2004-02-272-12/+8
| | | | in loc
* note that isdn configuration has not yet be ported upon new wizard layerThierry Vignaud2004-02-271-0/+7
|
* fix crash when modem was not foundThierry Vignaud2004-02-271-1/+1
|
* - never delete up/down scriptsThierry Vignaud2004-02-261-5/+3
| | | | | - only write internet service if start at boot requested
* (adsl_conf_backend) install needed packagesThierry Vignaud2004-02-261-0/+6
|
* skip apply_setting step for now since anyway we've already writtenThierry Vignaud2004-02-261-8/+8
| | | | | | most config files... (btw, now installer also write cnx type as side effect)
* reverse debug stuff that should never have been commitedThierry Vignaud2004-02-261-7/+13
|
* typo fix: only write ether config for lan...Thierry Vignaud2004-02-261-14/+8
|
* - allow writting to another kppprc fileDamien Chaumette2004-02-251-8/+10
| | | | | - replace new kppp option values
* (adsl_conf_backend) alter both /etc/analog/adiusbadsl.conf andThierry Vignaud2004-02-241-5/+7
| | | | | /etc/eagle-usb/eagle-usb.conf too when configuring sagemXXX
* set default protocol to pppoa for various ISPsThierry Vignaud2004-02-241-0/+5
|
* update 9telecom entry (Benot Audouard)Thierry Vignaud2004-02-241-3/+3
|
* add encapsulation method for tiscali 512k offer in franceThierry Vignaud2004-02-241-0/+1
|
* fix wrongly inverted encapsulation methods for free isp cnx offersThierry Vignaud2004-02-241-2/+2
|
* use spanish caracters in spanish isp name (Benot Audouard)Thierry Vignaud2004-02-241-1/+1
|
* fix url (Benoît Audouard)Thierry Vignaud2004-02-241-1/+1
|
* typo fixThierry Vignaud2004-02-241-1/+1
|
* fix module lookup for pcmcia cardsThierry Vignaud2004-02-241-1/+1
|
* typo fix (fcrozat)Thierry Vignaud2004-02-241-1/+1
|
* - always write up/down scriptsThierry Vignaud2004-02-231-2/+2
| | | | | | - only write initscript when starting at boot was choosen (instead of writing it in restart path...)
* write ethX aliases and ifup/ifdown scripts when configuring a LAN connectionThierry Vignaud2004-02-232-1/+1
|
* fix adsl scripts (especially with sagem8xx modems)Thierry Vignaud2004-02-231-1/+2
|
* add missing spaceThierry Vignaud2004-02-231-1/+1
|
* (adsl_conf_backend) speedtouch config need vpi/vci as decimal numbersThierry Vignaud2004-02-231-1/+1
| | | | | whereas sagem8xx wants hexa numbers
* rollback bogus damien change, here vpi/vci parameters are in hexa, not decimalThierry Vignaud2004-02-231-9/+9
|
* handle unknown hardware: enable one to manually load a driver like expert modeThierry Vignaud2004-02-231-9/+6
| | | | | in old pre-10.0 wizard
* (conf_network_card_backend) update its doc now that it has been splited inThierry Vignaud2004-02-231-5/+6
| | | | | get_eth_cards() and conf_network_card_backend()
* enable one to manually choose the serial port to use while configuring modemThierry Vignaud2004-02-231-2/+7
|
* fix unreachable stepsThierry Vignaud2004-02-231-2/+2
|
* (ppp_read_conf) really default to dynamic dns, gateway and ip (really fix #7705)Thierry Vignaud2004-02-231-3/+3
|
* misc perl_checker cleanupsThierry Vignaud2004-02-231-3/+3
|