diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-21 22:29:57 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-21 22:29:57 +0800 |
commit | 3ce30e38eda4d3f9d79fb9409036020a317b13ad (patch) | |
tree | 970722f1c752450ebc61655b45b89ad30cf6d81a /net | |
parent | 24d647016adbf84262bfadc253fc068b2d2ec8f3 (diff) | |
download | freebsd-ports-gnome-3ce30e38eda4d3f9d79fb9409036020a317b13ad.tar.gz freebsd-ports-gnome-3ce30e38eda4d3f9d79fb9409036020a317b13ad.tar.zst freebsd-ports-gnome-3ce30e38eda4d3f9d79fb9409036020a317b13ad.zip |
Fix "daemon" and "continuing" typos
"deamon" is back!
Diffstat (limited to 'net')
-rw-r--r-- | net/frr5/files/frr.in | 2 | ||||
-rw-r--r-- | net/frr6/files/frr.in | 2 | ||||
-rw-r--r-- | net/frr7/files/frr.in | 4 | ||||
-rw-r--r-- | net/quagga/files/quagga.in | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net/frr5/files/frr.in b/net/frr5/files/frr.in index 2295a6b58768..5587d75ac907 100644 --- a/net/frr5/files/frr.in +++ b/net/frr5/files/frr.in @@ -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" diff --git a/net/frr6/files/frr.in b/net/frr6/files/frr.in index 164896535e6f..1e7f3ed6e4e2 100644 --- a/net/frr6/files/frr.in +++ b/net/frr6/files/frr.in @@ -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" diff --git a/net/frr7/files/frr.in b/net/frr7/files/frr.in index 2f46184e6da2..950eee77de7b 100644 --- a/net/frr7/files/frr.in +++ b/net/frr7/files/frr.in @@ -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" diff --git a/net/quagga/files/quagga.in b/net/quagga/files/quagga.in index 5aa6ac007a30..b946163f556f 100644 --- a/net/quagga/files/quagga.in +++ b/net/quagga/files/quagga.in @@ -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" |