summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* any::get_autologin() doesnt modify $o, it returns a hashPascal Rigaux2002-12-022-4/+3
|
* - use any::get_autologin and any::set_autologinPascal Rigaux2002-12-021-43/+6
| | | | | - any::set_autologin doesn't set /etc/sysconfig/autologin to perm 600, is it needed??
* use $::prefixPascal Rigaux2002-12-023-14/+14
|
* remove commented codePascal Rigaux2002-12-021-3/+0
|
* (get_autologin): $o->{autologin} is set to the chosen user only if AUTOLOGIN ↵Pascal Rigaux2002-12-021-1/+1
| | | | is set (it now mirrors what set_autologin() does)
* don't use $_Pascal Rigaux2002-12-021-2/+2
|
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-022-3/+3
|
* this package is unused, no need to keep itPascal Rigaux2002-12-021-110/+0
|
* - any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-2/+2
| | | | | - fix use of any:runlevel()
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-1/+1
|
* use any::runlevel()Pascal Rigaux2002-12-021-22/+2
|
* use output()Pascal Rigaux2002-12-021-4/+3
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-025-41/+48
| | | | (adsl, ppp, ifcfg-eth)
* use output and append_to_filePascal Rigaux2002-12-021-12/+3
|
* adapt "make test_pms" to new perl_checkerPascal Rigaux2002-12-021-7/+3
|
* formatting timeout is now 1 hourPascal Rigaux2002-12-021-8/+8
|
* remove the duplicate mke2fs (fixes buggy 1.225 change)Pascal Rigaux2002-12-021-1/+0
|
* use append_to_file()Pascal Rigaux2002-12-021-3/+3
|
* make append option be usable as other onesThierry Vignaud2002-12-022-4/+3
|
* use named tags for color rather than rgbt triplet,Thierry Vignaud2002-12-021-23/+22
| | | | | waiting for full foreground-gdk support in perl-gtk2
* gtkfontinfo() is bugged since it uses a C macro which isThierry Vignaud2002-12-021-1/+7
| | | | | | (oh surprise) not in binary library .... : $fontinfo{$_} = Gtk2::Pango->PANGO_PIXELS($metrics->$func);
* - gtk2 portThierry Vignaud2002-12-022-590/+517
| | | | | | - consolidate some code in text_view() - perl_checker fixes
* - gtk2 portThierry Vignaud2002-12-021-92/+106
| | | | | | | | - add a note to remember to try gtkhtml instead of TextView - make wait message be transcient and modal (we should share some create_*_dialog() around logdrake/mcc/drakfloppy/rpmdrake) - fixes for 'strict ref'
* - gtk2 portThierry Vignaud2002-12-023-1127/+1087
| | | | | - perl_checker fixes
* - fix gtk2 portThierry Vignaud2002-12-021-3/+3
| | | | | - let it work with kernel 2.5 too
* fix gtk2 portThierry Vignaud2002-12-021-3/+3
|
* - use useless when neededThierry Vignaud2002-12-021-3/+3
| | | | | | | | | - gtktext_insert() : add an append argument to prevent overwriting already present text in TextBuffer - gtkfontinfo() is bugged since it uses a C macro which is (oh surprise) not in binary library .... : $fontinfo{$_} = Gtk2::Pango->PANGO_PIXELS($metrics->$func);
* updated pot filePablo Saratxaga2002-12-022-3790/+4635
|
* updated pot filePablo Saratxaga2002-12-021-1859/+2198
|
* testing awareGuillaume Cottenceau2002-11-281-0/+1
|
* one more fixThierry Vignaud2002-11-281-3/+3
|
* - "use strict" fixesThierry Vignaud2002-11-281-144/+130
| | | | | - perl_checker fixes
* - my_gtk->main already do the kill 'USR2'Thierry Vignaud2002-11-281-1/+1
| | | | | | and hardcoding signal number was bad anyway - use gtkflush()
* - my_gtk->main already do the kill 'USR2'Thierry Vignaud2002-11-281-2/+1
| | | | | | and hardcoding signal number was bad anyway - use gtkflush()
* perl_checker adaptationsPascal Rigaux2002-11-2822-90/+90
|
* 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