summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* 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")
* New, improved, compact code, courtesy of Thierry.Stew Benedict2003-09-151-25/+6
|
* Updates for stable release bug submission to anthill (vdanen)Stew Benedict2003-09-151-18/+201
|
* - call any::ask_window_manager_to_logout() after forking so that exit ↵Pascal Rigaux2003-09-151-3/+5
| | | | | | | | doesn't happen before it is done (otherwise it can loose Xauth access) - fix checking config_changed (it can be string 'config_changed' or the new $raw_X)
* drakTermServ - translation issues (Arpad Biro), fix help text formatStew Benedict2003-09-152-81/+101
| | | | | | drakbackup - translation issues (Arpad Biro) fix user, cron misbehavior (Keld Jørn Simonsen)
* fix typo (pixel sux)Pascal Rigaux2003-09-151-1/+1
|
* stop bootsplash silent mode if something is detectedFlorent Villard2003-09-141-1/+2
|
* hd as default daemon mediaStew Benedict2003-09-121-1/+1
|
* fix #5586 (profiles with spaces in name)Thierry Vignaud2003-09-121-2/+3
|