Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 09:00:10 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495859 - in head: mail/dspam multimedia/kissdx/files net/ceph12 net/ceph13 net/frr3/files net/frr4/files net/frr5/files net/frr6/files net/linuxigd net/p5-File-RsyncP net/quagga/files ...
Message-ID:  <201903160900.x2G90Aa7050062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Mar 16 09:00:10 2019
New Revision: 495859
URL: https://svnweb.freebsd.org/changeset/ports/495859

Log:
  Fix more daemon typos

Modified:
  head/mail/dspam/pkg-message
  head/multimedia/kissdx/files/kissdx.in
  head/net/ceph12/Makefile
  head/net/ceph13/Makefile
  head/net/frr3/files/frr.in
  head/net/frr4/files/frr.in
  head/net/frr5/files/frr.in
  head/net/frr6/files/frr.in
  head/net/linuxigd/pkg-descr
  head/net/p5-File-RsyncP/pkg-descr
  head/net/quagga/files/quagga.in
  head/net/widentd/pkg-descr
  head/sysutils/watchdog/pkg-descr

Modified: head/mail/dspam/pkg-message
==============================================================================
--- head/mail/dspam/pkg-message	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/mail/dspam/pkg-message	Sat Mar 16 09:00:10 2019	(r495859)
@@ -3,7 +3,7 @@
 %%WebUI%%  The WebUI files have been installed to:
 %%WebUI%%    %%WWWDIR%%
 %%WebUI%%
-%%DAEMON%%  To enable the dspam deamon set dspam_enable="YES" in:
+%%DAEMON%%  To enable the dspam daemon set dspam_enable="YES" in:
 %%DAEMON%%    /etc/rc.conf
 %%DAEMON%%
   Additional setup instructions can be found at:

Modified: head/multimedia/kissdx/files/kissdx.in
==============================================================================
--- head/multimedia/kissdx/files/kissdx.in	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/multimedia/kissdx/files/kissdx.in	Sat Mar 16 09:00:10 2019	(r495859)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Script to start and stop the KiSS DX deamon, using the rc.subr functionality
+# Script to start and stop the KiSS DX daemon, using the rc.subr functionality
 #
 # Add the following lines to /etc/rc.conf to enable this service at boot time:
 #

Modified: head/net/ceph12/Makefile
==============================================================================
--- head/net/ceph12/Makefile	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/ceph12/Makefile	Sat Mar 16 09:00:10 2019	(r495859)
@@ -121,7 +121,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}/var/log/ceph
 	${MKDIR} ${STAGEDIR}/var/run/ceph
 	# Use the Ceph init.d script as the interface to regular
-	# starting and stopping deamons. rc.d work is done thru
+	# starting and stopping daemons. rc.d work is done thru
 	# a separate rc.d/ceph script calling init-ceph again.
 	${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph
 	# remove files not packaged

Modified: head/net/ceph13/Makefile
==============================================================================
--- head/net/ceph13/Makefile	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/ceph13/Makefile	Sat Mar 16 09:00:10 2019	(r495859)
@@ -126,7 +126,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}/var/log/ceph
 	${MKDIR} ${STAGEDIR}/var/run/ceph
 	# Use the Ceph init.d script as the interface to regular
