From 389e31ba8b17923c7a157d27668ad57d4f55c037 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Aug 2007 08:45:48 +0000 Subject: (help) kill support for 'nodiratime' mount option ; add support for 'relatime' (rationale: 'nodiratime' is implied by 'noatime' and 'relatime' is better) --- perl-install/fs/mount_options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/mount_options.pm') 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., -- cgit v1.2.1