diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-05-16 16:26:40 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-05-16 16:26:40 +0000 |
commit | 6a8c4ab92115b08ca0351b85b17d69901c14f79c (patch) | |
tree | 6d12e17c4e182c204582557eecade27d6ca09d52 /net/openbgpd/files/patch-bgpd_bgpd.8 | |
parent | - Update to 1.3.x to depend on dvd and dts plugins (diff) |
- Update openbgpd-devel to today's snapshot (20060516).
Notes
Notes:
svn path=/head/; revision=162586
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_bgpd.8')
-rw-r--r-- | net/openbgpd/files/patch-bgpd_bgpd.8 | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net/openbgpd/files/patch-bgpd_bgpd.8 b/net/openbgpd/files/patch-bgpd_bgpd.8 deleted file mode 100644 index 5810275fa85e..000000000000 --- a/net/openbgpd/files/patch-bgpd_bgpd.8 +++ /dev/null @@ -1,37 +0,0 @@ - -$FreeBSD$ - ---- bgpd/bgpd.8.orig -+++ bgpd/bgpd.8 -@@ -46,9 +46,9 @@ - .Nm - is usually started at boot time, and can be enabled by - setting the following in --.Pa /etc/rc.conf.local : -+.Pa /etc/rc.conf : - .Pp --.Dl bgpd_flags=\&"\&" -+.Dl openbgpd_enable=\&"YES\&" - .Pp - See - .Xr rc 8 -@@ -90,7 +90,7 @@ - .Ar file - as the configuration file, - instead of the default --.Pa /etc/bgpd.conf . -+.Pa %%PREFIX%%/etc/bgpd.conf . - .It Fl n - Configtest mode. - Only check the configuration file for validity. -@@ -98,8 +98,8 @@ - Produce more verbose output. - .El - .Sh FILES --.Bl -tag -width "/etc/bgpd.confXXX" -compact --.It Pa /etc/bgpd.conf -+.Bl -tag -width "%%PREFIX%%/etc/bgpd.confXXX" -compact -+.It Pa %%PREFIX%%/etc/bgpd.conf - default - .Nm - configuration file |