TMP: add a ctdb snapshot of current ctdb master (git://git.samba.org/ctdb.git) to...
[obnox/samba/samba-obnox.git] / ctdb / tests / eventscripts / stubs / killall
1 #!/bin/sh
2
3 # Always succeed.  This means that killall -0 will always find a
4 # process and anything else will successfully kill.  This should
5 # exercise a good avriety of code paths.
6
7 exit 0