aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/audit/init.d/auditd.cron
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/audit/init.d/auditd.cron')
-rw-r--r--framework/src/audit/init.d/auditd.cron14
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/src/audit/init.d/auditd.cron b/framework/src/audit/init.d/auditd.cron
deleted file mode 100644
index 7b898697..00000000
--- a/framework/src/audit/init.d/auditd.cron
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-##########
-# This script can be installed to get a daily log rotation
-# based on a cron job.
-##########
-
-/sbin/service auditd rotate
-EXITVALUE=$?
-if [ $EXITVALUE != 0 ]; then
- /usr/bin/logger -t auditd "ALERT exited abnormally with [$EXITVALUE]"
-fi
-exit 0
-