NetBSD/usr.sbin/pkg_install/lib
hubertf b09f22f48f When downloading and extracting a file (in ftp:
'get pkg.tgz "| cd /var/tmp/inst ; gunzip | tar -x -f -"'), handle
two cases better:

1. Timing out ftp connections: Make sure the hanging pipeline gets a ^C
   (SIGINT), and wait until the ftp prompt is available again. Else we
   may nuke away tar's working dir, and it may be displeased.
2. One of the commands from the pipeline exiting: caught via SIGCHLD;
   for this signal to be delivered, a empty handler is needed)

Adresses PR 10925 by Greg A. Woods <woods@planix.com>
2000-09-01 04:42:57 +00:00
..
exec.c FTP wildcard depends code, initial commit. 2000-01-19 23:28:28 +00:00
file.c Hide "trying PKG_PATH ..." message, only print on -v 2000-08-28 15:39:35 +00:00
ftpio.c When downloading and extracting a file (in ftp: 2000-09-01 04:42:57 +00:00
global.c Bring closer to /usr/share/misc/style with the aid of indent(1). 1999-08-24 00:48:37 +00:00
lib.h * Make a few functions public so this code can be used by other programs 2000-08-28 21:35:14 +00:00
lpkg.c - Comment code 1999-12-01 14:51:50 +00:00
Makefile FTP wildcard depends code, initial commit. 2000-01-19 23:28:28 +00:00
pen.c handle NULL pen variable more gracefully in find_play_pen() 2000-07-24 02:54:22 +00:00
pkgdb.c be sure to set pkgdbp to NULL after closing the db. 2000-06-19 13:28:06 +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