From 8cf02ef57b2d33efa26dd8d03e74548c81ce2725 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Thu, 9 Dec 1999 10:07:56 +0000 Subject: *** empty log message *** --- cron-sh/diff_check.sh | 4 ++-- cron-sh/security_check.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'cron-sh') diff --git a/cron-sh/diff_check.sh b/cron-sh/diff_check.sh index bef14be..4d6c89f 100755 --- a/cron-sh/diff_check.sh +++ b/cron-sh/diff_check.sh @@ -229,8 +229,8 @@ fi if [ -s ${TMP} ]; then Syslog ${TMP} Ttylog ${TMP} - date=`date` - echo -n "\n\n*** ${date} ***\n" >> ${SECURITY_LOG} + date=`date` + echo -e "\n\n*** Diff Check, ${date} ***\n" >> ${SECURITY_LOG} cat ${TMP} >> ${SECURITY_LOG} fi diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index 0aebc15..cbcff0f 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -270,6 +270,8 @@ fi # end of CHECK_SECURITY if [ -s ${SECURITY} ]; then Syslog ${SECURITY} Ttylog ${SECURITY} + date=`date` + echo -e "\n\n*** Diff Check, ${date} ***\n" >> ${SECURITY_LOG} cat ${SECURITY} >> ${SECURITY_LOG} fi -- cgit v1.2.1