diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-07-01 06:56:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-07-01 06:56:47 +0000 |
commit | 566db5dad6f075ad1164b629d6fe68f0a91dcd7a (patch) | |
tree | 31eefcbc061801e610628ea28010a3ee5008814a /perl-install/fs/mount_options.pm | |
parent | 9faa22b3908b13cd0b26683b5781228a79e33cae (diff) | |
download | drakx-566db5dad6f075ad1164b629d6fe68f0a91dcd7a.tar drakx-566db5dad6f075ad1164b629d6fe68f0a91dcd7a.tar.gz drakx-566db5dad6f075ad1164b629d6fe68f0a91dcd7a.tar.bz2 drakx-566db5dad6f075ad1164b629d6fe68f0a91dcd7a.tar.xz drakx-566db5dad6f075ad1164b629d6fe68f0a91dcd7a.zip |
describe "grpquota" and "usrquota" mount options (#15671)
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r-- | perl-install/fs/mount_options.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index a8fa688db..383490bb6 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -108,7 +108,7 @@ sub pack { sub help() { ( - 'grpquota' => '', + 'grpquota' => N("Enable group disk quota accounting and optionally enforce limits"), 'noatime' => N("Do not update inode access times on this file system (e.g, for faster access on the news spool to speed up news servers)."), @@ -138,7 +138,7 @@ 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 )."), - 'usrquota' => '', + 'usrquota' => N("Enable user disk quota accounting enabled, and optionally enforce limits"), 'umask=0' => N("Give write access to ordinary users"), |