- (dtucker) [contrib/redhat/sshd.init] Bug #1810: initlog is deprecated,

remove.  Patch from martynas at venck us.
This commit is contained in:
Darren Tucker 2010-08-27 10:12:54 +10:00
parent a53620218b
commit 6889abd9ad
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20100827
- (dtucker) [contrib/redhat/sshd.init] Bug #1810: initlog is deprecated,
remove. Patch from martynas at venck us
20100823
- (djm) Release OpenSSH-5.6p1

View File

@ -104,7 +104,7 @@ start()
do_dsa_keygen
echo -n $"Starting $prog:"
initlog -c "$SSHD $OPTIONS" && success || failure
$SSHD $OPTIONS && success || failure
RETVAL=$?
[ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
echo