Codebase list isc-kea / 3063137
Fixed typo in previous commit. Jason Guy 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66
77 case "$1" in
88 configure)
9 addgroup --force-bad-name --system _kea >/dev/null || exit 1
9 addgroup --force-badname --system _kea >/dev/null || exit 1
1010 adduser --force-badname --quiet --system --home /var/lib/kea \
1111 --shell /bin/false --no-create-home --disabled-password --disabled-login \
1212 --gecos "Kea DHCP User" _kea >/dev/null || exit 1