summaryrefslogtreecommitdiff
path: root/stunnel/pre-install
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-06-18 15:59:54 +0200
committerJuergen Daubert <jue@jue.li>2011-06-18 15:59:54 +0200
commit8293229500295df6b249b1e7fc286ec226942cf6 (patch)
tree3c983d8153255af8ca12fb6adf716069520391df /stunnel/pre-install
parentc9ea8df8f129d1c95f77cbf81cd786b8820d3843 (diff)
downloadopt-8293229500295df6b249b1e7fc286ec226942cf6.tar.gz
opt-8293229500295df6b249b1e7fc286ec226942cf6.tar.xz
stunnel: update to 4.37
Diffstat (limited to 'stunnel/pre-install')
-rw-r--r--stunnel/pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/stunnel/pre-install b/stunnel/pre-install
new file mode 100644
index 000000000..55132b004
--- /dev/null
+++ b/stunnel/pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+getent group stunnel || /usr/sbin/groupadd -g 48 stunnel
+getent passwd stunnel || /usr/sbin/useradd -g stunnel -u 48 -d /var/spool/stunnel -s /bin/false stunnel
+/usr/bin/passwd -l stunnel
+

Generated by cgit