svn commit: r509507 - in head/net: frr5/files frr6/files frr7/files quagga/files

Tobias Kortkamp tobik at FreeBSD.org
Wed Aug 21 14:29:59 UTC 2019


Author: tobik
Date: Wed Aug 21 14:29:57 2019
New Revision: 509507
URL: https://svnweb.freebsd.org/changeset/ports/509507

Log:
  Fix "daemon" and "continuing" typos
  
  "deamon" is back!

Modified:
  head/net/frr5/files/frr.in
  head/net/frr6/files/frr.in
  head/net/frr7/files/frr.in
  head/net/quagga/files/quagga.in

Modified: head/net/frr5/files/frr.in
==============================================================================
--- head/net/frr5/files/frr.in	Wed Aug 21 13:22:03 2019	(r509506)
+++ head/net/frr5/files/frr.in	Wed Aug 21 14:29:57 2019	(r509507)
@@ -18,7 +18,7 @@
 #  zebra_flags="-P 0"
 #  bgpd_flags="-nrP 0" and so on
 # If you want to give the routing daemons a chance to catchup before
-# continueing, set frr_wait_for to a "default" or certain prefix.
+# continuing, set frr_wait_for to a "default" or certain prefix.
 #  frr_wait_for="default"
 # Set the time limit for the wait.
 #  frr_wait_seconds="90"

Modified: head/net/frr6/files/frr.in
==============================================================================
--- head/net/frr6/files/frr.in	Wed Aug 21 13:22:03 2019	(r509506)
+++ head/net/frr6/files/frr.in	Wed Aug 21 14:29:57 2019	(r509507)
@@ -18,7 +18,7 @@
 #  zebra_flags="-P 0"
 #  bgpd_flags="-nrP 0" and so on
 # If you want to give the routing daemons a chance to catchup before
-# continueing, set frr_wait_for to a "default" or certain prefix.
+# continuing, set frr_wait_for to a "default" or certain prefix.
 #  frr_wait_for="default"
 # Set the time limit for the wait.
 #  frr_wait_seconds="90"

Modified: head/net/frr7/files/frr.in
==============================================================================
--- head/net/frr7/files/frr.in	Wed Aug 21 13:22:03 2019	(r509506)
+++ head/net/frr7/files/frr.in	Wed Aug 21 14:29:57 2019	(r509507)
@@ -17,8 +17,8 @@
 # Per daemon tuning may be done with daemon_name_flags
 #  zebra_flags="-P 0"
 #  bgpd_flags="-nrP 0" and so on
-# If you want to give the routing deamons a chance to catchup before
-# continueing, set frr_wait_for to a "default" or certain prefix.
+# If you want to give the routing daemons a chance to catchup before
+# continuing, set frr_wait_for to a "default" or certain prefix.
 #  frr_wait_for="default"
 # Set the time limit for the wait.
 #  frr_wait_seconds="90"

Modified: head/net/quagga/files/quagga.in
==============================================================================
--- head/net/quagga/files/quagga.in	Wed Aug 21 13:22:03 2019	(r509506)
+++ head/net/quagga/files/quagga.in	Wed Aug 21 14:29:57 2019	(r509507)
@@ -18,7 +18,7 @@
 #  zebra_flags="-P 0"
 #  bgpd_flags="-nrP 0" and so on
 # If you want to give the routing daemons a chance to catchup before
-# continueing, set quagga_wait_for to a "default" or certain prefix.
+# continuing, set quagga_wait_for to a "default" or certain prefix.
 #  quagga_wait_for="default"
 # Set the time limit for the wait.
 #  quagga_wait_seconds="90"


More information about the svn-ports-all mailing list