K 10 svn:author V 5 green K 8 svn:date V 27 2002-05-14T23:15:42.000000Z K 7 svn:log V 279 o Clean up tmp file usage a little by using mkstemp(3) instead of mktemp(3). It would be amazingly unlikely, but the former method could result in a symlink attack. A better solution would use ${TMPDIR}, though. o Make sed not overwrite old backup files with no warning. END