From 904d3a6b6cfec00ad4fe78867a7452d71a0cbf79 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Tue, 9 Sep 2003 15:05:01 +0000 Subject: - userdrake is in /usr/sbin/ (#5447) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index d1ba7a1e3..5eb2bb114 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -886,7 +886,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na run_program::rooted($::prefix, 'groupadd', '-r', 'fileshare'); if ($in->ask_from_no_check( { - -e '/usr/bin/userdrake' ? (ok => N("Launch userdrake"), cancel => N("Cancel")) : (cancel => ''), + -e '/usr/sbin/userdrake' ? (ok => N("Launch userdrake"), cancel => N("Cancel")) : (cancel => ''), messages => N("The per-user sharing uses the group \"fileshare\". You can use userdrake to add a user to this group.") -- cgit v1.2.1