summaryrefslogtreecommitdiff
path: root/usr.bin/lorder/lorder.sh
AgeCommit message (Collapse)Author
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
2001-06-29use mktemp for temporary files creation, remove unnecessary directoryPeter Valchev
usage, exit appropriately and adjust the trap statements; ok millert
1999-05-21One lorder to bind them all,Marc Espie
in the land of OpenBSD, where the cute daemon rules.
1998-11-22$* -> "$@"David Leonard
1998-09-02if trapped, kill self in same wayTheo de Raadt
1997-01-25do not change PATHTheo de Raadt
1997-01-23Accept ${NM} as an override for nm(1), useful for cross-dev.Niklas Hallqvist
1996-10-12del tmpdir correctly; pr#29; kstailey@dol-esa.govTheo de Raadt
1996-09-30lorder now cleans up its temp directory after a failure.bitblt
1996-09-16kill the race; spotted by bitbltTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt