1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

fix bug config file path in winbind init script (bug #237)

(This used to be commit 92b59848ca)
This commit is contained in:
Gerald Carter 2003-07-25 02:24:47 +00:00
parent c9305f1c64
commit 5373c58212

View File

@ -19,16 +19,11 @@ fi
# Check that networking is up.
[ ${NETWORKING} = "no" ] && exit 0
CONFIG=/etc/samba/smb.conf
# Check that smb.conf exists.
[ -f $CONFIG ] || exit 0
RETVAL=0
CONFIG=/usr/local/samba/lib/smb.conf
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/samba/sbin:/usr/local/samba/bin
export PATH
start() {
echo -n "Starting Winbind services: "
RETVAL=1