1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Tests - eventscripts - add output for "not implemented" in ctdb stub

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 1d02e3c6a7fb5ad5edb21298deba415ba9519f3d)
This commit is contained in:
Martin Schwenke 2011-08-22 15:58:23 +10:00
parent e88df4289f
commit c9305f5dda

View File

@ -54,6 +54,7 @@ setup_pstore ()
# For testing backward compatibility...
for i in $CTDB_NOT_IMPLEMENTED ; do
if [ "$i" = "$1" ] ; then
echo "${prog}: command \"$i\" not implemented" >&2
usage
fi
done