aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot/knot.pre-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:05:26 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:12:51 +0000
commit1b54ef361d3f88a6303bdc6f034c427d3fc340cd (patch)
tree8601d0a539998f6deda00baac6c219fbb0e72107 /community/knot/knot.pre-install
parentf735580871e2f3203fbc3acc12e330ae4a09bbe8 (diff)
downloadaports-1b54ef361d3f88a6303bdc6f034c427d3fc340cd.tar.bz2
aports-1b54ef361d3f88a6303bdc6f034c427d3fc340cd.tar.xz
community/know: moved from testing, upgrade to 2.3.0
Diffstat (limited to 'community/knot/knot.pre-install')
-rw-r--r--community/knot/knot.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/knot/knot.pre-install b/community/knot/knot.pre-install
new file mode 100644
index 0000000000..6fc6e21461
--- /dev/null
+++ b/community/knot/knot.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S knot 2>/dev/null
+adduser -S -D -H -s /sbin/nologin -G knot -g knot knot 2>/dev/null
+
+exit 0