aports/main/bind/bind.pre-install
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

6 lines
75 B
Bash

#!/bin/sh
adduser -h /etc/bind -s /bin/false -D named 2>/dev/null
exit 0