NetBSD/usr.sbin/pkg_install/lib
hubertf fc8a285aa2 Fix timeout in expect():
The FTP coprocess formerly wrote the output of the "get | tar vxf -" pipe
to stderr, which resulted in no output to the feedback pipe (stdout), and
thus the timeout was not updated for any line printed by the "tar" process.
This was now changed to also feed back the chars to the expect() routine,
updating the timeout handler. The "also" part is implemented by passing
the output through "tee /dev/stderr".

At least NetBSD and Solaris have this, so no problem there.

Thanks to Frank van der Linden for helping me to debug this.
2000-11-28 01:16:01 +00:00
..
Makefile
exec.c
file.c Don't swallow '%' in file/directory names. 2000-10-31 23:47:05 +00:00
ftpio.c Fix timeout in expect(): 2000-11-28 01:16:01 +00:00
global.c
lib.h More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
lpkg.c
pen.c Don't mkdir("/usr/tmp") in a desperate try to get some space. 2000-11-26 03:12:01 +00:00
pkgdb.c Introduce some caching. 2000-10-21 00:55:23 +00:00
plist.c
str.c