Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -193/+0 |
| | |||||
* | don't use global $in (fix ISDN configuration) | Olivier Blin | 2005-07-21 | 1 | -5/+4 |
| | |||||
* | don't need use MDK::Common... when we have "use common" (which is the ↵ | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | standard for libDrakX modules) | ||||
* | - 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) | ||||
* | write_secret_backend isn't exported anymore | Olivier Blin | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | use services::enable() and services::disable() | Olivier Blin | 2005-06-10 | 1 | -3/+3 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | use services::set_status | Olivier Blin | 2005-05-31 | 1 | -6/+3 |
| | |||||
* | read I4L_IDLETIME setting | Olivier Blin | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | handle huptimeout setting again (I4L_IDLETIME in isdn4net) | Olivier Blin | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | remove unneeded comments | Olivier Blin | 2005-05-30 | 1 | -3/+0 |
| | |||||
* | remove useless includes | Olivier Blin | 2005-04-18 | 1 | -1/+0 |
| | |||||
* | fix capi kernel drivers installation | Olivier Blin | 2005-02-02 | 1 | -1/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | stop capi service before new config is written so that capiinit can unload ↵ | Olivier Blin | 2004-09-16 | 1 | -1/+4 |
| | | | | the old driver | ||||
* | make isdn over capi work again | Olivier Blin | 2004-09-16 | 1 | -1/+1 |
| | |||||
* | do not add prefix in path given to ensure_is_installed ! (i.e. replace ↵ | Olivier Blin | 2004-09-15 | 1 | -1/+1 |
| | | | | untested code with untested code), fix #11547 and more | ||||
* | adapt to kernel packages naming | Olivier Blin | 2004-09-14 | 1 | -2/+2 |
| | |||||
* | (write_config) remove unused parameter | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | (setup_capi_conf) use capi4linux file to detect isdn4k-utils package | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | (setup_capi_conf) install firmware if needed | Olivier Blin | 2004-09-14 | 1 | -0/+3 |
| | |||||
* | (setup_capi_conf) do not do dsl-specific stuff here | Olivier Blin | 2004-09-14 | 1 | -9/+1 |
| | |||||
* | (setup_capi_conf) install isdn4k-utils | Olivier Blin | 2004-09-13 | 1 | -0/+2 |
| | |||||
* | handle capi drivers | Olivier Blin | 2004-09-13 | 1 | -8/+61 |
| | |||||
* | do not write cnx_script anymore (isdn4linux service will modprobe the | Olivier Blin | 2004-08-04 | 1 | -10/+0 |
| | | | | | driver, ibod service is started at boot, ifup/ifdown handle the dial) | ||||
* | - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections | Olivier Blin | 2004-07-23 | 1 | -3/+0 |
| | | | | | | - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm | ||||
* | FIRMWARE isn't used by ifup-ippp | Olivier Blin | 2004-07-23 | 1 | -2/+0 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | take ISDN protocol into account for people outside Europe to use it | Damien Chaumette | 2004-05-03 | 1 | -0/+1 |
| | | | | | (kind of lost in space before) | ||||
* | cleaning _last_ 'isdn_' prefix | Damien Chaumette | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | drop unused ISA and EXPORT | Damien Chaumette | 2004-04-28 | 1 | -4/+0 |
| | |||||
* | drop isdn_ fonction names | Damien Chaumette | 2004-04-28 | 1 | -7/+6 |
| | |||||
* | no need to up ippp0 in net_cnx_up, it's been up'ed at startup | Damien Chaumette | 2004-04-27 | 1 | -2/+0 |
| | |||||
* | (isdn_write_config_backend) load ISDN driver | Thierry Vignaud | 2004-03-24 | 1 | -3/+5 |
| | |||||
* | up ippp0 interface and delete previous default route | Thierry Vignaud | 2004-03-24 | 1 | -2/+2 |
| | |||||
* | (isdn_detect_backend) do not try to get "type" field here, we just have nothing | Thierry Vignaud | 2004-03-24 | 1 | -1/+0 |
| | | | | | to guess it there | ||||
* | (isdn_read_config) do not overwrite current parameters with undefed ones | Thierry Vignaud | 2004-03-24 | 1 | -1/+1 |
| | |||||
* | (read_providers_backend) add prototype in order to please lord perl_checker | Thierry Vignaud | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | isdn_read_config() alter its argument, thus there's no need in returning it | Thierry Vignaud | 2004-03-08 | 1 | -1/+0 |
| | | | | | | | | (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) | ||||
* | (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 | 1 | -1/+2 |
| | |||||
* | (isdn_detect_backend) enhance detection: just return a list of devices | Thierry Vignaud | 2004-03-08 | 1 | -4/+4 |
| | |||||
* | fix doble ISDN detection (#6535) | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| |