From 0d34b2147f2cf851dca960c7dc7608baaf221ba4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Nov 2005 10:06:03 +0000 Subject: simplify text for option "users" (was not accurate and much too verbose) (see also bugzilla #19848) --- perl-install/fs/mount_options.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install') 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"), -- cgit v1.2.1