1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

warn user if LIBDIR isn't set right

(This used to be commit 70c2eb1ed93f4691e73e8ab32d81f50ea8785e2c)
This commit is contained in:
Andrew Tridgell 1998-10-04 15:02:15 +00:00
parent 4f31812714
commit 12112bd873

View File

@ -1,6 +1,11 @@
#!/bin/sh
LIBDIR=/home/tridge/samba/cvs/source/smbwrapper
LIBDIR=/home/tridge/samba/source/smbwrapper
if [ ! -f $LIBDIR/smbwrapper.so ]; then
echo You need to set LIBDIR in smbsh
exit
fi
# a simple launcher for the smbwrapper.so preloadde library