freebsd-ports/net/bird/files/patch-tools-Makefile.in
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

11 lines
474 B
Text

--- tools/Makefile.in.orig Mon May 31 19:53:02 2004
+++ tools/Makefile.in Thu May 12 21:04:36 2005
@@ -49,7 +49,7 @@
$(INSTALL_PROGRAM) -s $(exedir)/birdc $(sbindir)/ ; \
fi
if ! test -f $(sysconfdir)/bird.conf ; then \
- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird.conf ; \
+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird.conf.example ; \
else \
echo "Not overwriting old bird.conf" ; \
fi