lib: Remove unused functions
[Samba.git] / ctdb / tests / eventscripts / stubs / rm
blob64b4d186b65cc1ca443f8949ba667b32ebdfe592
1 #!/bin/sh
2 # Make statd-callout happy
3 case "$*" in
4 */var/lib/nfs/statd/sm*) : ;;
5 *) exec /bin/rm "$@" ;;
6 esac