mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
5b93f10851
- 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)
14 lines
454 B
Plaintext
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%%
|