From f4806920562ae4db7096109754c8f9c83db52d62 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 23 Aug 2002 10:58:44 +0000 Subject: sync with 2.2 branch (This used to be commit 52924c064dc649032619c52e5cc915ca74e3aa10) --- packaging/SGI/winbindd.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packaging') diff --git a/packaging/SGI/winbindd.rc b/packaging/SGI/winbindd.rc index c63944a04d..deb4708c66 100644 --- a/packaging/SGI/winbindd.rc +++ b/packaging/SGI/winbindd.rc @@ -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 -- cgit