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 /main/logcheck/logcheck.post-install | |
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 'main/logcheck/logcheck.post-install')
-rw-r--r-- | main/logcheck/logcheck.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/logcheck/logcheck.post-install b/main/logcheck/logcheck.post-install new file mode 100644 index 0000000000..c3439021c3 --- /dev/null +++ b/main/logcheck/logcheck.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +chown -R logcheck /etc/logcheck /var/lock/logcheck /var/lib/logcheck |