summaryrefslogtreecommitdiff
path: root/app-admin/logcheck/files/logcheck.cron
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/logcheck/files/logcheck.cron')
-rw-r--r--app-admin/logcheck/files/logcheck.cron10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/logcheck/files/logcheck.cron b/app-admin/logcheck/files/logcheck.cron
deleted file mode 100644
index 3b3f4fcf62bd..000000000000
--- a/app-admin/logcheck/files/logcheck.cron
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-set -e
-
-if [ ! -d /var/lock/logcheck ]; then
- mkdir -p /var/lock/logcheck
-fi
-chown -R logcheck:logcheck /var/lock/logcheck
-
-su -s /bin/bash -c /usr/sbin/logcheck logcheck