From: Andrew Tridgell Date: Wed, 24 Sep 2003 07:28:02 +0000 (+0200) Subject: doc patch from Martin Pool regarding NFS and renames X-Git-Tag: v2.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46d7dca4771e25ffcf826d1565922ae3c1801fff;p=thirdparty%2Fccache.git doc patch from Martin Pool regarding NFS and renames --- diff --git a/ccache.1 b/ccache.1 index 7fbcbb55b..962f98e08 100644 --- a/ccache.1 +++ b/ccache.1 @@ -341,6 +341,12 @@ ccache can handle a much wider ranger of compiler options .IP o ccache avoids a double call to cpp on a cache miss .PP +.SH "BUGS" +.PP +When the cache is stored on an NFS filesystem, the filesystem must be +exported with the \fBno_subtree_check\fP option to make renames between +directories reliable\&. +.PP .SH "CREDITS" .PP Thanks to the following people for their contributions to ccache diff --git a/ccache.yo b/ccache.yo index 00c86ceea..72e3e6fe8 100644 --- a/ccache.yo +++ b/ccache.yo @@ -302,6 +302,12 @@ it() ccache can handle a much wider ranger of compiler options it() ccache avoids a double call to cpp on a cache miss ) +manpagesection(BUGS) + +When the cache is stored on an NFS filesystem, the filesystem must be +exported with the bf(no_subtree_check) option to make renames between +directories reliable. + manpagesection(CREDITS) Thanks to the following people for their contributions to ccache