freebsd-ports/dns/curvedns/pkg-plist
Chris Rees 5b93f10851 - Use USERS and GROUPS
- Stop clobbering config files on deinstall

PR:		ports/157854
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
Approved by:	rene (mentor, implicit), maintainer timeout (14 days)
2011-07-19 17:44:30 +00:00

14 lines
454 B
Plaintext

bin/curvedns
bin/curvedns-keygen
%%ETCDIR%%/env/UID
%%ETCDIR%%/env/GID
@unexec cmp -s %B/%F %B/run && rm -f %B/run || true
%%ETCDIR%%/run.sample
@exec [ -f %%ETCDIR%%/run ] || cp -p %%ETCDIR%%/run.sample %%ETCDIR%%/run
@unexec cmp -s %B/%F %B/run && rm -f %B/run || true
%%ETCDIR%%/log/run.sample
@exec [ -f %%ETCDIR%%/log/run ] || cp -p %%ETCDIR%%/log/run.sample %%ETCDIR%%/log/run
@dirrmtry %%ETCDIR%%/env
@dirrmtry %%ETCDIR%%/log
@dirrmtry %%ETCDIR%%