Lines 1-6
Link Here
|
1 |
@unexec if cmp -s %D/etc/pdnsd.conf %D/etc/pdnsd.conf.sample; then rm %D/etc/pdnsd.conf; fi |
1 |
@sample etc/pdnsd.conf.sample |
2 |
etc/pdnsd.conf.sample |
|
|
3 |
@exec [ -f %D/etc/pdnsd.conf ] || install -m 644 %D/etc/pdnsd.conf.sample %D/etc/pdnsd.conf |
4 |
man/man5/pdnsd.conf.5.gz |
2 |
man/man5/pdnsd.conf.5.gz |
5 |
man/man8/pdnsd-ctl.8.gz |
3 |
man/man8/pdnsd-ctl.8.gz |
6 |
man/man8/pdnsd.8.gz |
4 |
man/man8/pdnsd.8.gz |
Lines 13-16
Link Here
|
13 |
%%PORTDOCS%%%%DOCSDIR%%/faq.txt |
11 |
%%PORTDOCS%%%%DOCSDIR%%/faq.txt |
14 |
%%PORTDOCS%%%%DOCSDIR%%/intro.txt |
12 |
%%PORTDOCS%%%%DOCSDIR%%/intro.txt |
15 |
%%PORTDOCS%%%%DOCSDIR%%/manual.txt |
13 |
%%PORTDOCS%%%%DOCSDIR%%/manual.txt |
16 |
@unexec rm -rf /var/db/pdnsd 2>&1 >/dev/null || true |
14 |
@dir(nobody,,755) /var/db/pdnsd |