diff options
author | pav <pav@FreeBSD.org> | 2005-05-12 19:25:55 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-12 19:25:55 +0000 |
commit | 9fe2a2223cef7833cabc8006598c263f63d09f84 (patch) | |
tree | 0db7c695103b3acbd17c98774676b20a6550a509 /net/bird/pkg-plist | |
parent | 8653748998602a036af3d5165dc845fd377be987 (diff) | |
download | FreeBSD-ports-9fe2a2223cef7833cabc8006598c263f63d09f84.zip FreeBSD-ports-9fe2a2223cef7833cabc8006598c263f63d09f84.tar.gz |
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
Diffstat (limited to 'net/bird/pkg-plist')
-rw-r--r-- | net/bird/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/bird/pkg-plist b/net/bird/pkg-plist new file mode 100644 index 0000000..ec18be8 --- /dev/null +++ b/net/bird/pkg-plist @@ -0,0 +1,5 @@ +@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 |