Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc perl_checker cleanups | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | isdn_read_config() alter its argument, thus there's no need in returning it | Thierry Vignaud | 2004-03-08 | 2 | -3/+2 |
| | | | | | | | | (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway... | ||||
* | kill isdn_get_info() and isdn_get_list() (they were unused since quite a few | Thierry Vignaud | 2004-03-08 | 1 | -10/+1 |
| | | | | | releases :-() | ||||
* | (isdn_get_cards) introduce it to build a tree bus|card for isdn wizard | Thierry Vignaud | 2004-03-08 | 1 | -1/+14 |
| | |||||
* | (get_info_providers_backend) prevent faillure as soon as translaters catch up | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | export isdn_read_config() | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | kill isdn_ask(), isdn_ask_info() and isdn_ask_protocol() since they were | Thierry Vignaud | 2004-03-08 | 1 | -75/+1 |
| | | | | | merged into wizard (aka ported to new wizard layer) | ||||
* | port old ISDN wizard upon new wizard layer | Thierry Vignaud | 2004-03-08 | 1 | -47/+110 |
| | |||||
* | - add "|" separator | Thierry Vignaud | 2004-03-08 | 1 | -54/+54 |
| | | | | | - remove bus from description (the user has already selected the bus type) | ||||
* | (isdn_get_cards_by_type) splited out of old isdn_ask() func | Thierry Vignaud | 2004-03-08 | 1 | -0/+6 |
| | |||||
* | (get_info_providers_backend) drop file argument and do ISDN db lookup in place | Thierry Vignaud | 2004-03-08 | 1 | -2/+6 |
| | |||||
* | (read_providers_backend) move it from network::tools to network::isdn | Thierry Vignaud | 2004-03-08 | 2 | -4/+3 |
| | |||||
* | (isdn_detect_backend) enhance detection: just return a list of devices | Thierry Vignaud | 2004-03-08 | 1 | -4/+4 |
| | |||||
* | fix first_modem() call | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | indent | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | simplify speedtouch firmware installation through newly introduced | Thierry Vignaud | 2004-03-08 | 1 | -3/+2 |
| | | | | | do_pkg::ensure_is_installed_if_availlable() | ||||
* | wizard: be aware of bewan modems detection | Thierry Vignaud | 2004-03-08 | 1 | -3/+1 |
| | |||||
* | (adsl_detect) detect bewan ADSL modems | Thierry Vignaud | 2004-03-08 | 1 | -0/+1 |
| | |||||
* | (write_resolv_conf) only remove /etc/resolv.conf if it's really a link | Thierry Vignaud | 2004-03-05 | 1 | -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 drakconnect | Thierry Vignaud | 2004-03-04 | 1 | -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 label | Florin Grad | 2004-03-04 | 1 | -2/+8 |
| | |||||
* | remove an obsolete comparison in the read function | Florin Grad | 2004-03-04 | 1 | -7/+0 |
| | |||||
* | add vpi/vci parameters for australia ISPs (#5056) | Thierry Vignaud | 2004-03-03 | 1 | -0/+6 |
| | |||||
* | hide dns settings by default when using dhcp | Thierry Vignaud | 2004-03-03 | 1 | -7/+8 |
| | |||||
* | fix doble ISDN detection (#6535) | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | fix modem symlink (#7967) | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | sync dhcp client with ifup one | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | preselect first availlable dhcp client | Thierry Vignaud | 2004-03-02 | 1 | -1/+2 |
| | |||||
* | stricter pci modem matching (purely cosmetic but sanity is always good) | Thierry Vignaud | 2004-03-02 | 1 | -3/+3 |
| | |||||
* | rewrote string to avoid duplication | Pablo Saratxaga | 2004-03-02 | 1 | -5/+5 |
| | |||||
* | fix pci modem type matching | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | remove the masq zone and add policies, rules only if there is an interface ↵ | Florin Grad | 2004-02-27 | 2 | -12/+8 |
| | | | | in loc | ||||
* | note that isdn configuration has not yet be ported upon new wizard layer | Thierry Vignaud | 2004-02-27 | 1 | -0/+7 |
| | |||||
* | fix crash when modem was not found | Thierry Vignaud | 2004-02-27 | 1 | -1/+1 |
| | |||||
* | - never delete up/down scripts | Thierry Vignaud | 2004-02-26 | 1 | -5/+3 |
| | | | | | - only write internet service if start at boot requested | ||||
* | (adsl_conf_backend) install needed packages | Thierry Vignaud | 2004-02-26 | 1 | -0/+6 |
| | |||||
* | skip apply_setting step for now since anyway we've already written | Thierry Vignaud | 2004-02-26 | 1 | -8/+8 |
| | | | | | | most config files... (btw, now installer also write cnx type as side effect) | ||||
* | reverse debug stuff that should never have been commited | Thierry Vignaud | 2004-02-26 | 1 | -7/+13 |
| | |||||
* | typo fix: only write ether config for lan... | Thierry Vignaud | 2004-02-26 | 1 | -14/+8 |
| | |||||
* | - allow writting to another kppprc file | Damien Chaumette | 2004-02-25 | 1 | -8/+10 |
| | | | | | - replace new kppp option values | ||||
* | (adsl_conf_backend) alter both /etc/analog/adiusbadsl.conf and | Thierry Vignaud | 2004-02-24 | 1 | -5/+7 |
| | | | | | /etc/eagle-usb/eagle-usb.conf too when configuring sagemXXX | ||||
* | set default protocol to pppoa for various ISPs | Thierry Vignaud | 2004-02-24 | 1 | -0/+5 |
| | |||||
* | update 9telecom entry (Benot Audouard) | Thierry Vignaud | 2004-02-24 | 1 | -3/+3 |
| | |||||
* | add encapsulation method for tiscali 512k offer in france | Thierry Vignaud | 2004-02-24 | 1 | -0/+1 |
| | |||||
* | fix wrongly inverted encapsulation methods for free isp cnx offers | Thierry Vignaud | 2004-02-24 | 1 | -2/+2 |
| | |||||
* | use spanish caracters in spanish isp name (Benot Audouard) | Thierry Vignaud | 2004-02-24 | 1 | -1/+1 |
| | |||||
* | fix url (Benoît Audouard) | Thierry Vignaud | 2004-02-24 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-02-24 | 1 | -1/+1 |
| | |||||
* | fix module lookup for pcmcia cards | Thierry Vignaud | 2004-02-24 | 1 | -1/+1 |
| | |||||
* | typo fix (fcrozat) | Thierry Vignaud | 2004-02-24 | 1 | -1/+1 |
| |