mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
d1fd5f4dc8
Reviewed by: az
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
@unexec if cmp -s %D/etc/bird6.conf.example %D/etc/bird6.conf; then rm -f %D/etc/bird6.conf; fi
|
|
etc/bird6.conf.example
|
|
@exec if [ ! -f %D/etc/bird6.conf ] ; then cp -p %D/%F %B/bird6.conf; fi
|
|
sbin/bird6
|
|
sbin/birdc6
|
|
sbin/birdcl6
|