From 49623523d0b2874b8a64e1fc05672bde94c6a057 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 21 Jul 2015 14:58:28 +0000 Subject: testing/wt: new aport --- testing/wt/wt.pre-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing/wt/wt.pre-install (limited to 'testing/wt/wt.pre-install') diff --git a/testing/wt/wt.pre-install b/testing/wt/wt.pre-install new file mode 100644 index 0000000000..ad7cbed654 --- /dev/null +++ b/testing/wt/wt.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh +addgroup -g 82 -S www-data 2>/dev/null +adduser -H -s /sbin/nologin -D wt 2>/dev/null +addgroup wt www-data 2>/dev/null +exit 0 -- cgit v1.2.3