mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
d1fd5f4dc8
Reviewed by: az
7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
@unexec if cmp -s %D/etc/bird.conf.example %D/etc/bird.conf; then rm -f %D/etc/bird.conf; fi
|
|
etc/bird.conf.example
|
|
@exec if [ ! -f %D/etc/bird.conf ] ; then cp -p %D/%F %B/bird.conf; fi
|
|
sbin/bird
|
|
sbin/birdc
|
|
sbin/birdcl
|