Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't overwrite ONBOOT setting when writing adsl configuration | Olivier Blin | 2005-12-06 | 1 | -1/+2 |
| | |||||
* | don't screw up eagle-usb devices if the firmware is already loaded | Olivier Blin | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | revert previous simplification, it may break the unusual sagem over pppoe case | Olivier Blin | 2005-09-16 | 1 | -7/+14 |
| | |||||
* | automatically configure DSL connection on installation from DSL | Olivier Blin | 2005-09-16 | 1 | -5/+6 |
| | |||||
* | fix ugly typo | Olivier Blin | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | fix probing of login name for pppoe connections (peers file is more ↵ | Olivier Blin | 2005-09-16 | 1 | -2/+3 |
| | | | | important than pppoe.conf) | ||||
* | don't use ifplugd for ethernet devices associated with a pppoe/pptp connection | Olivier Blin | 2005-09-16 | 1 | -0/+1 |
| | |||||
* | simplify pppoe configuration code | Olivier Blin | 2005-09-16 | 1 | -14/+7 |
| | |||||
* | come on titi, no need to check we're root here | Olivier Blin | 2005-09-16 | 1 | -2/+2 |
| | |||||
* | try to load all ppp modules, even if one of them fails | Olivier Blin | 2005-09-14 | 1 | -2/+3 |
| | |||||
* | modprobe pppoatm for pppoa connections | Olivier Blin | 2005-09-14 | 1 | -1/+3 |
| | |||||
* | don't use global $in (fix ISDN configuration) | Olivier Blin | 2005-07-21 | 1 | -3/+3 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | use services::enable() and services::disable() | Olivier Blin | 2005-06-10 | 1 | -2/+2 |
| | |||||
* | add ISP field in eagle-usb.conf | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -97/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | (adsl_detect) simplify again | Thierry Vignaud | 2005-05-19 | 1 | -4/+1 |
| | |||||
* | (adsl_detect) explain | Thierry Vignaud | 2005-05-19 | 1 | -0/+1 |
| | |||||
* | (adsl_detect) detect all ADSL modems of each kind (though drakconnect | Thierry Vignaud | 2005-05-19 | 1 | -2/+7 |
| | | | | | is able to configure only one...) | ||||
* | (adsl_detect) typo fix | Thierry Vignaud | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | (adsl_detect) detect more ADSL USB modems | Thierry Vignaud | 2005-05-19 | 1 | -6/+10 |
| | |||||
* | configure pppoe connections in a ppp peer file | Olivier Blin | 2005-04-28 | 1 | -29/+30 |
| | |||||
* | reindent | Olivier Blin | 2005-04-27 | 1 | -64/+70 |
| | |||||
* | don't write /etc/ppp/options anymore, adjust options in peer files | Olivier Blin | 2005-04-27 | 1 | -48/+15 |
| | |||||
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | please perl_checker | Olivier Blin | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | replace non-ASCII characters | Olivier Blin | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | do not reload firmware on eagle-usb modems if already done | Olivier Blin | 2005-04-04 | 1 | -1/+1 |
| | |||||
* | eagle-usb: try to use the country specific CMV | Olivier Blin | 2005-03-30 | 1 | -0/+5 |
| | |||||
* | fctStartAdsl is moved in /sbin too | Olivier Blin | 2005-03-30 | 1 | -1/+2 |
| | |||||
* | eaglectrl is now in /sbin (#15033) | Olivier Blin | 2005-03-28 | 1 | -2/+2 |
| | |||||
* | use new --nocall option of speedtouch-start | Olivier Blin | 2005-03-24 | 1 | -2/+1 |
| | |||||
* | make Bewan PCI modems work (drop MTU config entries) | Olivier Blin | 2005-03-23 | 1 | -4/+0 |
| | |||||
* | vpi is given as hex too (though it doesn't matter much since it's | Olivier Blin | 2005-03-17 | 1 | -1/+1 |
| | | | | | merely always less than or equal to 9) | ||||
* | allow drakconnect to display multiple instances of the same adsl device | Olivier Blin | 2005-03-15 | 1 | -4/+4 |
| | |||||
* | remove eagle-usb_must_be_configured file | Olivier Blin | 2005-03-14 | 1 | -0/+2 |
| | |||||
* | fix and force CMVs symlink creation | Olivier Blin | 2005-03-14 | 1 | -1/+1 |
| | |||||
* | fix typo (linetype for eagle-usb) | Olivier Blin | 2005-03-11 | 1 | -1/+1 |
| | |||||
* | set Linetype in eagle-usb.conf to use CMVs | Olivier Blin | 2005-03-05 | 1 | -0/+1 |
| | |||||
* | create CMV symlinks for both POTS and ISDN lines | Olivier Blin | 2005-03-05 | 1 | -3/+6 |
| | |||||
* | CMV support for eagle-usb | Olivier Blin | 2005-03-04 | 1 | -0/+4 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -3/+3 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-10-15 | 1 | -1/+1 |
| | |||||
* | (adsl_conf_backend) don't write ifcfg-ppp0 for static/dhcp connections | Olivier Blin | 2004-10-09 | 1 | -1/+2 |
| | |||||
* | fix typo | Olivier Blin | 2004-10-03 | 1 | -1/+1 |
| | |||||
* | (sagem_set_parameters, adsl_conf_backend): write static ip in | Olivier Blin | 2004-10-03 | 1 | -1/+6 |
| | | | | | eagle-usb.conf if needed for sagem modems, else erase it | ||||
* | (adsl_probe_info) fix old typo, do not reset vpi and vci if vpi is | Olivier Blin | 2004-09-23 | 1 | -1/+1 |
| | | | | | zero | ||||
* | (adsl_conf_backend) do not let speedtouch-start launch connection | Olivier Blin | 2004-09-20 | 1 | -1/+2 |
| |