repo.or.cz
/
lksctp-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release lksctp-tools-1.0.15
[lksctp-tools.git]
/
src
/
withsctp
/
withsctp.in
blob
a90b1317f5de78d6dacf90a4c4a323990c8780f4
1
#!/bin/sh
2
# -*- sh -*-
3
LIBDIR
=
@libdir@
/
@PACKAGE@
4
BINDIR
=
@bindir@
5
export
LD_PRELOAD
=
${LIBDIR}
/
libwithsctp.so
.1.0.15
6
if
!
${BINDIR}
/
checksctp
2
> /
dev
/
null
7
then
8
${BINDIR}
/
checksctp
;
9
exit
1
;
10
fi
11
12
exec
"$@"