search for: abb33f9

Displaying 1 result from an estimated 1 matches for "abb33f9".

Did you mean: ab433f19
2007 Aug 25
0
Bug#412201: [PATCH] Squashed commit of the following:
...on device +# mail: /tmp/mail.RsXXXXpc2eAx: No space left on device +# Null message body; hope that's ok +# +# If this is happening, likely you will want to change the following to be some other +# location, such as /var/tmp +TMP="/tmp" diff --git a/src/logcheck b/src/logcheck index abb33f9..e0c907a 100755 --- a/src/logcheck +++ b/src/logcheck @@ -619,7 +619,7 @@ else fi # Create the secure temporary directory or exit -TMPDIR=$(mktemp -d -p /tmp logcheck.XXXXXX) \ +TMPDIR=$(mktemp -d -p $TMP logcheck.XXXXXX) \ || TMPDIR=$(mktemp -d -p /var/tmp logcheck.XXXXXX) \ || error...