Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove /dev/ttyS14 link by drakconnect. | Francois Pons | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -5/+2 |
| | |||||
* | - drop unused $intf in configure and winmodemConfigure | Damien Chaumette | 2003-05-05 | 1 | -27/+21 |
| | | | | | | - fix winmodem configuration behavior - perl_checker | ||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -6/+6 |
| | |||||
* | added login and password retrieval for ppp0 in configure function. | Francois Pons | 2003-03-24 | 1 | -6/+6 |
| | |||||
* | propose /dev/modem before other device (as it will work for other most case). | Francois Pons | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | added modem configuration after LT Modem support. | Francois Pons | 2003-03-24 | 1 | -3/+14 |
| | |||||
* | fixed typo. | Francois Pons | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | fix ltmodem package name with newer version. | Francois Pons | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | added support for kernel base name of ltmodem. | Francois Pons | 2003-03-06 | 1 | -2/+3 |
| | |||||
* | install kdenetwork-kppp if kdebase is already installed | Frederic Lepied | 2003-03-04 | 1 | -0/+1 |
| | |||||
* | add LT WinModem support by searching ltmodem package. | Francois Pons | 2003-02-28 | 1 | -5/+5 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -3/+4 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | add CVS $Id | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
| | |||||
* | isdn.pm now in use strict | Damien Chaumette | 2003-01-23 | 1 | -1/+0 |
| | | | | | little cleanup | ||||
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | in network::modem::configure $intf is unused, rename it to $_intf | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | - do not use a global $in in network::modem, pass it as a parameter | Pascal Rigaux | 2002-12-29 | 1 | -6/+9 |
| | | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way) | ||||
* | - use $::prefix instead the global $prefix | Pascal Rigaux | 2002-12-29 | 1 | -10/+10 |
| | | | | | - don't pass $prefix to ppp_configure | ||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -8/+169 |
| | | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip) | ||||
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 1 | -0/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 1 | -5/+26 |
| | |||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | Some data are now fetched from system instead of drakconnect conf file ↵ | Arnaud Desmons | 2002-12-02 | 1 | -6/+8 |
| | | | | (adsl, ppp, ifcfg-eth) | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -5/+5 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | add sub winmodemConfigure | Damien Chaumette | 2002-10-28 | 1 | -0/+19 |
| | |||||
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | - move serial modem detection to detect_devices.pm | Damien Chaumette | 2002-10-10 | 1 | -32/+1 |
| | | | | | | - add speedtouch USB detection - add winmodem detection | ||||
* | - fix drakconnect broken modem detection | Damien Chaumette | 2002-09-05 | 1 | -2/+2 |
| | |||||
* | nobody pass the second argument of | Thierry Vignaud | 2002-08-06 | 1 | -3/+3 |
| | | | | | network::modem::modem_detect_backend() so let simplify it | ||||
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | |||||
* | big merge from update 8.1 with cvs | damien | 2002-01-09 | 1 | -1/+3 |
| | | | | | First part. Part 2 following | ||||
* | new default connection handling | damien | 2001-09-12 | 1 | -1/+1 |
| | |||||
* | detect_devices | damien | 2001-09-10 | 1 | -1/+1 |
| | |||||
* | added domainname2 setting | damien | 2001-08-31 | 1 | -0/+1 |
| | |||||
* | added Borsenkow Andrej patch to support CHAP again. | Francois Pons | 2001-08-27 | 1 | -1/+1 |
| | |||||
* | generik internet initscript, planq the children again | damien | 2001-08-21 | 1 | -4/+2 |
| | |||||
* | big renaming of ask_from_entries_refH in ask_from and ↵ | Pascal Rigaux | 2001-08-18 | 1 | -1/+1 |
| | | | | ask_from_entries_refH_powered in ask_from_ | ||||
* | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -2/+2 |
| | |||||
* | corrected ask_connect_now | damien | 2001-07-30 | 1 | -1/+0 |
| | |||||
* | added internet connection selection in case of multiple configurations | damien | 2001-07-30 | 1 | -9/+6 |
| | |||||
* | - globals is now MDK::Common::Globals | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | | | | | - perl2fcalls is now /usr/bin/perl_checker | ||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | modularized. It compiles, runs, and works for some stuff. | damien | 2001-07-04 | 1 | -2/+2 |
| | |||||
* | updated CVS: ↵ | damien | 2001-07-04 | 1 | -1/+1 |
| | | | | ---------------------------------------------------------------------- | ||||
* | uses the fantastic global module. | damien | 2001-07-04 | 1 | -0/+1 |
| |