summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 04:44:31 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 04:44:31 +0000
commit5e35eea9393ca00d4d356521f90263b9ea133bb0 (patch)
tree89850404dd183dbbb80d23b7cc30d97d905b032d /source3/smbwrapper
parentc61a011006ae91cd1befbf02966d5e67292f35bc (diff)
downloadsamba-5e35eea9393ca00d4d356521f90263b9ea133bb0.tar.gz
samba-5e35eea9393ca00d4d356521f90263b9ea133bb0.tar.bz2
samba-5e35eea9393ca00d4d356521f90263b9ea133bb0.zip
some changes for OSF1 support in smbwrapper (just preliminary changes,
doesn't work yet) (This used to be commit ffa7d0461fa6628302ddf5590a42cca60ec8b90b)
Diffstat (limited to 'source3/smbwrapper')
-rw-r--r--source3/smbwrapper/smbsh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/smbwrapper/smbsh.in b/source3/smbwrapper/smbsh.in
index 19e73dca80..323f091699 100644
--- a/source3/smbwrapper/smbsh.in
+++ b/source3/smbwrapper/smbsh.in
@@ -39,6 +39,10 @@ case "$host_os" in
export _RLDN32_LIST
export _RLD_LIST
;;
+ *osf*)
+ _RLD_LIST=$SMBW_LIBDIR/smbwrapper.so:DEFAULT
+ export _RLD_LIST
+ ;;
*)
LD_PRELOAD=$SMBW_LIBDIR/smbwrapper.so
export LD_PRELOAD