Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _mount add option for relatime
- X-seq: zsh-workers 24126
- From: Mustafa Oezkan <destruct.c@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _mount add option for relatime
- Date: Wed, 28 Nov 2007 18:23:25 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
patch to add relatime and norelatime to mount -o.
--
There's a difference between, doing wrong and being wrong.
--- Completion/Unix/Command/_mount.orig 2007-11-28 16:31:59.462347608 +0100
+++ Completion/Unix/Command/_mount 2007-11-28 17:00:31.625607831 +0100
@@ -305,11 +305,13 @@
_fs_any=(
'(sync)async[do all I/O asynchronously]'
'(noatime)atime[update access time]'
+ '(norelatime)relatime[update atime relative to mtime/ctime]'
'(rw suid dev exec async)defaults[use default options]'
'(nodev)dev[interpret devices]'
'(noexec)exec[permit execution of binaries]'
'(nomand)mand[allow mandatory locks]'
"(atime)noatime[don't update access time]"
+ "(relatime)norelatime[update access time without regard to mtime/ctime]"
"(dev)nodev[don't interpret devices]"
"(exec)noexec[don't allow execution of binaries]"
"(mand)nomand[don'tallow mandatory locks]"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author