summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/fs/mount_options.pm2
-rw-r--r--perl-install/install/NEWS4
3 files changed, 8 insertions, 1 deletions
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