sync with 2.2 branch
authorHerb Lewis <herb@samba.org>
Fri, 23 Aug 2002 10:58:44 +0000 (10:58 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 23 Aug 2002 10:58:44 +0000 (10:58 +0000)
(This used to be commit 52924c064dc649032619c52e5cc915ca74e3aa10)

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