From 1b92af9b52f8afb1034f00b3d141bf3f4ee9e19c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 25 Feb 2003 12:15:14 +0000 Subject: (fileshare_config): create group "fileshare" in "Custom" mode --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/any.pm b/perl-install/any.pm index 65a0a1367..54293a7d1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -832,6 +832,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na setVarsInSh($file, \%conf); if ($r eq $l[2]) { # custom + 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 => ''), -- cgit v1.2.1