1*b819cea2SGordon Ross 2*b819cea2SGordon Ross# 3*b819cea2SGordon Ross# This file and its contents are supplied under the terms of the 4*b819cea2SGordon Ross# Common Development and Distribution License ("CDDL"), version 1.0. 5*b819cea2SGordon Ross# You may only use this file in accordance with the terms of version 6*b819cea2SGordon Ross# 1.0 of the CDDL. 7*b819cea2SGordon Ross# 8*b819cea2SGordon Ross# A full copy of the text of the CDDL should have accompanied this 9*b819cea2SGordon Ross# source. A copy of the CDDL is also available via the Internet at 10*b819cea2SGordon Ross# http://www.illumos.org/license/CDDL. 11*b819cea2SGordon Ross# 12*b819cea2SGordon Ross 13*b819cea2SGordon Ross# 14*b819cea2SGordon Ross# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 15*b819cea2SGordon Ross# 16*b819cea2SGordon Ross 17*b819cea2SGordon Ross# set -o emacs 18*b819cea2SGordon Ross 19*b819cea2SGordon Rosssetenv SMBD_DOOR_NAME /tmp/fksmbd_door 20*b819cea2SGordon Rosssetenv SMB_SHARE_DNAME /tmp/fksmbshare_door 21*b819cea2SGordon Ross 22*b819cea2SGordon Ross# fksmbd is always 32-bit 23*b819cea2SGordon Rosssetenv LD_LIBRARY_PATH ${ROOT}/usr/lib/smbsrv:${ROOT}/usr/lib:${ROOT}/lib 24*b819cea2SGordon Ross 25*b819cea2SGordon Rossecho 'Do one of: attach ${PID}' 26*b819cea2SGordon Rossecho 'or: debug ${ROOT}/usr/lib/smbsrv/fksmbd' 27