b09f22f48f
'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> |
||
---|---|---|
.. | ||
exec.c | ||
file.c | ||
ftpio.c | ||
global.c | ||
lib.h | ||
lpkg.c | ||
Makefile | ||
pen.c | ||
pkgdb.c | ||
plist.c | ||
str.c |