aboutsummaryrefslogtreecommitdiffstats
path: root/community/dcc/dcc.pre-install
blob: 7c1e7311d07a054e472460de6ea3e44cfc4a07da (plain)
1
2
3
4
5
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