index
:
samba
debian
progress-linux
upstream
debian 12 backports: samba
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
tests
/
UNIT
/
eventscripts
/
stubs
/
timeout
blob: 26132eebd7cd728ff1b7fa74fce28cbf301776a1 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
if
[
-n
"
$FAKE_TIMEOUT
"
]
;
then
exit
124
else
shift
1
exec
"
$@
"
fi