diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-14 08:45:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-14 08:45:48 +0000 |
commit | 389e31ba8b17923c7a157d27668ad57d4f55c037 (patch) | |
tree | b9b89fbfedca1344153261fa76fcb435c61683cd /perl-install/fs/mount_options.pm | |
parent | 6610195f31d5c9081726037064843095fc9e09cc (diff) | |
download | drakx-389e31ba8b17923c7a157d27668ad57d4f55c037.tar drakx-389e31ba8b17923c7a157d27668ad57d4f55c037.tar.gz drakx-389e31ba8b17923c7a157d27668ad57d4f55c037.tar.bz2 drakx-389e31ba8b17923c7a157d27668ad57d4f55c037.tar.xz drakx-389e31ba8b17923c7a157d27668ad57d4f55c037.zip |
(help) kill support for 'nodiratime' mount option ; add support for 'relatime'
(rationale: 'nodiratime' is implied by 'noatime' and 'relatime' is better)
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r-- | perl-install/fs/mount_options.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 0cc956b74..d1e53f8db 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -117,7 +117,7 @@ sub help() { '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)."), - 'nodiratime' => N("Do not update directory inode access times on this filesystem + 'norelatime' => N("Update inode access times on this filesystem in a more efficient way (e.g, for faster access on the news spool to speed up news servers)."), 'noauto' => N("Can only be mounted explicitly (i.e., |