From 89ef41a7848612af76b477b9018d178e38edb415 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 7 Nov 2000 16:41:41 +0000 Subject: - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by Mark Miller - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by Jarno Huuskonen --- contrib/redhat/sshd.init-5.x | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/redhat/sshd.init-5.x') diff --git a/contrib/redhat/sshd.init-5.x b/contrib/redhat/sshd.init-5.x index e836b6919..51ded9338 100755 --- a/contrib/redhat/sshd.init-5.x +++ b/contrib/redhat/sshd.init-5.x @@ -39,6 +39,7 @@ case "$1" in echo -n "Shutting down sshd: " if [ -f /var/run/sshd.pid ] ; then killproc sshd + RETVAL=$? fi echo [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd -- cgit v1.2.3