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.pre-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.pre-install')
-rw-r--r-- | main/logcheck/logcheck.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/logcheck/logcheck.pre-install b/main/logcheck/logcheck.pre-install new file mode 100644 index 000000000..d6ea64154 --- /dev/null +++ b/main/logcheck/logcheck.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +addgroup logcheck 2>/dev/null +adduser -S -H -h /dev/null -s /bin/false -D -G logcheck logcheck 2>/dev/null +exit 0 |