mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-29 01:22:09 +02:00
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
7 lines
126 B
Bash
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
|