From 4adb091c2925ab055016a27142a5cb258527ee9e Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 24 Apr 2001 00:03:58 +0000 Subject: - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net --- contrib/solaris/postinstall.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/solaris') diff --git a/contrib/solaris/postinstall.in b/contrib/solaris/postinstall.in index 834b5b204..6f2c9b303 100644 --- a/contrib/solaris/postinstall.in +++ b/contrib/solaris/postinstall.in @@ -123,7 +123,7 @@ else instbackup ${CONFDIR} ssh_config NEWCONF=1 fi - if [ ! -r "${CONFDIR}/ssh_config" ]; then + if [ ! -r "${CONFDIR}/sshd_config" ]; then instbackup ${CONFDIR} sshd_config NEWCONF=1 fi -- cgit v1.2.3