Turbo Fredriksson wrote: > This is the line in the postinst: > > ----- s n i p p ----- > TMP_FILE=`mktemp -q /tmp/$0.XXXXXX` > if [ $? -ne 0 ]; then > echo "$0: Can't create temp file, exiting..." > exit 1 > fi > ----- s n i p p ----- > > What have I missed? (This is _EXACLY_ as it says in the 'mktemp' manual > page!!!)
Yes, that should be safe. Lintian probably just does a simple check. You should mail the maintainers and ask for a lintian "override" for your package. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

