Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - remove the "help" button | Pascal Rigaux | 2002-08-08 | 2 | -9/+3 |
| | | | | | - ensure the help box is not created twice (except when changing theme) | ||||
* | sort security level descriptions | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | Windows PDC -> Windows Domain, don't make samba dirs - samba fixed now | Stew Benedict | 2002-08-08 | 2 | -9/+5 |
| | |||||
* | (get_profiles): get rid of "glob", clean it up | Pascal Rigaux | 2002-08-07 | 1 | -8/+1 |
| | |||||
* | replace glob() with all() | Pascal Rigaux | 2002-08-07 | 1 | -2/+2 |
| | |||||
* | shorewall-related functions will go here. | Christian Belisle | 2002-08-07 | 1 | -0/+0 |
| | |||||
* | call rpmReadConfigFiles before installing packages. | Francois Pons | 2002-08-07 | 1 | -0/+1 |
| | |||||
* | do not ask user to select ignored medium. | Francois Pons | 2002-08-07 | 1 | -0/+2 |
| | |||||
* | do not read package of ignored medium (contrib) to save memory. | Francois Pons | 2002-08-07 | 1 | -10/+15 |
| | |||||
* | added automatic update of lilo image and KDE & GNOME background. | Francois Pons | 2002-08-07 | 1 | -0/+30 |
| | |||||
* | getAndSaveFile now return before writing zero-length file if input file doesn't | Francois Pons | 2002-08-07 | 1 | -1/+1 |
| | | | | | exists on invocation. | ||||
* | allow automatic oem patch. add log if successfull patching. | Francois Pons | 2002-08-07 | 1 | -2/+4 |
| | |||||
* | allow patching of mirror used. | Francois Pons | 2002-08-07 | 1 | -42/+36 |
| | |||||
* | "LABEL=xxx" in fstab handling | Pascal Rigaux | 2002-08-07 | 1 | -4/+12 |
| | |||||
* | load glx in any case (well except for nvidia proprietary shit) | Pascal Rigaux | 2002-08-07 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-06 | 1 | -0/+106 |
| | |||||
* | make perl_checker happier :-) | Thierry Vignaud | 2002-08-06 | 2 | -2/+2 |
| | |||||
* | - dont detect undef devices | Thierry Vignaud | 2002-08-06 | 2 | -3/+3 |
| | |||||
* | log changes | Thierry Vignaud | 2002-08-06 | 1 | -1/+5 |
| | |||||
* | typo, change /etc/exports explanation in help | Stew Benedict | 2002-08-06 | 1 | -1/+4 |
| | |||||
* | detect modem too | Thierry Vignaud | 2002-08-06 | 1 | -1/+5 |
| | |||||
* | nobody pass the second argument of | Thierry Vignaud | 2002-08-06 | 1 | -3/+3 |
| | | | | | network::modem::modem_detect_backend() so let simplify it | ||||
* | remove old references to rectangle drawing around mcc icons | Thierry Vignaud | 2002-08-06 | 1 | -4/+0 |
| | |||||
* | - rename scanner::findScannerUsbport as scanner::detect | Thierry Vignaud | 2002-08-06 | 3 | -8/+10 |
| | | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too | ||||
* | updated French and Walloon files | Pablo Saratxaga | 2002-08-06 | 1 | -135/+162 |
| | |||||
* | add "use run_program" as needed | Pascal Rigaux | 2002-08-06 | 1 | -0/+3 |
| | |||||
* | (get_kernels_and_labels): only take kernels for which we have the ↵ | Pascal Rigaux | 2002-08-06 | 1 | -0/+1 |
| | | | | corresponding /lib/modules/VERSION (otherwise mkinitrd will fail) | ||||
* | (raw): new function allowing special options like {timeout} | Pascal Rigaux | 2002-08-06 | 1 | -3/+22 |
| | |||||
* | (ddcxinfos): use the new run_program::raw with a 20s timeout to workaround ↵ | Pascal Rigaux | 2002-08-06 | 1 | -1/+2 |
| | | | | ddcxinfos going wild using 100% system CPU | ||||
* | added log to follow dead lock to check what may cause it). | Francois Pons | 2002-08-06 | 1 | -0/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-06 | 3 | -5/+6 |
| | |||||
* | make wacom config work | Pascal Rigaux | 2002-08-06 | 4 | -7/+11 |
| | |||||
* | - add /tmp in %suggestions for server partitioning | Pascal Rigaux | 2002-08-06 | 1 | -4/+5 |
| | | | | | - tweak some ratio's in %suggestions | ||||
* | Increased the level of "yudit"; it's one of the editors with best utf-8 | Pablo Saratxaga | 2002-08-06 | 1 | -2/+2 |
| | | | | | support, so very useful to have. | ||||
* | - set the vpi vci correctly according to selected country. | Daouda Lo | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | add standalone::explanations for bootsplash configuration | Jonathan Gotti | 2002-08-06 | 1 | -7/+14 |
| | |||||
* | Put _() around two strings in security level choosing | Pablo Saratxaga | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-05 | 1 | -0/+270 |
| | |||||
* | rebuild for perl thread-multi | Pascal Rigaux | 2002-08-05 | 1 | -1/+4 |
| | |||||
* | do the job of devfsd in case devfsd doesn't do it | Pascal Rigaux | 2002-08-05 | 2 | -15/+21 |
| | |||||
* | smbpasswd call deferred with addToBeDone | Stew Benedict | 2002-08-05 | 1 | -1/+6 |
| | |||||
* | switch to thread-multi | Pascal Rigaux | 2002-08-05 | 1 | -34/+34 |
| | |||||
* | call the "Quit" button exit during install (as suggested by David Sansome) | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | packdrake.pm is now in vendorlib | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | Make/Model/Driver list in expert mode: Fixed bug of "recommended" driver ↵ | Till Kamppeter | 2002-08-05 | 1 | -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-5mdk | Guillaume Cottenceau | 2002-08-05 | 1 | -1/+4 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2002-08-05 | 3 | -4257/+5010 |
| | |||||
* | - export %modules::conf | Thierry Vignaud | 2002-08-05 | 3 | -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_parameters | Thierry Vignaud | 2002-08-05 | 2 | -2/+2 |
| | |||||
* | factorize some code in modparm::parameter_type | Thierry Vignaud | 2002-08-05 | 2 | -11/+14 |
| |