summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbsh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-02 12:37:31 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-02 12:37:31 +0000
commit24bf006d5224e59d2d073ca4a7cb2df838c4c6c7 (patch)
tree67360075f9d28f60661056afb9b5a335c5b7b86b /source3/smbwrapper/smbsh
parent019c8d2fdda74dc03d9089eacfbd2b77e1056169 (diff)
downloadsamba-24bf006d5224e59d2d073ca4a7cb2df838c4c6c7.tar.gz
samba-24bf006d5224e59d2d073ca4a7cb2df838c4c6c7.tar.bz2
samba-24bf006d5224e59d2d073ca4a7cb2df838c4c6c7.zip
the guts of the smbwrapper code. I may change the layout of this at
some stage. (This used to be commit 3f34a3cac817de19d227c36bc792db8b2c3798f9)
Diffstat (limited to 'source3/smbwrapper/smbsh')
-rwxr-xr-xsource3/smbwrapper/smbsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/smbwrapper/smbsh b/source3/smbwrapper/smbsh
new file mode 100755
index 0000000000..f2cceb1ccb
--- /dev/null
+++ b/source3/smbwrapper/smbsh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# a simple launcher for the smbwrapper.so preloadde library
+
+export LD_PRELOAD=$PWD/smbwrapper/smbwrapper.so
+bash