Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 8f2cd3b6c09ef7c3eecaade501aafeec > files > 8

openssh-4.3p2-26.el5.src.rpm

--- openssh-3.9p1/contrib/redhat/sshd.init.foo	2005-01-03 17:22:08.326317216 -0500
+++ openssh-3.9p1/contrib/redhat/sshd.init	2005-01-03 17:22:20.483469048 -0500
@@ -104,7 +104,7 @@
 	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