diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-08-19 21:08:20 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-08-19 21:08:20 +0000 |
commit | 87a2e934251a85bb35f8e978627df64900815cca (patch) | |
tree | 6b548b5cae8e45ce3943c8ce7f69f914f2bc0156 /cron-sh/security_check.sh | |
parent | 9e68e560ff12e514a15a3b31e9bf9e95c23eaf62 (diff) | |
download | msec-87a2e934251a85bb35f8e978627df64900815cca.tar msec-87a2e934251a85bb35f8e978627df64900815cca.tar.gz msec-87a2e934251a85bb35f8e978627df64900815cca.tar.bz2 msec-87a2e934251a85bb35f8e978627df64900815cca.tar.xz msec-87a2e934251a85bb35f8e978627df64900815cca.zip |
corrected wording
Diffstat (limited to 'cron-sh/security_check.sh')
-rwxr-xr-x | cron-sh/security_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index ae6d6ca..1e9b5cc 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -289,7 +289,7 @@ if [[ -s ${SECURITY} ]]; then cat ${SECURITY} >> ${SECURITY_LOG} cat ${INFOS} >> ${SECURITY_LOG} - Maillog "*** Security Check on ${hostname}, ${date} ***" "${SECURITY} ${INFOS}" + Maillog "[msec] *** Security Check on ${hostname}, ${date} ***" "${SECURITY} ${INFOS}" fi if [[ -f ${SECURITY} ]]; then |