aports/testing/dcc/dcc.pre-install
Duncan Bellamy 9e08e31a8f testing/dcc: new aport
Add aport for dcc-servers.net dcc software. The default config has been
changed to common settings and to listen for requests from 127.0.0.1
2020-02-22 19:48:16 +00:00

7 lines
126 B
Bash

#!/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