mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
parent
ae49fe64ca
commit
c42f7cfd16
@ -2,6 +2,8 @@
|
|||||||
- (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
|
- (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
|
||||||
- (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
|
- (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
|
||||||
to -h on testing for /bin being symbolic link
|
to -h on testing for /bin being symbolic link
|
||||||
|
- (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
|
||||||
|
Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
20020411
|
20020411
|
||||||
- (stevesk) [auth-sia.c] cleanup
|
- (stevesk) [auth-sia.c] cleanup
|
||||||
@ -8227,4 +8229,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2048 2002/04/12 17:26:21 tim Exp $
|
$Id: ChangeLog,v 1.2049 2002/04/12 17:44:13 mouring Exp $
|
||||||
|
@ -434,9 +434,9 @@ then
|
|||||||
then
|
then
|
||||||
if [ "${with_comment}" -eq 0 ]
|
if [ "${with_comment}" -eq 0 ]
|
||||||
then
|
then
|
||||||
echo 'ssh stream tcp nowait root /usr/sbin/sshd -i' >> "${_inetcnf}"
|
echo 'ssh stream tcp nowait root /usr/sbin/sshd sshd -i' >> "${_inetcnf}"
|
||||||
else
|
else
|
||||||
echo '# ssh stream tcp nowait root /usr/sbin/sshd -i' >> "${_inetcnf}"
|
echo '# ssh stream tcp nowait root /usr/sbin/sshd sshd -i' >> "${_inetcnf}"
|
||||||
fi
|
fi
|
||||||
echo "Added ssh to ${_inetcnf}"
|
echo "Added ssh to ${_inetcnf}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user