diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-09 15:54:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-09 15:54:58 +0000 |
commit | 8a37bd2d08472a8798a28881633855552bf1b006 (patch) | |
tree | c4879b0d75e100a71716da3ae484d3e8d09ab007 /perl-install/any.pm | |
parent | 089954045f4c5198afe80446b310b8bca4f2a5d4 (diff) | |
download | drakx-8a37bd2d08472a8798a28881633855552bf1b006.tar drakx-8a37bd2d08472a8798a28881633855552bf1b006.tar.gz drakx-8a37bd2d08472a8798a28881633855552bf1b006.tar.bz2 drakx-8a37bd2d08472a8798a28881633855552bf1b006.tar.xz drakx-8a37bd2d08472a8798a28881633855552bf1b006.zip |
ensure userdrake works when diskdrake --fileshare is embedded or run through kdesu
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } } } |