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 | |
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')
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/fs/mount_options.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 4 |
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 |