Subject: Control-C problems in Linux with pkgsrc
To: None <tech-pkg@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 09/03/2003 09:29:56
Hi!

I'm using pkgsrc with Slackware. For some reason ^C does not
work correctly inside pkgsrc. As an example, if I do this

cd /usr/pkgsrc
bmake clean
^C

the make continues its operation. Any ideas what's wrong? I'm using
the same /root/.bash* files as in NetBSD so I don't think I have blocked
any of the signals...

Martti