Displaying 2 results from an estimated 2 matches for "rightfile".
2008 Oct 13
2
problem with dns
i want to configure dns but i don't find the file like named.conf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20081013/dc7be6c1/attachment-0003.html>
2012 Oct 13
4
[PATCH] hotplug/Linux: close lockfd after lock attempt
...e9b -r 5aa14d5afe6b tools/hotplug/Linux/locking.sh
--- a/tools/hotplug/Linux/locking.sh
+++ b/tools/hotplug/Linux/locking.sh
@@ -59,6 +59,7 @@ claim_lock()
print "y\n" if $fd_inum eq $file_inum;
'' "$_lockfile" )
if [ x$rightfile = xy ]; then break; fi
+ eval "exec $_lockfd<&-"
done
}