aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stunnel/stunnel.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-18 13:10:29 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-18 13:11:00 +0200
commitd807169e43c8f4017474cd78e56c1765b86018a4 (patch)
tree5f105a8f962b3006555ffda1707817fed30f8282 /testing/stunnel/stunnel.pre-install
parent0872509c4fa881ef7528e2b1302a1b42417edc1a (diff)
downloadaports-d807169e43c8f4017474cd78e56c1765b86018a4.tar.bz2
aports-d807169e43c8f4017474cd78e56c1765b86018a4.tar.xz
testing/stunnel: upgrade to 5.22
Diffstat (limited to 'testing/stunnel/stunnel.pre-install')
-rw-r--r--testing/stunnel/stunnel.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/stunnel/stunnel.pre-install b/testing/stunnel/stunnel.pre-install
new file mode 100644
index 0000000000..2631cc4c8b
--- /dev/null
+++ b/testing/stunnel/stunnel.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S stunnel 2>/dev/null
+adduser -S -H -h /dev/null -s /sbin/nologin -D -G stunnel stunnel 2>/dev/null
+exit 0