freebsd-ports/net/bird-devel/pkg-plist
Sergey Matveychuk 7b2e3e4ebd * New port:
This is development version of net/bird dynamic routing software.
It provides ALPHA support for the following:
- VPNv4 RR
- LDP
- L3VPN

Submitted by:	melifaro
2011-11-08 09:44:29 +00:00

5 lines
207 B
Text

@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