summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* corrected pkgs use -> requiredamien2001-08-071-1/+1
|
* debugging, profile coding, isdn 128 debuggingdamien2001-08-061-5/+9
|
* debugging, 128Kb/s ISDNdamien2001-08-031-5/+8
|
* typodamien2001-08-011-2/+4
|
* added de-installation before installateiondamien2001-08-011-3/+7
|
* corrected ask_connect_nowdamien2001-07-301-1/+0
|
* added internet connection selection in case of multiple configurationsdamien2001-07-301-18/+14
|
* added firmware loading/configurationdamien2001-07-261-5/+9
| | | | | not loading the module at detection.
* - 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
|
* isdn now works with isdn-light. Only 64kb/s and still some debuf stuff to be ↵damien2001-07-231-33/+11
| | | | fixed.
* updated isdn config, moved isdn_data from netconnect_const to isdn_constdamien2001-07-221-7/+14
|
* big work on isdn. Not finisheddamien2001-07-221-8/+21
|
* modularized. It compiles, runs, and works for some stuff.damien2001-07-041-5/+5
|
* updated CVS: ↵damien2001-07-041-1/+1
| | | | ----------------------------------------------------------------------
* uses the fantastic global module.damien2001-07-041-0/+1
|
* network subsystem now compiles. Enjoydamien2001-07-031-15/+7
|
* new network sources reorganizationdamien2001-07-021-0/+268