summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* add "use run_program" as neededPascal Rigaux2002-08-061-0/+3
|
* (get_kernels_and_labels): only take kernels for which we have the ↵Pascal Rigaux2002-08-061-0/+1
| | | | corresponding /lib/modules/VERSION (otherwise mkinitrd will fail)
* (raw): new function allowing special options like {timeout}Pascal Rigaux2002-08-061-3/+22
|
* (ddcxinfos): use the new run_program::raw with a 20s timeout to workaround ↵Pascal Rigaux2002-08-061-1/+2
| | | | ddcxinfos going wild using 100% system CPU
* added log to follow dead lock to check what may cause it).Francois Pons2002-08-061-0/+1
|
* make perl_checker happyPascal Rigaux2002-08-063-5/+6
|
* make wacom config workPascal Rigaux2002-08-064-7/+11
|
* - add /tmp in %suggestions for server partitioningPascal Rigaux2002-08-061-4/+5
| | | | | - tweak some ratio's in %suggestions
* Increased the level of "yudit"; it's one of the editors with best utf-8Pablo Saratxaga2002-08-061-2/+2
| | | | | support, so very useful to have.
* - set the vpi vci correctly according to selected country.Daouda Lo2002-08-061-1/+1
|
* add standalone::explanations for bootsplash configurationJonathan Gotti2002-08-061-7/+14
|
* Put _() around two strings in security level choosingPablo Saratxaga2002-08-061-2/+2
|
* *** empty log message ***Pascal Rigaux2002-08-051-0/+270
|
* rebuild for perl thread-multiPascal Rigaux2002-08-051-1/+4
|
* do the job of devfsd in case devfsd doesn't do itPascal Rigaux2002-08-052-15/+21
|
* smbpasswd call deferred with addToBeDoneStew Benedict2002-08-051-1/+6
|
* switch to thread-multiPascal Rigaux2002-08-051-34/+34
|
* call the "Quit" button exit during install (as suggested by David Sansome)Pascal Rigaux2002-08-051-1/+1
|
* packdrake.pm is now in vendorlibPascal Rigaux2002-08-051-1/+1
|
* Make/Model/Driver list in expert mode: Fixed bug of "recommended" driver ↵Till Kamppeter2002-08-051-3/+3
| | | | entries getting a duplicate entry without "recommended" when entering the list via double-click on existing queue / "Printer manufacturer, model, driver".
* 1.1.9-5mdkGuillaume Cottenceau2002-08-051-1/+4
|
* updated pot filePablo Saratxaga2002-08-053-4257/+5010
|
* - export %modules::confThierry Vignaud2002-08-053-25/+10
| | | | | | | | | | | - kill modparm::raw_parameters and modparm::parameter_type which get merged back in modparm::parameters - add more parameters to modparm::parameters for harddrake harddrake/ui.pm | 19 ++++++++++--------- modparm.pm | 33 +++++++++------------------------ 2 files changed, 19 insertions(+), 33 deletions(-)
* no one use second paramater of raw_parametersThierry Vignaud2002-08-052-2/+2
|
* factorize some code in modparm::parameter_typeThierry Vignaud2002-08-052-11/+14
|
* the state can be XXX also in flat mode, for disablingGuillaume Cottenceau2002-08-051-0/+1
| | | | | the setting of the state
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-0517-43/+41
| | | | | (so that 'use strict' works)
* lib64 fixesGwenolé Beauchesne2002-08-051-1/+5
|
* still have HorizSync and VertRefresh for Plug'n Play monitorsPascal Rigaux2002-08-051-12/+0
| | | | | (XFree4 still need some help)
* as suggested by Buchan Milne, defaults LDAP Server to ldap.DOMAINNAMEPascal Rigaux2002-08-051-1/+1
|
* fix Option's (especially for XFree3)Pascal Rigaux2002-08-051-4/+4
|
* make perl_checker happyPascal Rigaux2002-08-051-1/+1
|
* don't have Utah GLX the default. XFree4 is the defaultPascal Rigaux2002-08-051-1/+2
|
* - Move xf86Wacom.so modules to {i386,ppc}-specific filelistGwenolé Beauchesne2002-08-056-35/+153
| | | | | | - Make filelists lib64 aware with LIB variable - Add x86_64-specific filelist
* adapt to ugtkPascal Rigaux2002-08-051-2/+2
|
* english fixesThierry Vignaud2002-08-051-2/+2
|
* - do not show empty wizard when save button clicked.Daouda Lo2002-08-051-12/+12
|
* s/__END__/1;Thierry Vignaud2002-08-0518-17/+17
|
* - cleanup (remove all sms stuffs: code and labels)Daouda Lo2002-08-051-21/+10
| | | | | - do not expand mail address
* (install): verify at least one package is not installed before displaying aPascal Rigaux2002-08-051-1/+4
| | | | | | wait_message and calling urpmi (thanks to Jure Repinc) (is_installed): use run_program and redirect stdout to dave null for cleanness
* a few more fixes (thanks Jure Repinc & Richard Burt)Pascal Rigaux2002-08-051-3/+2
|
* kill "wonderful perl"Thierry Vignaud2002-08-0517-65/+17
|
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-055-487/+0
|
* 1.1.9-4mdkGuillaume Cottenceau2002-08-051-1/+5
|
* Finished auto-detection of network and SMB printers.Till Kamppeter2002-08-052-193/+359
| | | | | Added automatic configuration of HP's multi-function devices when connected via HP JetDirect (network).
* partial rework of Windows PDC authentication, still needStew Benedict2002-08-042-8/+12
| | | | | to run smbpasswd after network is up
* Accelerated network scanning for printers by applying "nmap" only to ↵Till Kamppeter2002-08-042-97/+284
| | | | | | | | machines which answered to a broadcast ping before. Completed network/SMB printer auto-detection for recommended mode. Started network/SMB printer auto-detection for expert mode.
* - expand $email in cron scriptDaouda Lo2002-08-021-0/+6
|
* - disable sms alerts (free sms site too complicated toDaouda Lo2002-08-021-22/+30
| | | | | | | | | handle). Postponed - mail service should work now - clean up code - give the correct right to cron file to work correctly - fix titi mess
* minor bugfix in calling bootloader::readJonathan Gotti2002-08-021-1/+2
|