From 8a37bd2d08472a8798a28881633855552bf1b006 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Sep 2003 15:54:58 +0000 Subject: ensure userdrake works when diskdrake --fileshare is embedded or run through kdesu --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 5eb2bb114..910567547 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -891,7 +891,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na N("The per-user sharing uses the group \"fileshare\". You can use userdrake to add a user to this group.") }, [])) { - exec "userdrake"; #- exec instead of fork&exec so that the root XAUTHORITY is kept valid + run_program::run('userdrake'); } } } -- cgit v1.2.1