mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
1f1734df46
Feature safe: yes
6 lines
215 B
Plaintext
6 lines
215 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
|