~ubuntu-branches/ubuntu/utopic/lksctp-tools/utopic-proposed

« back to all changes in this revision

Viewing changes to src/withsctp/withsctp.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-05-12 23:32:14 UTC
  • mfrom: (1.1.11) (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130512233214-unksumf8w0ld3hlo
Tags: 1.0.15+dfsg-1
* New upstream release.
* Remove 01-withsctp-quote-command-line-args.patch, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# -*- sh -*-
3
3
LIBDIR=@libdir@/@PACKAGE@
4
4
BINDIR=@bindir@
5
 
export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.14
 
5
export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.15
6
6
if ! ${BINDIR}/checksctp 2> /dev/null
7
7
then
8
8
    ${BINDIR}/checksctp;