summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* remove debug codePascal Rigaux2002-11-281-1/+0
|
* to export, one needs to inheritate from ExporterPascal Rigaux2002-11-281-1/+1
|
* fix "ps" and "df" (were broken due to localization of *DF and *PS)Pascal Rigaux2002-11-281-5/+3
|
* in the test snippet, add "use common" to have access to N()Pascal Rigaux2002-11-281-0/+1
|
* - compare labels case insensitively (thanks to D.Faure)Pascal Rigaux2002-11-281-4/+10
| | | | | | - when reading existing config, remove double quotes around the label (thanks to D.Faure) - add double quotes around the label instead of removing spaces (need checking installkernel compatibility)
* load_category__prompt: use formatAlaTeXGuillaume Cottenceau2002-11-281-2/+2
|
* fix removing of pods when installing pmsPascal Rigaux2002-11-281-1/+1
|
* perl_checker fixesThierry Vignaud2002-11-281-2/+1
|
* fix create_factory_menu*(): since we get an object and not anymore aThierry Vignaud2002-11-281-2/+1
| | | | | hash, let just return factory as another variable...
* fixThierry Vignaud2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-287-37/+37
|
* perl_checker adaptationsPascal Rigaux2002-11-2757-274/+269
|
* (configure_hpoj): functions dynamically loaded from /usr/sbin/ptal-init arePascal Rigaux2002-11-271-9/+10
| | | | | now loaded in printer::hpoj namespace (needs testing)
* update for new packages (Gtk2), and remove the now-handled-by-perl_check ↵Pascal Rigaux2002-11-271-4/+7
| | | | packages
* - Gtk2 portThierry Vignaud2002-11-271-20/+18
| | | | | - perl_checker fixes
* - Gtk2 portThierry Vignaud2002-11-271-32/+29
| | | | | - one perl_checker fix
* reflect calling style change of PANGO_PIXELSGuillaume Cottenceau2002-11-271-2/+1
|
* restore previous behaviour and exit early only in cancel caseThierry Vignaud2002-11-271-1/+1
|
* fix bad interaction between mcc & mousedrake.Thierry Vignaud2002-11-271-3/+2
| | | | | interactive already take care of it through my_gtk...
* *** empty log message ***Pascal Rigaux2002-11-261-32/+0
|
* fix undeclared variablePascal Rigaux2002-11-261-1/+1
|
* fix typo (gtkstring_size) thx to perl checkerGuillaume Cottenceau2002-11-261-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-261-4/+4
|
* fix shadow bug due to wrong extraction of allocation dataGuillaume Cottenceau2002-11-261-2/+2
|
* two small fixesGuillaume Cottenceau2002-11-261-5/+3
|
* addGuillaume Cottenceau2002-11-261-0/+1255
|
* ugtk2.pm is temporarily not in drakxtools but in perl-GTK2Guillaume Cottenceau2002-11-261-1/+1
|
* miaouhThierry Vignaud2002-11-261-17/+8
|
* simplifyThierry Vignaud2002-11-261-34/+23
|
* perl_checker fixesThierry Vignaud2002-11-264-4/+4
|
* simplify some stuffThierry Vignaud2002-11-261-15/+7
|
* changed values for console font when en_US is chosenPablo Saratxaga2002-11-261-2/+2
|
* forgot to commit it (.cvsignore containing * doesn't help)Guillaume Cottenceau2002-11-261-0/+371
|
* fix eating too much itemsThierry Vignaud2002-11-261-1/+2
|
* no need to call common::backtrace(), use directly backtrace() (was it ↵Pascal Rigaux2002-11-261-1/+1
| | | | written that way to workaround a bug in old perl_checker?)
* no need to call common::backtrace(), use directly backtrace() (was it ↵Pascal Rigaux2002-11-261-2/+2
| | | | written that way to workaround a bug in old perl_checker?)
* fix typo (openInstallLog *must* return the filehandle)Pascal Rigaux2002-11-251-0/+1
|
* oops, didn't see titi modified option handlingPascal Rigaux2002-11-251-3/+0
|
* fix handling of options --expert and --testingPascal Rigaux2002-11-251-0/+3
|
* make perl_checker happyPascal Rigaux2002-11-251-12/+12
|
* don't use filehandle *pkgs::LOG, use a my'ed $LOGPascal Rigaux2002-11-251-14/+9
|
* in network::netconnect::main(), declare @l as it should be. But the code is ↵Pascal Rigaux2002-11-251-1/+2
| | | | really wrong, it NEEDS fixing
* - $up was my-ed inside the if-then block though it was used outside the ↵Pascal Rigaux2002-11-251-2/+3
| | | | | | | block (hint: buggy code) - my @country as it should be
* $modem is redefined 2 lines below its first declaration. this first ↵Pascal Rigaux2002-11-251-1/+0
| | | | declaration is useless (??)
* since $mouse is undefined, replace it with undef (??)Pascal Rigaux2002-11-251-1/+1
|
* add support for Sagem USB Modem (for free.fr ;-))Francois Pons2002-11-251-2/+14
|
* add support ADIModem.Francois Pons2002-11-251-2/+3
|
* revert previous change useless (another problem).Francois Pons2002-11-251-2/+0
|
* added a trailing true value for perl being happy.Francois Pons2002-11-251-0/+2
|
* removed reference to ...->{nb_cards} no more used.Francois Pons2002-11-251-2/+0
|