repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib: Remove unused functions
[Samba.git]
/
ctdb
/
tests
/
eventscripts
/
stubs
/
rm
blob
64b4d186b65cc1ca443f8949ba667b32ebdfe592
1
#!/bin/sh
2
# Make statd-callout happy
3
case
"$*"
in
4
*/
var
/
lib
/
nfs
/
statd
/
sm
*) : ;;
5
*)
exec
/
bin
/
rm
"$@"
;;
6
esac