mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
88ba353662
PR: 105526 Submitted by: sten at blinkenlights.nl
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
@unexec if cmp -s %D/etc/pdns/recursor.conf %D/etc/pdns/recursor.conf-dist; then rm -f %D/etc/pdns/recursor.conf; fi
|
|
etc/pdns/recursor.conf-dist
|
|
@exec [ -f %B/recursor.conf ] || cp %B/%f %B/recursor.conf
|
|
bin/rec_control
|
|
sbin/pdns_recursor
|
|
@dirrmtry etc/pdns
|