3 # This is script is invoked from ctdb when certain events happen. See
4 # /etc/ctdb/events/notification/README for more details.
7 nd
="${d}/events/notification"
11 for i
in "${nd}/"*.
script ; do
12 # Files must be executable
13 [ -x "$i" ] ||
continue