summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-21 19:29:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-21 19:29:54 +0000
commitf3ef1357ed48559422d80f94950e0530257afad9 (patch)
treea34db549bb640741e77d181b02a34cde75fe18e3 /perl-install/any.pm
parent27d8ec71d481a943937ecc4ffc2e16b746d4e34b (diff)
downloaddrakx-backup-do-not-use-f3ef1357ed48559422d80f94950e0530257afad9.tar
drakx-backup-do-not-use-f3ef1357ed48559422d80f94950e0530257afad9.tar.gz
drakx-backup-do-not-use-f3ef1357ed48559422d80f94950e0530257afad9.tar.bz2
drakx-backup-do-not-use-f3ef1357ed48559422d80f94950e0530257afad9.tar.xz
drakx-backup-do-not-use-f3ef1357ed48559422d80f94950e0530257afad9.zip
fix advice about "usermod -G"
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 8ea7cad80..6bff7f065 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -911,7 +911,7 @@ Allowing this will permit users to simply click on "Share" in konqueror and naut
$in->ask_warn('',
'The per-user sharing uses the group "fileshare".
You can use userdrake to add a user in this group.
-Or on the command line use: "usermod -G fileshare user_name"');
+Or on the command line use: "usermod -G fileshare,previous_groups user_name"');
}
}