sync'ing up for 3.0alpha20 release
[kai/samba.git] / packaging / SGI / winbindd.rc
index c63944a04d944eb690b4f4a0efe8f41c8e7bdd94..deb4708c667286e22085c9865162de11b940a362 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 #
-# winbindd server control
+# winbindd control
 #
 
 IS_ON=/etc/chkconfig
@@ -21,7 +21,7 @@ fi
 
 case $1 in
 'start')
-       if $IS_ON winbindd && test -x $WINBINDD; then
+       if $IS_ON winbind && test -x $WINBINDD; then
            $KILLALL -15 winbindd
            $ECHO "winbindd:\c"
            $WINBINDD ; $ECHO " winbindd."
@@ -33,6 +33,6 @@ case $1 in
        exit 0
        ;;
 *)
-       echo "usage: /etc/init.d/winbindd {start|stop}"
+       echo "usage: /etc/init.d/winbind {start|stop}"
        ;;
 esac