summaryrefslogtreecommitdiff
path: root/ctdb/tests/eventscripts/stubs/rm
blob: 64b4d186b65cc1ca443f8949ba667b32ebdfe592 (plain)
1
2
3
4
5
6
#!/bin/sh
# Make statd-callout happy
case "$*" in
    */var/lib/nfs/statd/sm*) : ;;
    *) exec /bin/rm "$@" ;;
esac