summaryrefslogtreecommitdiff
path: root/contrib/redhat/sshd.init
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redhat/sshd.init')
-rwxr-xr-xcontrib/redhat/sshd.init4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/redhat/sshd.init b/contrib/redhat/sshd.init
index c9c1c7bfe..efedbfb85 100755
--- a/contrib/redhat/sshd.init
+++ b/contrib/redhat/sshd.init
@@ -15,6 +15,8 @@
15# source function library 15# source function library
16. /etc/rc.d/init.d/functions 16. /etc/rc.d/init.d/functions
17 17
18[ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd
19
18RETVAL=0 20RETVAL=0
19 21
20# Some functions to make the below more readable 22# Some functions to make the below more readable
@@ -104,7 +106,7 @@ case "$1" in
104 106
105 echo -n "Starting sshd: " 107 echo -n "Starting sshd: "
106 if [ ! -f $PID_FILE ] ; then 108 if [ ! -f $PID_FILE ] ; then
107 sshd 109 sshd $OPTIONS
108 RETVAL=$? 110 RETVAL=$?
109 if [ "$RETVAL" = "0" ] ; then 111 if [ "$RETVAL" = "0" ] ; then
110 my_success "sshd startup" "sshd" 112 my_success "sshd startup" "sshd"