summaryrefslogtreecommitdiff
path: root/packaging/SGI
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/SGI')
-rw-r--r--packaging/SGI/winbindd.rc6
1 files changed, 3 insertions, 3 deletions
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