#! /bin/sh
#
# $Id: socksify.in,v 1.2 2004/07/18 03:14:15 mrsam Exp $
#
# Copyright 2004 Double Precision, Inc.
# See COPYING for distribution information.
#

if test "$LD_PRELOAD" != ""
then
	LD_PRELOAD=" $LD_PRELOAD"
fi
LD_PRELOAD="libsockswrap.so.0${LD_PRELOAD}"
export LD_PRELOAD
exec "$@"
