diff options
author | Juergen Daubert <jue@jue.li> | 2011-06-18 15:59:54 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-06-18 15:59:54 +0200 |
commit | 8293229500295df6b249b1e7fc286ec226942cf6 (patch) | |
tree | 3c983d8153255af8ca12fb6adf716069520391df /stunnel/pre-install | |
parent | c9ea8df8f129d1c95f77cbf81cd786b8820d3843 (diff) | |
download | opt-8293229500295df6b249b1e7fc286ec226942cf6.tar.gz opt-8293229500295df6b249b1e7fc286ec226942cf6.tar.xz |
stunnel: update to 4.37
Diffstat (limited to 'stunnel/pre-install')
-rw-r--r-- | stunnel/pre-install | 6 |
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 + |