1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/bird/pkg-plist
Pav Lucistnik 82a4b9601a The BIRD project aims to develop a fully functional dynamic IP routing daemon
primarily targetted on (but not limited to) UNIX-like systems and distributed
under the GNU General Public License.

* Both IPv4 and IPv6 (use --enable-ipv6 when configuring)
* Multiple routing tables
* BGP
* RIP
* OSPF (IPv4 only)
* Static routes
* Inter-table protocol
2005-05-12 19:25:55 +00:00

6 lines
207 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