summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-08-23 10:58:44 +0000
committerHerb Lewis <herb@samba.org>2002-08-23 10:58:44 +0000
commitf4806920562ae4db7096109754c8f9c83db52d62 (patch)
tree649f795421e1f81b30ddf23c42a58c472d3cf46f /packaging
parent8462dbb933ec66f5756ee3a76152c32bacf746a4 (diff)
downloadsamba-f4806920562ae4db7096109754c8f9c83db52d62.tar.gz
samba-f4806920562ae4db7096109754c8f9c83db52d62.tar.bz2
samba-f4806920562ae4db7096109754c8f9c83db52d62.zip
sync with 2.2 branch
(This used to be commit 52924c064dc649032619c52e5cc915ca74e3aa10)
Diffstat (limited to 'packaging')
-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