mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
- (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
This commit is contained in:
parent
3432834ca4
commit
4adb091c29
@ -7,6 +7,7 @@
|
|||||||
- (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
|
- (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
|
||||||
- (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
|
- (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
|
||||||
<dan@mesastate.edu>
|
<dan@mesastate.edu>
|
||||||
|
- (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
|
||||||
|
|
||||||
20010422
|
20010422
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -5235,4 +5236,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
@ -123,7 +123,7 @@ else
|
|||||||
instbackup ${CONFDIR} ssh_config
|
instbackup ${CONFDIR} ssh_config
|
||||||
NEWCONF=1
|
NEWCONF=1
|
||||||
fi
|
fi
|
||||||
if [ ! -r "${CONFDIR}/ssh_config" ]; then
|
if [ ! -r "${CONFDIR}/sshd_config" ]; then
|
||||||
instbackup ${CONFDIR} sshd_config
|
instbackup ${CONFDIR} sshd_config
|
||||||
NEWCONF=1
|
NEWCONF=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user