From ce636e6686b051fb21a68dac5fac771c9fe93b5f Mon Sep 17 00:00:00 2001 From: Dennis Przytarski Date: Tue, 18 Aug 2015 11:49:51 +0000 Subject: testing/knot: fixed pre-install script the option G is unrecognized for addgroup --- testing/knot/APKBUILD | 2 +- testing/knot/knot.pre-install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/knot/APKBUILD b/testing/knot/APKBUILD index 0ed5305d81..d4a9e7a99a 100644 --- a/testing/knot/APKBUILD +++ b/testing/knot/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista pkgname=knot pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="An high-performance authoritative-only DNS server" url="https://www.knot-dns.cz" arch="all" diff --git a/testing/knot/knot.pre-install b/testing/knot/knot.pre-install index 6341b31360..57bc7044f7 100644 --- a/testing/knot/knot.pre-install +++ b/testing/knot/knot.pre-install @@ -1,6 +1,6 @@ #!/bin/sh -addgroup -G knot 2>/dev/null +addgroup -S knot 2>/dev/null adduser -s /sbin/nologin -G knot -S -D -H knot 2>/dev/null exit 0 -- cgit v1.2.3