freebsd-ports/security/ssh2/files/patch-apps::ssh::sshfilecopy.c
Marius Strobl ef8176da90 - Switch to a rc.d startup script.
- Move the generation of the host key (if not present) from the package/
  port installation to the startup script in order to be in line with
  what the base OpenSSH and the OpenSSH-portable port do.
- Flush stdout when updating the transfer progress bar of sftp2 and scp2
  so the info displayed is up to date. [1]
- Remove obsolete USE_REINPLACE, remove trailing white space in Makefile.

PR:		91262 [1]
Approved by:	netchild
2006-02-19 22:56:35 +00:00

10 lines
233 B
C

--- apps/ssh/sshfilecopy.c.orig Wed Dec 3 14:17:25 2003
+++ apps/ssh/sshfilecopy.c Sun Feb 19 20:33:18 2006
@@ -915,6 +915,7 @@
/* This file is at it's end. */
fprintf(stdout, "\r\n");
}
+ fflush(stdout);
}