diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-25 12:15:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-25 12:15:14 +0000 |
commit | 1b92af9b52f8afb1034f00b3d141bf3f4ee9e19c (patch) | |
tree | 0edcdb03a69e981e4939edec48cc5107af14ad91 | |
parent | 5604f10f31e3cdb0bbdba102ab26c8e019dd6493 (diff) | |
download | drakx-backup-do-not-use-1b92af9b52f8afb1034f00b3d141bf3f4ee9e19c.tar drakx-backup-do-not-use-1b92af9b52f8afb1034f00b3d141bf3f4ee9e19c.tar.gz drakx-backup-do-not-use-1b92af9b52f8afb1034f00b3d141bf3f4ee9e19c.tar.bz2 drakx-backup-do-not-use-1b92af9b52f8afb1034f00b3d141bf3f4ee9e19c.tar.xz drakx-backup-do-not-use-1b92af9b52f8afb1034f00b3d141bf3f4ee9e19c.zip |
(fileshare_config): create group "fileshare" in "Custom" mode
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 => ''), |