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/NEWS | 3 +++ perl-install/fs/mount_options.pm | 2 +- perl-install/install/NEWS | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 8f9a4a8d2..c120aaa3c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,9 @@ - adduserdrake, finish-install: o create only one user o fix checking user info (#32517) +- diskdrake: + o add support for 'relatime' mount option + o kill support for 'nodiratime' mount option Version 10.4.167 - 11 August 2007, by Thierry Vignaud 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., diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2118f56c9..61e2e6f9b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,7 @@ +- diskdrake: + o add support for 'relatime' mount option + o kill support for 'nodiratime' mount option + Version 10.4.168 - 13 August 2007, by Pascal "Pixel" Rigaux - merge root password step and create user step -- cgit v1.2.1