summaryrefslogtreecommitdiffstats
path: root/perl-install/network/modem.pm
Commit message (Collapse)AuthorAgeFilesLines
* - set_help is deprecatedPascal Rigaux2003-02-131-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 $IdPascal Rigaux2003-02-131-1/+1
|
* isdn.pm now in use strictDamien Chaumette2003-01-231-1/+0
| | | | | little cleanup
* force strict modeThierry Vignaud2003-01-231-0/+1
|
* in network::modem::configure $intf is unused, rename it to $_intfPascal Rigaux2002-12-291-1/+1
|
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-291-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 $prefixPascal Rigaux2002-12-291-10/+10
| | | | | - don't pass $prefix to ppp_configure
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-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 fileArnaud Desmons2002-12-061-0/+1
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-3/+3
|
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-041-5/+26
|
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-1/+1
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-021-6/+8
| | | | (adsl, ppp, ifcfg-eth)
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-5/+5
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-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 winmodemConfigureDamien Chaumette2002-10-281-0/+19
|
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-1/+1
|
* - move serial modem detection to detect_devices.pmDamien Chaumette2002-10-101-32/+1
| | | | | | - add speedtouch USB detection - add winmodem detection
* - fix drakconnect broken modem detectionDamien Chaumette2002-09-051-2/+2
|
* nobody pass the second argument ofThierry Vignaud2002-08-061-3/+3
| | | | | network::modem::modem_detect_backend() so let simplify it
* replace "$foo" with $fooPascal Rigaux2002-07-311-2/+2
|
* big merge from update 8.1 with cvsdamien2002-01-091-1/+3
| | | | | First part. Part 2 following
* new default connection handlingdamien2001-09-121-1/+1
|
* detect_devicesdamien2001-09-101-1/+1
|
* added domainname2 settingdamien2001-08-311-0/+1
|
* added Borsenkow Andrej patch to support CHAP again.Francois Pons2001-08-271-1/+1
|
* generik internet initscript, planq the children againdamien2001-08-211-4/+2
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-1/+1
| | | | ask_from_entries_refH_powered in ask_from_
* add interactive_pkgs stuffPascal Rigaux2001-08-081-2/+2
|
* corrected ask_connect_nowdamien2001-07-301-1/+0
|
* added internet connection selection in case of multiple configurationsdamien2001-07-301-9/+6
|
* - globals is now MDK::Common::GlobalsPascal Rigaux2001-07-241-1/+1
| | | | | - perl2fcalls is now /usr/bin/perl_checker
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* modularized. It compiles, runs, and works for some stuff.damien2001-07-041-2/+2
|
* updated CVS: ↵damien2001-07-041-1/+1
| | | | ----------------------------------------------------------------------
* uses the fantastic global module.damien2001-07-041-0/+1
|
* network subsystem now compiles. Enjoydamien2001-07-031-0/+5
|
* new network sources reorganizationdamien2001-07-021-0/+88