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 --- ChangeLog | 3 ++- contrib/solaris/postinstall.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 385b0d03..ed51225f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll + - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net 20010422 - OpenBSD CVS Sync @@ -5235,4 +5236,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1164 2001/04/23 22:39:42 mouring Exp $ +$Id: ChangeLog,v 1.1165 2001/04/24 00:03:58 mouring Exp $ diff --git a/contrib/solaris/postinstall.in b/contrib/solaris/postinstall.in index 834b5b20..6f2c9b30 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