Package: auctex Version: 13.2-1 Invoking
/usr/sbin/update-auctex-elisp --daemon
creates and leaves behind INITFILE in /, from
if [ -n "${DAEMON_MODE}" -a "${DAEMON_MODE}" = 'true' ]; then
export _UPDATE_AUCTEX_ELISP_DAEMON_MODE=${DAEMON_MODE}
cd / && nohup ${0} ${_FLAVORS} </dev/null &>/dev/null &
and
INITFILE=$(mktemp ./XXXXXXXX-el)
Perhaps best to always create INITFILE in /tmp?
This is with current Debian testing/unstable.
Best
-k

