diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-24 00:03:58 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-24 00:03:58 +0000 |
commit | 4adb091c2925ab055016a27142a5cb258527ee9e (patch) | |
tree | 8e74631ac4f8e17a5b8bae25416b8444cfbaa604 | |
parent | 3432834ca429e9ad7208ece2e72e16c5cef5607e (diff) |
- (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | contrib/solaris/postinstall.in | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -7,6 +7,7 @@ | |||
7 | - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD | 7 | - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD |
8 | - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll | 8 | - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll |
9 | <dan@mesastate.edu> | 9 | <dan@mesastate.edu> |
10 | - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net | ||
10 | 11 | ||
11 | 20010422 | 12 | 20010422 |
12 | - OpenBSD CVS Sync | 13 | - OpenBSD CVS Sync |
@@ -5235,4 +5236,4 @@ | |||
5235 | - Wrote replacements for strlcpy and mkdtemp | 5236 | - Wrote replacements for strlcpy and mkdtemp |
5236 | - Released 1.0pre1 | 5237 | - Released 1.0pre1 |
5237 | 5238 | ||
5238 | $Id: ChangeLog,v 1.1164 2001/04/23 22:39:42 mouring Exp $ | 5239 | $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 834b5b204..6f2c9b303 100644 --- a/contrib/solaris/postinstall.in +++ b/contrib/solaris/postinstall.in | |||
@@ -123,7 +123,7 @@ else | |||
123 | instbackup ${CONFDIR} ssh_config | 123 | instbackup ${CONFDIR} ssh_config |
124 | NEWCONF=1 | 124 | NEWCONF=1 |
125 | fi | 125 | fi |
126 | if [ ! -r "${CONFDIR}/ssh_config" ]; then | 126 | if [ ! -r "${CONFDIR}/sshd_config" ]; then |
127 | instbackup ${CONFDIR} sshd_config | 127 | instbackup ${CONFDIR} sshd_config |
128 | NEWCONF=1 | 128 | NEWCONF=1 |
129 | fi | 129 | fi |