From f3ef1357ed48559422d80f94950e0530257afad9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Jan 2002 19:29:54 +0000 Subject: fix advice about "usermod -G" --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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"'); } } -- cgit v1.2.1