diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 10:42:12 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 10:42:12 +0000 |
commit | d1063e281e6d20c36a03455baa86b9eafd594510 (patch) | |
tree | bf8e76379b07a69daa895bfecfbc6bde7619a8ba /community/wt/wt.pre-install | |
parent | 83f3b2fd58792182537307e12b66d322f381d826 (diff) | |
download | aports-d1063e281e6d20c36a03455baa86b9eafd594510.tar.bz2 aports-d1063e281e6d20c36a03455baa86b9eafd594510.tar.xz |
community/wt: upgrade to 3.3.6, moved from testing
Diffstat (limited to 'community/wt/wt.pre-install')
-rw-r--r-- | community/wt/wt.pre-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/wt/wt.pre-install b/community/wt/wt.pre-install new file mode 100644 index 0000000000..35ff869a34 --- /dev/null +++ b/community/wt/wt.pre-install @@ -0,0 +1,8 @@ +#!/bin/sh + +addgroup -S -g 82 www-data 2>/dev/null +addgroup -S wt 2>/dev/null +adduser -S -D -H -s /sbin/nologin -G wt -g wt wt 2>/dev/null +addgroup wt www-data 2>/dev/null + +exit 0 |