summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn.pm
Commit message (Collapse)AuthorAgeFilesLines
* read right config according to isdn-light or isdn4linuxFrederic Lepied2003-03-051-2/+2
|
* this is perl, not python ;pPascal Rigaux2003-03-051-5/+2
|
* corrected isdn-light choiceFrederic Lepied2003-03-041-1/+5
|
* replace the last @isdndata with @isdn::isdndata (beurk)Pascal Rigaux2003-02-261-1/+1
|
* $isdn->{is_light} wasn't set while using autodetection, rpm wasn't installedDamien Chaumette2003-02-211-1/+2
|
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+1
| | | | | | | - 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
|
* force strict pragmaThierry Vignaud2003-01-231-1/+1
|
* isdn.pm now in use strictDamien Chaumette2003-01-231-3/+3
| | | | | little cleanup
* force strict modeThierry Vignaud2003-01-231-0/+1
|
* English proofreading (first pass)Pablo Saratxaga2003-01-211-1/+1
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-291-1/+1
| | | | | | - 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)
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-1/+1
| | | | | | | | | | | | | | | | - 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)
* perl_checker fixesThierry Vignaud2002-12-101-14/+14
|
* remove unused modulesThierry Vignaud2002-12-091-1/+0
|
* be more perl_checker compliantPascal Rigaux2002-12-061-3/+2
|
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-061-22/+82
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+1
|
* use output_with_perm()Pascal Rigaux2002-12-021-4/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
|
* since $mouse is undefined, replace it with undef (??)Pascal Rigaux2002-11-251-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-181-1/+1
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-9/+9
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-2/+2
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-2/+2
|
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-21/+21
| | | | | | | | | | | | | | | | | | | 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!
* corrected i18n usagePablo Saratxaga2002-09-111-1/+1
|
* - remove variable from a translated chainDamien Chaumette2002-09-101-1/+1
|
* - fix typoDamien Chaumette2002-09-061-1/+1
|
* - add new screen for ISND detected device. Still have to get back in Expert ↵Damien Chaumette2002-09-061-1/+9
| | | | mode to choose by hand.
* made strings translatable, and a typo correctionPablo Saratxaga2002-08-211-1/+1
|
* replace "$foo" with $fooPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-4/+4
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-4/+4
|
* fixed reference to no more used method of pkgs.Francois Pons2002-07-151-1/+1
|
* adapt to new modules.pmPascal Rigaux2002-07-041-1/+1
|
* fix a few english stringsGuillaume Cottenceau2002-04-081-6/+6
|
* type assignation bug fixdamien2001-09-241-4/+5
|
* corrected type assignationdamien2001-09-241-2/+2
|
* isdn timeout works now.damien2001-09-131-2/+3
|
* new default connection handlingdamien2001-09-121-1/+1
|
* generik internet initscript, planq the children againdamien2001-08-211-4/+2
|
* tomeout option deactivated.damien2001-08-101-2/+3
|
* labels correctionsdamien2001-08-091-5/+6
|
* add interactive_pkgs stuffPascal Rigaux2001-08-081-2/+2
|
* added HUPTIMEOUT option handlingdamien2001-08-081-0/+3
|