diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-21 19:29:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-21 19:29:54 +0000 |
commit | f3ef1357ed48559422d80f94950e0530257afad9 (patch) | |
tree | a34db549bb640741e77d181b02a34cde75fe18e3 /perl-install/any.pm | |
parent | 27d8ec71d481a943937ecc4ffc2e16b746d4e34b (diff) | |
download | drakx-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.pm | 2 |
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"'); } } |