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:
parent
c9305f1c64
commit
5373c58212
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user