diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-14 08:47:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-14 08:47:16 +0000 |
commit | a1bd1b8309287c0165dcca192c99d41a0173e92e (patch) | |
tree | 6c110e403052b08169760c5459fc5a828d8af472 | |
parent | c969e991077e24ed1db34ed06a78fa9b3ff8cfd9 (diff) | |
download | drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar.gz drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar.bz2 drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar.xz drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.zip |
(set_default) adjust comment
-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 b2a31074d..759610304 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -199,7 +199,7 @@ sub set_default { } if (isTrueFS($part)) { - #- noatime on laptops (do not wake up the hd) + #- relatime on laptops (do not wake up the hd) #- Do not update inode access times on this #- file system (e.g, for faster access on the #- news spool to speed up news servers). |