diff options
Diffstat (limited to 'debian/mailgraph.postinst')
-rw-r--r-- | debian/mailgraph.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index 75ea6c0..31088e0 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -30,7 +30,7 @@ case "$1" in db_get mailgraph/ignore_localhost IGNORE_LOCALHOST=$RET - TEMPFILE=`mktemp` + TEMPFILE=`tempfile -m 644` cat << EOF > $TEMPFILE # This file is sourced by /etc/init.d/mailgraph # |