1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/dns/pdnsd/pkg-plist
Ashish SHUKLA 6c109c60a0 - Add STAGE support
- Fix issue during installation[1]
- Remove incorrect pkg-message

Submitted by:	Серж ИвановЪ <evasive.gyron at gmail.com> (via private mail)
2014-01-19 23:39:17 +00:00

18 lines
619 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
man/man5/pdnsd.conf.5.gz
man/man8/pdnsd-ctl.8.gz
man/man8/pdnsd.8.gz
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