diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-11-21 10:06:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-11-21 10:06:03 +0000 |
commit | 0d34b2147f2cf851dca960c7dc7608baaf221ba4 (patch) | |
tree | 0db0ea4cf958b1272479bd59621b9aeefe764d42 /perl-install/fs | |
parent | eaf48b8f1c12e95d9931671298569b8941eecf74 (diff) | |
download | drakx-0d34b2147f2cf851dca960c7dc7608baaf221ba4.tar drakx-0d34b2147f2cf851dca960c7dc7608baaf221ba4.tar.gz drakx-0d34b2147f2cf851dca960c7dc7608baaf221ba4.tar.bz2 drakx-0d34b2147f2cf851dca960c7dc7608baaf221ba4.tar.xz drakx-0d34b2147f2cf851dca960c7dc7608baaf221ba4.zip |
simplify text for option "users" (was not accurate and much too verbose) (see also bugzilla #19848)
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/mount_options.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 608c830a9..da06993e8 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -135,11 +135,7 @@ have suidperl(1) installed.)"), 'supermount' => '', - 'users' => N("Allow an ordinary user to mount the file system. The -name of the mounting user is written to mtab so that he can unmount the file -system again. This option implies the options noexec, nosuid, and nodev -(unless overridden by subsequent options, as in the option line -user,exec,dev,suid )."), + 'users' => N("Allow an ordinary user to mount the file system."), 'usrquota' => N("Enable user disk quota accounting, and optionally enforce limits"), |