Codebase list debian-goodies / 5f817ea
dman: Don't store temporary files in the current directory Use $TMPDIR with fallback to /tmp/ instead. Thanks to Paul Wise for the bug report! Closes: #861586 Axel Beckert 6 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 * Add a missed bug report number to the previous changelog entry.
44 * Update debman.1 and debget.pod with regards to the <pkg>=<version>
55 syntax which is possible since 0.71. (See #453052)
6 * dman: Don't store temporary files in the current directory, use
7 $TMPDIR with fallback to /tmp/ instead. Thanks to Paul Wise for the
8 bug report! (Closes: #861586)
69
710 [ Antoine Beaupré ]
811 * Try unspecified suite for upstream manpages. (Closes: #861522)
6262
6363 BASE_URL="https://manpages.debian.org"
6464
65 mandir=`mktemp -d dman.XXXXXX`
65 mandir=`mktemp --tmpdir="${TMPDIR:-/tmp}" -d dman.XXXXXX`
6666 trap "rm -rf $mandir" EXIT HUP INT QUIT TERM
6767 man="$mandir/$PAGE"
6868 # be careful not to add too many entries in this loop, as each hit can