PATCH: Round 2: RH initscripts backward compatibility

Mate Wierdl mw at moni.msci.memphis.edu
Tue Feb 20 03:26:17 EST 2001


On Sun, Feb 18, 2001 at 03:26:03AM -0500, Jim Knoble wrote:
> +if [ -f /etc/init.d/sshd-functions ]; then
> +	. /etc/init.d/functions
> +else
> +	. /etc/rc.d/init.d/functions
> +fi

So you check for the existence of sshd-functions, but you source
functions? (I have not seen the whole init file just this patch, so
maybe this is correct)

Mate





More information about the openssh-unix-dev mailing list