From 46c44c4aa32d03cbf640edc1e388d7f4a6cc649a Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Fri, 17 Dec 1999 14:17:22 +0000 Subject: *** empty log message *** --- cron-sh/security_check.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cron-sh/security_check.sh') diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index 6f73f72..87c7043 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -15,16 +15,14 @@ if [[ ${CHECK_SECURITY} != yes ]]; then exit 0 fi -SECURITY=`mktemp /tmp/secure.log` +SECURITY=`mktemp /tmp/secure.XXXXXX` SECURITY_LOG="/var/log/security.log" -TMP=`mktemp /tmp/secure.tmp` +TMP=`mktemp /tmp/secure.XXXXXX` if [[ ! -d /var/log/security ]]; then mkdir /var/log/security fi -rm -f ${SECURITY} ${TMP} >& /dev/null - ### Functions ### Syslog() { -- cgit v1.2.1