mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3d8b1bec43
- OPTIONSify - If does not exist, install a conf file from the sample
15 lines
550 B
Plaintext
15 lines
550 B
Plaintext
@unexec if cmp -s %D/etc/pdnsd.conf %D/etc/pdnsd.conf.sample; then rm %D/etc/pdnsd.conf; fi
|
|
etc/pdnsd.conf.sample
|
|
@exec [ -f %D/etc/pdnsd.conf ] || install -m 644 %D/etc/pdnsd.conf.sample %D/etc/pdnsd.conf
|
|
sbin/pdnsd
|
|
sbin/pdnsd-ctl
|
|
%%PORTDOCS%%%%DOCSDIR%%/dl.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/doc.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/intro.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@unexec rm -rf /var/db/pdnsd 2>&1 >/dev/null || true
|