lib: Remove unused parmlist code
[Samba.git] / ctdb / config / README
blobffbeb0e690bac81a0e3da0677349f20dad95cf60
1 This directory contains run-time support scripts for CTDB.
3 Selected highlights:
5   ctdb.init
7     An initscript for starting ctdbd at boot time.
9   events.d/
11     Eventscripts.  See events.d/README for more details.
13   functions
15     Support functions, sourced by eventscripts and other scripts.
17   statd-callout
19     rpc.statd high-availability callout to support lock migration on
20     failover.
22 Notes:
24 * All of these scripts are written in POSIX Bourne shell.  Please
25   avoid bash-isms, including the use of "local" variables (which are
26   not available in POSIX shell).
28 * Do not use absolute paths for commands.  Unit tests attempt to
29   replace many commands with stubs and can not do this if commands are
30   specified with absolute paths.  The functions file controls $PATH so
31   absolute paths should not be required.