diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/redhat/sshd.init | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20100827 | ||
2 | - (dtucker) [contrib/redhat/sshd.init] Bug #1810: initlog is deprecated, | ||
3 | remove. Patch from martynas at venck us | ||
4 | |||
1 | 20100823 | 5 | 20100823 |
2 | - (djm) Release OpenSSH-5.6p1 | 6 | - (djm) Release OpenSSH-5.6p1 |
3 | 7 | ||
diff --git a/contrib/redhat/sshd.init b/contrib/redhat/sshd.init index e5d837cbc..854aff665 100755 --- a/contrib/redhat/sshd.init +++ b/contrib/redhat/sshd.init | |||
@@ -104,7 +104,7 @@ start() | |||
104 | do_dsa_keygen | 104 | do_dsa_keygen |
105 | 105 | ||
106 | echo -n $"Starting $prog:" | 106 | echo -n $"Starting $prog:" |
107 | initlog -c "$SSHD $OPTIONS" && success || failure | 107 | $SSHD $OPTIONS && success || failure |
108 | RETVAL=$? | 108 | RETVAL=$? |
109 | [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd | 109 | [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd |
110 | echo | 110 | echo |