Subject: CVS commit: basesrc/usr.bin/lorder
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 09/28/2001 17:41:45
Module Name:	basesrc
Committed By:	tv
Date:		Fri Sep 28 14:41:44 UTC 2001

Modified Files:
	basesrc/usr.bin/lorder: lorder.sh

Log Message:
Use "trap ... 0" instead of "trap ... EXIT", and use numeric signals for
"trap ... HUP ..." if the named signals cause the trap statement to fail.
This improves backwards compatibility of this script.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/lorder/lorder.sh

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