Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes (Reinout van Schouwen) | Thierry Vignaud | 2004-02-23 | 3 | -4/+4 |
| | |||||
* | 10-7mdk | Thierry Vignaud | 2004-02-23 | 1 | -1/+15 |
| | |||||
* | - always write up/down scripts | Thierry Vignaud | 2004-02-23 | 1 | -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 connection | Thierry Vignaud | 2004-02-23 | 2 | -1/+1 |
| | |||||
* | (del_intf) keep ethX aliases b/c eg removing eth0 will results in eth1 to be | Thierry Vignaud | 2004-02-23 | 1 | -3/+0 |
| | | | | | renumbered on next boot... | ||||
* | (del_intf) down the network interface when deleting it | Thierry Vignaud | 2004-02-23 | 1 | -0/+1 |
| | |||||
* | (del_intf) when no network configuration is configured, just report it | Thierry Vignaud | 2004-02-23 | 1 | -0/+4 |
| | |||||
* | (del_intf) only list configured interfaces when offering to delete them | Thierry Vignaud | 2004-02-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-02-23 | 1 | -1/+16 |
| | |||||
* | 10-6mdk | Thierry Vignaud | 2004-02-23 | 1 | -1/+4 |
| | |||||
* | fix adsl scripts (especially with sagem8xx modems) | Thierry Vignaud | 2004-02-23 | 1 | -1/+2 |
| | |||||
* | add missing space | Thierry Vignaud | 2004-02-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-02-23 | 1 | -1/+62 |
| | |||||
* | 10-5mdk | Thierry Vignaud | 2004-02-23 | 1 | -1/+5 |
| | |||||
* | fix ability to set ip parameters broken by localizing bootproto | Thierry Vignaud | 2004-02-23 | 1 | -1/+4 |
| | |||||
* | (adsl_conf_backend) speedtouch config need vpi/vci as decimal numbers | Thierry Vignaud | 2004-02-23 | 1 | -1/+1 |
| | | | | | whereas sagem8xx wants hexa numbers | ||||
* | rollback bogus damien change, here vpi/vci parameters are in hexa, not decimal | Thierry Vignaud | 2004-02-23 | 1 | -9/+9 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-02-23 | 1 | -1/+129 |
| | |||||
* | do not tag some ata raid controllers as unknown hw | Thierry Vignaud | 2004-02-23 | 1 | -1/+2 |
| | |||||
* | 10-4mdk | Thierry Vignaud | 2004-02-23 | 1 | -1/+27 |
| | |||||
* | handle unknown hardware: enable one to manually load a driver like expert mode | Thierry Vignaud | 2004-02-23 | 1 | -9/+6 |
| | | | | | in old pre-10.0 wizard | ||||
* | (load_category__prompt_for_more) do not list probed category in detected ↵ | Thierry Vignaud | 2004-02-23 | 1 | -1/+1 |
| | | | | hardware list | ||||
* | (load_category__prompt_for_more) show quotes around detected hardware in order | Thierry Vignaud | 2004-02-23 | 1 | -1/+1 |
| | | | | | to more easily see thems | ||||
* | (conf_network_card_backend) update its doc now that it has been splited in | Thierry Vignaud | 2004-02-23 | 1 | -5/+6 |
| | | | | | get_eth_cards() and conf_network_card_backend() | ||||
* | enable one to manually choose the serial port to use while configuring modem | Thierry Vignaud | 2004-02-23 | 1 | -2/+7 |
| | |||||
* | fix unreachable steps | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | handle and translate BOOTPROTO | Thierry Vignaud | 2004-02-23 | 1 | -2/+9 |
| | |||||
* | read ppp auth method | Thierry Vignaud | 2004-02-23 | 1 | -2/+4 |
| | |||||
* | (ppp_read_conf) really default to dynamic dns, gateway and ip (really fix #7705) | Thierry Vignaud | 2004-02-23 | 1 | -3/+3 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2004-02-23 | 1 | -3/+3 |
| | |||||
* | read ppp config earlier and prevent provider choice to overwrite it (but if | Thierry Vignaud | 2004-02-23 | 1 | -3/+3 |
| | | | | | user select a *new* provider) | ||||
* | initialize modem data structure at one point only for serial/PCI modems | Thierry Vignaud | 2004-02-23 | 1 | -3/+1 |
| | |||||
* | split kppp config reading into network::modem::ppp_read_conf() in order to be | Thierry Vignaud | 2004-02-23 | 2 | -30/+37 |
| | | | | | shared with manage interface | ||||
* | handle new PAP/CHAP method | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | fix untranslated strings | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | (setupBootloader__entries) fix entry editing layout | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | fix choosing betweeen '' and 'adsl connections when configuring adsl (due to | Thierry Vignaud | 2004-02-23 | 1 | -0/+1 |
| | | | | | write_cnx_scripts vivificating data structure) | ||||
* | do not complain about gateway format when it's not set | Thierry Vignaud | 2004-02-23 | 1 | -1/+3 |
| | |||||
* | fix vci number for Belgium and France | Damien Chaumette | 2004-02-22 | 1 | -9/+9 |
| | |||||
* | Verify user has selected a cron interval and media [Bugzilla 8138] | Stew Benedict | 2004-02-21 | 1 | -8/+18 |
| | |||||
* | More code reduction. | Stew Benedict | 2004-02-21 | 1 | -52/+12 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-02-20 | 1 | -478/+473 |
| | |||||
* | QA - tweak wizard setup. | Stew Benedict | 2004-02-20 | 1 | -14/+6 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-02-20 | 1 | -1/+28 |
| | |||||
* | 10-3mdk | Thierry Vignaud | 2004-02-20 | 1 | -1/+6 |
| | |||||
* | when one refuse to install firmware *now*, she won't be able to select | Thierry Vignaud | 2004-02-20 | 1 | -1/+1 |
| | | | | | a provider, thus vci and vpi parameters won't be filled | ||||
* | remove useless "next" field (since post already handle it) | Thierry Vignaud | 2004-02-20 | 1 | -1/+0 |
| | |||||
* | fix title when run from mcc (#8111) | Thierry Vignaud | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | (getBewan) introduce it in order to detect Bewan ADSL modems (both PCI | Thierry Vignaud | 2004-02-20 | 1 | -0/+5 |
| | | | | | and USB ones) | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-02-20 | 1 | -1/+69 |
| |