mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-11 20:29:32 +00:00
- (dtucker) [contrib/redhat/sshd.init] Bug #1810: initlog is deprecated,
remove. Patch from martynas at venck us.
This commit is contained in:
parent
a53620218b
commit
6889abd9ad
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user