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
..
exec.c FTP wildcard depends code, initial commit. 2000-01-19 23:28:28 +00:00
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 - Comment code 1999-12-01 14:51:50 +00:00
Makefile Allow SRCS, LDADD to be set on the command line, and still add the files. 2000-10-09 17:03:20 +00:00
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 * Move comment around a bit 2000-07-05 20:17:04 +00:00
str.c remove stale debugging code 2000-06-18 01:31:23 +00:00