-	# starting and stopping deamons. rc.d work is done thru
+	# starting and stopping daemons. rc.d work is done thru
 	# a separate rc.d/ceph script calling init-ceph again.
 	${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph
 	# remove files not packaged

Modified: head/net/frr3/files/frr.in
==============================================================================
--- head/net/frr3/files/frr.in	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/frr3/files/frr.in	Sat Mar 16 09:00:10 2019	(r495859)
@@ -17,7 +17,7 @@
 # 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
+# If you want to give the routing daemons a chance to catchup before
 # continueing, set frr_wait_for to a "default" or certain prefix.
 #  frr_wait_for="default"
 # Set the time limit for the wait.

Modified: head/net/frr4/files/frr.in
==============================================================================
--- head/net/frr4/files/frr.in	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/frr4/files/frr.in	Sat Mar 16 09:00:10 2019	(r495859)
@@ -17,7 +17,7 @@
 # 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
+# If you want to give the routing daemons a chance to catchup before
 # continueing, set frr_wait_for to a "default" or certain prefix.
 #  frr_wait_for="default"
 # Set the time limit for the wait.

Modified: head/net/frr5/files/frr.in
==============================================================================
--- head/net/frr5/files/frr.in	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/frr5/files/frr.in	Sat Mar 16 09:00:10 2019	(r495859)
@@ -17,7 +17,7 @@
 # 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
+# If you want to give the routing daemons a chance to catchup before
 # continueing, set frr_wait_for to a "default" or certain prefix.
 #  frr_wait_for="default"
 # Set the time limit for the wait.

Modified: head/net/frr6/files/frr.in
==============================================================================
--- head/net/frr6/files/frr.in	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/frr6/files/frr.in	Sat Mar 16 09:00:10 2019	(r495859)
@@ -17,7 +17,7 @@
 # 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
+# If you want to give the routing daemons a chance to catchup before
 # continueing, set frr_wait_for to a "default" or certain prefix.
 #  frr_wait_for="default"
 # Set the time limit for the wait.

Modified: head/net/linuxigd/pkg-descr
==============================================================================
--- head/net/linuxigd/pkg-descr	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/linuxigd/pkg-descr	Sat Mar 16 09:00:10 2019	(r495859)
@@ -1,4 +1,4 @@
-This project is a deamon that emulates Microsoft's Internet Connection
+This project is a daemon that emulates Microsoft's Internet Connection
 Service (ICS). It implements the UPnP Internet Gateway Device specification
 (IGD) and allows UPnP aware clients, such as MSN Messenger to work properly
 from behind a NAT firewall.

Modified: head/net/p5-File-RsyncP/pkg-descr
==============================================================================
--- head/net/p5-File-RsyncP/pkg-descr	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/p5-File-RsyncP/pkg-descr	Sat Mar 16 09:00:10 2019	(r495859)
@@ -1,6 +1,6 @@
 File::RsyncP is a perl implementation of an Rsync client. It is
 compatible with Rsync 2.5.5 (protocol version 26). It can send or
 receive files, either by running rsync on the remote machine, or
-connecting to an rsyncd deamon on the remote machine.
+connecting to an rsyncd daemon on the remote machine.
 
 WWW: https://metacpan.org/release/File-RsyncP

Modified: head/net/quagga/files/quagga.in
==============================================================================
--- head/net/quagga/files/quagga.in	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/quagga/files/quagga.in	Sat Mar 16 09:00:10 2019	(r495859)
@@ -17,7 +17,7 @@
 # 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
+# If you want to give the routing daemons a chance to catchup before
 # continueing, set quagga_wait_for to a "default" or certain prefix.
 #  quagga_wait_for="default"
 # Set the time limit for the wait.

Modified: head/net/widentd/pkg-descr
==============================================================================
--- head/net/widentd/pkg-descr	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/net/widentd/pkg-descr	Sat Mar 16 09:00:10 2019	(r495859)
@@ -1,4 +1,4 @@
-widentd is a small ident/RFC1413 deamon which provides a fixed (and fake)
+widentd is a small ident/RFC1413 daemon which provides a fixed (and fake)
 auth reply, regardless of the IP/port pair quoted.
 
 It's intended use is on firewalls, and NAT machines - where you may

Modified: head/sysutils/watchdog/pkg-descr
==============================================================================
--- head/sysutils/watchdog/pkg-descr	Sat Mar 16 08:57:50 2019	(r495858)
+++ head/sysutils/watchdog/pkg-descr	Sat Mar 16 09:00:10 2019	(r495859)
@@ -1,6 +1,6 @@
 Watchdog daemon for the AMD Elan sc520 system-on-chip.
 
-The watchdogd deamon runs in the background and will reset the hardware
+The watchdogd daemon runs in the background and will reset the hardware
 watchdog timer of the elan-mmcr/soekris every 16 seconds. If this timer
 is not reset within 32 seconds thereafter the hardware will reboot.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903160900.x2G90Aa7050062>