------------------------------------------------------------ revno: 438 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell <[EMAIL PROTECTED]> branch nick: tridge timestamp: Sat 2007-06-02 19:45:06 +1000 message: docs on how to use statd-callout modified: config/statd-callout statdcallout-20070531010857-6sdlz455vusye5y5-1 === modified file 'config/statd-callout' --- a/config/statd-callout 2007-06-02 09:40:07 +0000 +++ b/config/statd-callout 2007-06-02 09:45:06 +0000 @@ -1,7 +1,10 @@ #!/bin/sh # this script needs to be installed so that statd points to it with the -H -# command line argument. The easiest way to do that is +# command line argument. The easiest way to do that is to put something like this in +# /etc/sysconfig/nfs: +# STATD_HOSTNAME="myhostname -H /etc/ctdb/statd-callout" + . /etc/sysconfig/nfs
