summaryrefslogtreecommitdiff
path: root/contrib/redhat/sshd.init
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-11-07 16:41:41 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-11-07 16:41:41 +0000
commit89ef41a7848612af76b477b9018d178e38edb415 (patch)
tree6d13b4e5f86a3ee0635c238e9a8a6b83cf270544 /contrib/redhat/sshd.init
parentdf4a7aee788cb35d50ea049c490c16ea257c4496 (diff)
- (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
Mark Miller <markm@swoon.net> - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by Jarno Huuskonen <jhuuskon@messi.uku.fi>
Diffstat (limited to 'contrib/redhat/sshd.init')
-rwxr-xr-xcontrib/redhat/sshd.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/redhat/sshd.init b/contrib/redhat/sshd.init
index 83c10a885..41f98ad88 100755
--- a/contrib/redhat/sshd.init
+++ b/contrib/redhat/sshd.init
@@ -72,6 +72,7 @@ case "$1" in
72 echo -n "Shutting down sshd: " 72 echo -n "Shutting down sshd: "
73 if [ -f $PID_FILE ] ; then 73 if [ -f $PID_FILE ] ; then
74 killproc sshd 74 killproc sshd
75 RETVAL=$?
75 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd 76 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
76 fi 77 fi
77 echo 78 echo