aboutsummaryrefslogtreecommitdiffstats
path: root/main/logcheck/logcheck.pre-install
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2011-03-25 18:19:56 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2011-03-25 18:19:56 +0000
commitc73a4e1a4d50a9ff1fb4fe3808ffa45e11dbdda6 (patch)
tree757a9482f91b80bc2551f1d794a052b8f901569e /main/logcheck/logcheck.pre-install
parent372b345f3b0740be075c4fa41c4bf31540132521 (diff)
parent2d2e02b94b10ee5b4c2afeb69667015f1fc9015f (diff)
downloadaports-c73a4e1a4d50a9ff1fb4fe3808ffa45e11dbdda6.tar.bz2
aports-c73a4e1a4d50a9ff1fb4fe3808ffa45e11dbdda6.tar.xz
Merge git://dev.alpinelinux.org/aports
Diffstat (limited to 'main/logcheck/logcheck.pre-install')
-rw-r--r--main/logcheck/logcheck.pre-install5
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 0000000000..d6ea64154d
--- /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