diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-11-28 17:53:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-11-28 17:53:00 +0000 |
commit | 44da2985150a6d875ddd7b9132cc692db836a76f (patch) | |
tree | 34748c4394d9f3b5140bf50e5a12cd88c66965ef | |
parent | 8c95968b354119af7d67ecc678a4a75897b3a46b (diff) | |
download | drakx-44da2985150a6d875ddd7b9132cc692db836a76f.tar drakx-44da2985150a6d875ddd7b9132cc692db836a76f.tar.gz drakx-44da2985150a6d875ddd7b9132cc692db836a76f.tar.bz2 drakx-44da2985150a6d875ddd7b9132cc692db836a76f.tar.xz drakx-44da2985150a6d875ddd7b9132cc692db836a76f.zip |
better description
-rwxr-xr-x | perl-install/standalone/fileshareset | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index 76a64ac17..4a0ecc78a 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -40,9 +40,9 @@ my $usage = fileshareset --remove <dir>"; my $non_authorised = qq(You are not authorised to use fileshare'ing -To grant you the rights, either: +To grant you the rights: - put "RESTRICT=no" in $authorisation_file -- put user "$username" in group "$authorisation_group"); +- or put user "$username" in group "$authorisation_group"); my $no_export_method = "can't export anything: no nfs, no smb"; my %exit_codes = reverse ( |