fix bug config file path in winbind init script (bug #237)
authorGerald Carter <jerry@samba.org>
Fri, 25 Jul 2003 02:24:47 +0000 (02:24 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 25 Jul 2003 02:24:47 +0000 (02:24 +0000)
(This used to be commit 92b59848ca9cfab52b9434e364bcaa1dad2afbaf)

packaging/RedHat/winbind.init

index 17ddbd502b367f1d0041fed76732801c0397db78..e5680726e7857182cbfc30eea889594bd0ecd6b7 100644 (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