1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

we dont do nfstickles unless ctdb manages nfs

(This used to be ctdb commit 0622b4a969abdc8bd11f200ed5ae1c7b1d188db7)
This commit is contained in:
Ronnie Sahlberg 2007-07-15 11:43:11 +10:00
parent 643b87fbae
commit 7e532f8f83

View File

@ -9,6 +9,7 @@ loadconfig nfs
cmd="$1"
shift
[ "$CTDB_MANAGES_NFS" = "yes" ] || exit 0
[ -z "$NFS_TICKLE_SHARED_DIRECTORY" ] && exit 0
[ -x /usr/bin/sendip ] || exit 0