summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* merge back drakbacup updateThierry Vignaud2004-01-081-1/+1
|
* fixes merged from head into updatesThierry Vignaud2004-01-071-0/+6
|
* forward "manage all interfaces when there more than one"Thierry Vignaud2003-11-041-17/+17
|
* forward:Thierry Vignaud2003-10-271-2/+4
| | | | | | | | | - test_connected function was wrong and did not pass its parameter to network code code => hance connection status was never detected - profile managment in net_monitor wasn't updated to latest damien api changes in network::netconnect and thus was broken :-(
* forward: drakperm incorrectly enable one to click "ok" after havingThierry Vignaud2003-10-271-0/+1
| | | | | | | | | altered a 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.
* forward workaround for anthill bug #18 (do not overwrite sound aliasesThierry Vignaud2003-10-271-2/+5
| | | | | when no hardware change)
* force user|group|other rights order in edit dialog (previously orderThierry Vignaud2003-10-161-1/+1
| | | | | was random)
* revert back to stable versionThierry Vignaud2003-10-141-1/+1
|
* perl_checker fix (this one is needed because else perl_checker stopThierry Vignaud2003-10-131-1/+1
| | | | | | package build [hint perl_checker my love you really should not die on such stugg: this should be a warning, not an error])
* forward untranslated title & broken error dialog fixesThierry Vignaud2003-10-131-2/+2
|
* forward "now one can now choose the interface" fixThierry Vignaud2003-10-131-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
|
* UpdateDavid Baudens2003-09-128-0/+0
|
* fix #5571Thierry Vignaud2003-09-111-1/+1
|
* fix infamous #4136Thierry Vignaud2003-09-111-0/+1
| | | | | | | | rationale: our own SIG_CHLD handler intercept the child death after run_program's waitpid() got interrupted by the signal but before it get rescheduled by the kernel (at which stage the child it wait for does not exists anymore)
* do not set hostname if there's a dynamic interfaceThierry Vignaud2003-09-111-1/+1
|
* silly me, I forgot the debug messagesFlorin Grad2003-09-111-2/+0
|
* some Cancel interface fixFlorin Grad2003-09-111-4/+5
|
* always display the log domain names in the same order, that is inThierry Vignaud2003-09-111-1/+1
| | | | | english (not l10n) alphabetic order
* remove debugging assertionThierry Vignaud2003-09-111-1/+0
|
* display "the current level is X" instead of "the current level is level X"Thierry Vignaud2003-09-111-1/+1
|
* - do not comply on filter change (system, user or system & user)Thierry Vignaud2003-09-101-49/+50
| | | | | | | | - default to "system & user" by default - show customized rules after system ones since these are managed once system ones get applied - add new rules to end of list
* follow std explanations policyThierry Vignaud2003-09-101-2/+2
|
* added nplanel patch for ATI proprietary drivers.Francois Pons2003-09-101-0/+1
|
* add higher level explanationsThierry Vignaud2003-09-101-1/+7
|
* install xawtv if neededThierry Vignaud2003-09-091-17/+1
|
* re-enable supermountPascal Rigaux2003-09-091-1/+1
|
* ensure userdrake works when diskdrake --fileshare is embedded or run through ↵Pascal Rigaux2003-09-091-1/+1
| | | | kdesu
* fix #5448 (infinite entries)Thierry Vignaud2003-09-091-1/+1
|
* fix window size in when non embedded & non wizardThierry Vignaud2003-09-091-1/+1
|
* fix default size without draksplashThierry Vignaud2003-09-091-2/+5
|
* try again if no floppy (or error during creation of floppy)Francois Pons2003-09-091-5/+9
|