From 24bf006d5224e59d2d073ca4a7cb2df838c4c6c7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Oct 1998 12:37:31 +0000 Subject: the guts of the smbwrapper code. I may change the layout of this at some stage. (This used to be commit 3f34a3cac817de19d227c36bc792db8b2c3798f9) --- source3/smbwrapper/smbsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 source3/smbwrapper/smbsh (limited to 'source3/smbwrapper/smbsh') 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 -- cgit