1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/dns/pdnsd/pkg-install

9 lines
171 B
Plaintext
Raw Normal View History

#!/bin/sh
PDNSDB=/var/db/pdnsd
if [ "${2}" = "POST-INSTALL" ] ; then
touch ${PDNSDB}/pdnsd.cache
chown nobody ${PDNSDB}/pdnsd.cache
chmod 640 ${PDNSDB}/pdnsd.cache
fi