Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Berndt Josef Wulf <wulf@netbsd.org>
List: pkgsrc-changes
Date: 03/10/2001 02:27:37
Module Name:	pkgsrc
Committed By:	wulf
Date:		Sat Mar 10 00:27:37 UTC 2001

Modified Files:
	pkgsrc/devel/kdbg/files: patch-sum
Added Files:
	pkgsrc/devel/kdbg/patches: patch-ab

Log Message:
NetBSD's "sh" shell is not POSIX compliant reporting

trap: Illegal number: INT

in debug screen due to the execution of "trap \"\" INT QUIT TSTP"
in ./kdbg/mainwndbase.cpp:565

Added pre-processor for NetBSD that uses "trap \"\" 2 3 18" instead.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/kdbg/files/patch-sum
cvs rdiff -r0 -r1.1 pkgsrc/devel/kdbg/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.