diff options
author | Duane Hughes <duanejevon@gmail.com> | 2011-03-22 08:30:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-22 21:03:30 +0000 |
commit | 019aab029adea34f90f2811556b8df162c3e7b46 (patch) | |
tree | ae83fe79babb2df7f6a7d658afe1fde6bbd5ef67 /testing/logcheck/logcheck.cron.d | |
parent | acdd8885dd810ddcea0f0dc77b9cb34e66c97709 (diff) | |
download | aports-019aab029adea34f90f2811556b8df162c3e7b46.tar.bz2 aports-019aab029adea34f90f2811556b8df162c3e7b46.tar.xz |
main/{liblockfile|logcheck|lockfile-progs}: moving to main branch
verified operation, moving to main repo
Diffstat (limited to 'testing/logcheck/logcheck.cron.d')
-rw-r--r-- | testing/logcheck/logcheck.cron.d | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/logcheck/logcheck.cron.d b/testing/logcheck/logcheck.cron.d deleted file mode 100644 index 58cd047bb6..0000000000 --- a/testing/logcheck/logcheck.cron.d +++ /dev/null @@ -1,9 +0,0 @@ -# /etc/cron.d/logcheck: crontab entries for the logcheck package - -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -MAILTO=root - -@reboot logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi -2 * * * * logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi - -# EOF |