diff options
| author | Duane Hughes <duanejevon@gmail.com> | 2011-01-28 09:30:25 +0000 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2011-02-03 13:17:00 +0200 |
| commit | 3a33e83a57527cd4865bb8e4064d4ad2b3370bc8 (patch) | |
| tree | 339f493aeb7433f2b5f36aa27b35b8b1104c34d5 /testing/logcheck/logcheck.post-install | |
| parent | 4514927cd69fa42fab58c04a9dd3ff811ffbf1d7 (diff) | |
| download | aports-3a33e83a57527cd4865bb8e4064d4ad2b3370bc8.tar.bz2 aports-3a33e83a57527cd4865bb8e4064d4ad2b3370bc8.tar.xz | |
testing/logcheck: new aport
bash scripts for checking log files, ported from debian
Diffstat (limited to 'testing/logcheck/logcheck.post-install')
| -rw-r--r-- | testing/logcheck/logcheck.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/logcheck/logcheck.post-install b/testing/logcheck/logcheck.post-install new file mode 100644 index 000000000..c3439021c --- /dev/null +++ b/testing/logcheck/logcheck.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +chown -R logcheck /etc/logcheck /var/lock/logcheck /var/lib/logcheck |
