diff options
author | tcely <tcely@users.noreply.github.com> | 2019-04-20 18:21:13 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-22 20:14:22 +0000 |
commit | 49bb78227da540ae8801f17c72d52a3beec8b288 (patch) | |
tree | c1f35667fa57b6478ce3a5676129b7ad7fc7ab76 /testing/knot-resolver4/knot-resolver4.pre-install | |
parent | 49170a4234d9416d2fd87106d13d33550b022fcc (diff) | |
download | aports-49bb78227da540ae8801f17c72d52a3beec8b288.tar.bz2 aports-49bb78227da540ae8801f17c72d52a3beec8b288.tar.xz |
testing/knot-resolver4: new aport
https://www.knot-resolver.cz/
Minimalistic caching DNS resolver implementation
This is for testing the major upgrade from 3.2.1.
* add -openrc files
Diffstat (limited to 'testing/knot-resolver4/knot-resolver4.pre-install')
-rw-r--r-- | testing/knot-resolver4/knot-resolver4.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/knot-resolver4/knot-resolver4.pre-install b/testing/knot-resolver4/knot-resolver4.pre-install new file mode 100644 index 0000000000..638c4c7310 --- /dev/null +++ b/testing/knot-resolver4/knot-resolver4.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S kresd 2>/dev/null +adduser -S -D -H -h /var/lib/knot-resolver -s /sbin/nologin -G kresd -g kresd kresd 2>/dev/null + +exit 0 |