summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* update theme editor to current libDrakX apiThierry Vignaud2003-02-041-6/+6
|
* now, we always have a help entry and a default value but when fredl rename aThierry Vignaud2003-02-041-4/+4
| | | | | | check and forgot to remove it from /var/lib/msec/security.conf like CHECK_SUID_GROUP => CHECK_SGID, but hopefully, he'll fix msec
* Use system configs when wrapped in mcc.Stew Benedict2003-02-041-2/+3
|
* cleanupPascal Rigaux2003-02-031-1/+1
|
* port to Gtk2Pascal Rigaux2003-02-031-36/+43
|
* don't "use diskdrake::interactive", only require it when neededPascal Rigaux2003-02-031-2/+1
|
* have the background fully transparentPascal Rigaux2003-02-033-0/+0
|
* fix test mode install when Xnest is not therePascal Rigaux2003-02-031-1/+1
|
* make perl_checker happyPascal Rigaux2003-02-031-1/+1
|
* fix some drakgw behaviourFlorin Grad2003-02-031-1/+8
|
* do not eject cdrom when already removed at the end of install (bug #1235)Pascal Rigaux2003-02-032-2/+5
|
* remove yelp-pregeneratePascal Rigaux2003-02-031-1/+0
|
* updated pot filePablo Saratxaga2003-02-033-186/+1393
|
* make perl_checker happyPascal Rigaux2003-02-031-1/+1
|
* *** empty log message ***Thierry Vignaud2003-02-031-0/+1
|
* - consolidate file namesThierry Vignaud2003-02-031-75/+87
| | | | | | | | | | | | | | - remove unused variables - rename get_(default|value as load_(default|value)s and alter them so that config file are read only one time instead of one per option; data is stocked in package variable - thus get_default_checks() is quite a lot faster - alter get_(check|function)_(value|default) to use new data structure - fix check default reading - group default values reading and current values reading what's left: do the same thing for writing tomorow
* translate keyboard namesPascal Rigaux2003-02-031-1/+1
|
* 9.1-0.21mdk (to be continued by pouly)Thierry Vignaud2003-02-031-1/+10
|
* dhcp/zeroconf stuffDamien Chaumette2003-02-031-4/+11
|
* - msec was altered to produce help suitable for formatAlaTeX()Thierry Vignaud2003-02-032-1/+34
| | | | | - use formatAlaTeX() to have nicer tooltips
* auto-generated from msec/share/draksec_help.py libmsec and moved fromThierry Vignaud2003-02-031-0/+139
| | | | | | | msec to here so that draksec help'll get translated all changes must be done in soft/msec/share/libmsec.py !!!
* fix typo (for treelist)Pascal Rigaux2003-02-031-1/+1
|
* prefer mdkkdm over kdebase-kdmPascal Rigaux2003-02-031-1/+1
|
* ensure the X test strings are translatedPascal Rigaux2003-02-031-6/+7
|
* remove drakpxe exception since fpons has at lease fixed "fpons sucks"Thierry Vignaud2003-02-031-1/+1
| | | | | in drakpxe
* integrated chmouel fixes.Francois Pons2003-02-031-0/+6
|
* *** empty log message ***Pascal Rigaux2003-02-031-1/+182
|
* use run_program::get_stdoutPascal Rigaux2003-02-031-3/+1
|
* let simplifyThierry Vignaud2003-02-031-1/+1
|
* sanitize gui (aka make it look nicer):Thierry Vignaud2003-02-031-37/+38
| | | | | | | | - put the same help label on top of each msec options notebook pages and consolidate it - use gtkpack_ instead of gtkpack so that we can tell gtk+ that label must neither fill nor expand, only the packtable should
* display again the first notebook pageThierry Vignaud2003-02-031-11/+11
|
* if no default value, then do not print one (aka for cron checks)Thierry Vignaud2003-02-031-1/+1
|
* fix help system description.Thierry Vignaud2003-02-031-1/+1
| | | | | we should really use the camille/deush help system though.
* - perl_checker fixesThierry Vignaud2003-02-031-6/+6
| | | | | | - display sorted options (hey pixel, note that the last diff trunk with execessive () was not detected by perl_checker :-( )
* pixelize(tm)Thierry Vignaud2003-02-031-3/+1
|
* draksec is not written to use interactive, thus cannot be used by httpThierry Vignaud2003-02-031-1/+0
| | | | | frontend
* sanitize draxktools server service script:Thierry Vignaud2003-02-031-20/+29
| | | | | | | | - no gratuitous shell forking - now can be debugged through "sh -x" - use std shell service lib - make it print [OK] || [FAILLED]
* - fix zeroconf supportDamien Chaumette2003-02-032-35/+16
| | | | | - cleanups
* (adjust_local_extended): fix resizing local extendedPascal Rigaux2003-02-021-6/+7
|
* NTFS is bluePascal Rigaux2003-02-021-1/+1
|
* move whatParport() to printer::detectPascal Rigaux2003-02-022-21/+21
|
* Fixed Foomatic installation done by installer.Till Kamppeter2003-02-022-2/+2
|
* ensure the window is big enough in 640x480: remove logo and steps windowPascal Rigaux2003-02-022-4/+8
|
* - handle {vga16} in Xnest testing modePascal Rigaux2003-02-021-2/+2
| | | | | - fix weird bug due to missing aewm-drakx in test mode (??)
* move whatPrinter(), whatUsbport() and whatPrinterPort() out of ↵Pascal Rigaux2003-02-023-107/+106
| | | | | | | | | | detect_devices to printer::detect (it cleans up detect_devices, and won't hurt eyes anymore :) this change, together with .perl_checker skipping printer::* marks the style disagreement between printer/* and the rest of install
* do not check printer::main, printer::printerdrake and printer::detect, too ↵Pascal Rigaux2003-02-021-0/+3
| | | | many warnings
* please perl_checkerPascal Rigaux2003-02-023-11/+11
|
* - add Xnest feature when testingPascal Rigaux2003-02-021-62/+79
| | | | | - cleanup and re-indent
* fix grub installed on {first_hd_device} instead of {boot} (bug #1199)Pascal Rigaux2003-02-021-1/+1
|
* - Improved generation of printer list entries from manufacturer-supplied ↵Till Kamppeter2003-02-011-6/+15
| | | | PostScript PPDs.