summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* Enable bz2 compression option (wish@linux-mandrake.com)Stew Benedict2003-11-041-15/+10
|
* perl_checker fixesThierry Vignaud2003-11-041-4/+4
|
* manage all interfaces when there more than oneThierry Vignaud2003-11-041-17/+17
|
* network statistics really are global ones, not per interface ones.Thierry Vignaud2003-11-041-1/+1
| | | | | let not confuse the end user
* remove useless module useThierry Vignaud2003-10-311-1/+0
|
* - for now, check new devices against description (later with port too)Thierry Vignaud2003-10-311-9/+9
| | | | | - fix driver/port mismatch
* auto config ups devicesThierry Vignaud2003-10-311-0/+66
|
* from Salane KIng <sking4 at cinci.rr dot com>: enable to access sambaThierry Vignaud2003-10-311-1/+1
| | | | | drives on other computers to easily install windows fonts
* misc perl_checker cleanupsThierry Vignaud2003-10-201-23/+21
|
* misc perl_checker cleanupsThierry Vignaud2003-10-203-8/+8
|
* drakperm incorrectly enable one to click "ok" after having altered aThierry Vignaud2003-10-201-0/+1
| | | | | | | | | system rule whereas system rules are not saved since they're enforced by msec. this may confuse the end user ("why my changes weren't applied?") so let disable the "ok" button if the current entry is uneditable.
* fix crash on editable itemsThierry Vignaud2003-10-201-10/+13
|
* perform test once and move it out of the save loopThierry Vignaud2003-10-201-3/+3
|
* un-jonathan-ize()Thierry Vignaud2003-10-201-10/+4
|
* consolidate, simplify, remove duplicateThierry Vignaud2003-10-201-36/+24
|
* print more understandable error message on parse errorThierry Vignaud2003-10-201-1/+1
|
* do not break working code! (titi sucks)Pascal Rigaux2003-10-201-1/+0
|
* perl_checker cleanupsThierry Vignaud2003-10-173-39/+39
|
* - perl_checker cleanupsThierry Vignaud2003-10-171-25/+24
| | | | | | | | | - this enable to catch two bugs: o test_connected function was wrong and did not pass its parameter to network code code o profile managment in net_monitor wasn't updated to latest damien api changes in network::netconnect and thus was broken :-(
* workaround anthill bug #18 (do not overwrite sound aliases when no hardware ↵Thierry Vignaud2003-10-171-2/+5
| | | | change)
* network::netconnect is unusedThierry Vignaud2003-10-171-1/+0
|
* move setxkbmap to keyboard.pmPascal Rigaux2003-10-151-3/+2
|
* let drakgw work...Thierry Vignaud2003-10-141-1/+1
|
* show up a combo box with detected network interfaces but still let theThierry Vignaud2003-10-141-1/+1
| | | | | user manually type it sg like ppp0 if needed
* - get rid of a perl_checker warning (thx pixel)Thierry Vignaud2003-10-131-3/+2
| | | | | | - this uncover the missing arg to parse_file when called from net_monitor, thus enabling to show up which file is currently parsed
* - save "mail alert" wizard options into /etc/sysconfig/mail_alert andThierry Vignaud2003-10-131-24/+27
| | | | | | | restore them when configuring it again - make cron task reuse /etc/sysconfig/mail_alert
* - ensure services are always listed in the same orderThierry Vignaud2003-10-131-4/+1
| | | | | - simplify installed services list build
* cron: only mail if there's really sg to warn about (aka do not sentThierry Vignaud2003-10-121-5/+8
| | | | | empty mails)
* restore previous subject in mailsThierry Vignaud2003-10-121-1/+1
|
* generate perl_checker compliant cron tasksThierry Vignaud2003-10-121-4/+4
|
* simplify cron writingThierry Vignaud2003-10-121-4/+2
|
* Move set_help_tip for new perl_checker.Stew Benedict2003-10-101-5/+5
|
* mark a few strings as translatable (part of #5670)Thierry Vignaud2003-10-081-3/+3
|
* log values too in explanationsThierry Vignaud2003-10-081-5/+5
|
* perl_checker cleanupsThierry Vignaud2003-10-041-2/+2
|
* consolidate network conf rereadThierry Vignaud2003-10-031-10/+11
|
* perl_checkerPascal Rigaux2003-10-013-8/+8
|
* don't check *all* for test_pms_all, skip horrible stuffsPascal Rigaux2003-09-304-8/+8
|
* now one can now choose the interfaceFlorin Grad2003-09-241-1/+1
|
* clean fonts renaming and make it log renames (through explanations)MDK92Thierry Vignaud2003-09-231-2/+5
|
* (move_fonts) factorize clean fonts moveThierry Vignaud2003-09-231-6/+10
|
* fix font copy (catched by #5157):Thierry Vignaud2003-09-231-1/+2
| | | | | | | - prevent looking for "*.pfm*.afm" fonts - prevent displaying spurious error messages on console while converting fonts
* fix ttf font conversion (catched by #5157)Thierry Vignaud2003-09-231-1/+1
|
* Bug 5916, all users overrides individual selection in wizard.Stew Benedict2003-09-221-2/+4
|
* fix the fixThierry Vignaud2003-09-191-1/+1
|
* fix #5825 (hostname set as ARRAY(0x...))Thierry Vignaud2003-09-191-1/+1
|
* ensure update_bootloader_label() won't break when called in text interactivePascal Rigaux2003-09-181-1/+1
| | | | | (hint: in that case, $boot_label is unset)
* - drakhelp will load online drakbug help fileDaouda Lo2003-09-171-1/+1
|
* - replace mdklaunchhelp by konquerorDaouda Lo2003-09-171-1/+1
|
* display errors occuring in any::set_authentication()Pascal Rigaux2003-09-171-1/+6
| | | | | (esp. for "Can't use broadcast with no NIS domain")