Subject: Re: PR 6010 (most fatal errors in pkg_install progs are unreachable)
To: None <jbernard@ox.mines.edu>
From: Hubert Feyrer <hubert.feyrer@rrzc1.rz.uni-regensburg.de>
List: tech-pkg
Date: 08/24/1998 13:38:13
looking at PR 6010, I wonder why the cleanup() in delete/perform.c 
shouldn't account for being used as signal handler as well (similar to 
the other cleanup()-functions), and exit() in that case. Something like

	cleanup()
	{
		if (signo)
			exit(1);
		else
			return;
	}

(Besides this looks good to me)


 - Hubert

--
Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>