aboutsummaryrefslogtreecommitdiffstats
path: root/community/dcc/dcc.pre-install
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2020-04-08 08:56:29 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-04-09 15:47:52 +0000
commit648ab21b4516654f9faaf4598a322b432c7185f8 (patch)
treea192306f71714c63c10dc91fce8148d602e8f822 /community/dcc/dcc.pre-install
parent4bbfa75acb1b1db835045132a082a7c82a3f3b92 (diff)
testing/dcc: move to community
* change subpackages based on readme and cron script
Diffstat (limited to 'community/dcc/dcc.pre-install')
-rw-r--r--community/dcc/dcc.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/dcc/dcc.pre-install b/community/dcc/dcc.pre-install
new file mode 100644
index 00000000000..7c1e7311d07
--- /dev/null
+++ b/community/dcc/dcc.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S dcc 2>/dev/null
+adduser -S -H -h /var/dcc --gecos "DCC antispam" --ingroup dcc dcc 2>/dev/null
+
+exit 0