git: 92b5359cdf58 - main - databases/and_others: Fix rc.d script comment

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Wed, 26 Oct 2022 16:55:30 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92b5359cdf584bbaa3cd4418dc84b00154cd978f

commit 92b5359cdf584bbaa3cd4418dc84b00154cd978f
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-10-26 16:45:54 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-10-26 16:55:27 +0000

    databases/and_others: Fix rc.d script comment
    
    I found this typo while researching something else. It seems to have
    propgated around the tree.
    
    Approved by:    blanket
---
 comms/ebusd/files/ebusd.in                          | 2 +-
 databases/galera/files/garb.sh.in                   | 2 +-
 databases/galera26/files/garb.sh.in                 | 2 +-
 databases/mariadb103-server/files/mysql-server.in   | 2 +-
 databases/mariadb104-server/files/mysql-server.in   | 2 +-
 databases/mariadb105-server/files/mysql-server.in   | 2 +-
 databases/mariadb106-server/files/mysql-server.in   | 2 +-
 databases/mysql56-server/files/mysql-server.in      | 2 +-
 databases/mysql57-server/files/mysql-server.in      | 2 +-
 databases/mysql80-server/files/mysql-server.in      | 2 +-
 databases/mysqlwsrep56-server/files/mysql-server.in | 2 +-
 databases/mysqlwsrep57-server/files/mysql-server.in | 2 +-
 databases/percona57-server/files/mysql-server.in    | 2 +-
 games/cockatrice/files/servatrice.in                | 2 +-
 net/iipsrv/files/iipsrv.in                          | 2 +-
 security/munge/files/munged.in                      | 2 +-
 www/domoticz/files/domoticz.in                      | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/comms/ebusd/files/ebusd.in b/comms/ebusd/files/ebusd.in
index 117410dc6592..46c6876d0cdd 100644
--- a/comms/ebusd/files/ebusd.in
+++ b/comms/ebusd/files/ebusd.in
@@ -10,7 +10,7 @@
 #ebusd_enable (bool): set to "YES" to start domotics at boot
 #ebusd_user (str):    Default to ebusd, user for starting ebusd
 #ebusd_group (str):   Default to ebusd, group for stating ebusd
-#ebusd_pidfile (str): Custum PID file path and name
+#ebusd_pidfile (str): Custom PID file path and name
 #                        Default to "/var/run/ebusd/${hostname}.pid".
 #ebusd_args (str):    Custom additional arguments to be passed
 #                        Default to "-d /dev/ttyU0 --scanconfig --localhost"
diff --git a/databases/galera/files/garb.sh.in b/databases/galera/files/garb.sh.in
index 32191a41aced..97ba0b4c0b28 100644
--- a/databases/galera/files/garb.sh.in
+++ b/databases/galera/files/garb.sh.in
@@ -19,7 +19,7 @@
 #                              see http://www.codership.com/wiki/doku.php?id=galera_parameters
 #                              (default empty).
 #  garb_log_file (str):        Log file for garbd (default empty). Optional, by default logs to syslog
-#  garb_pid_file (str):        Custum PID file path and name.
+#  garb_pid_file (str):        Custom PID file path and name.
 #                              Default to "/var/run/garb.pid".
 #
 
diff --git a/databases/galera26/files/garb.sh.in b/databases/galera26/files/garb.sh.in
index 32191a41aced..97ba0b4c0b28 100644
--- a/databases/galera26/files/garb.sh.in
+++ b/databases/galera26/files/garb.sh.in
@@ -19,7 +19,7 @@
 #                              see http://www.codership.com/wiki/doku.php?id=galera_parameters
 #                              (default empty).
 #  garb_log_file (str):        Log file for garbd (default empty). Optional, by default logs to syslog
-#  garb_pid_file (str):        Custum PID file path and name.
+#  garb_pid_file (str):        Custom PID file path and name.
 #                              Default to "/var/run/garb.pid".
 #
 
diff --git a/databases/mariadb103-server/files/mysql-server.in b/databases/mariadb103-server/files/mysql-server.in
index 356d6bb2f9c0..8722aef18b47 100644
--- a/databases/mariadb103-server/files/mysql-server.in
+++ b/databases/mariadb103-server/files/mysql-server.in
@@ -11,7 +11,7 @@
 #			Base database directory.
 # mysql_(instance_)?args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
-# mysql_(instance_)?pidfile (str): Custum PID file path and name.
+# mysql_(instance_)?pidfile (str): Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_(instance_)?user (str): User to run mysqld as
 #			Default to "mysql" created by the port
diff --git a/databases/mariadb104-server/files/mysql-server.in b/databases/mariadb104-server/files/mysql-server.in
index 965e81ac025c..945438a6fde8 100644
--- a/databases/mariadb104-server/files/mysql-server.in
+++ b/databases/mariadb104-server/files/mysql-server.in
@@ -11,7 +11,7 @@
 #			Default to "/var/db/mysql"
 # mysql_(instance_)?args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
-# mysql_(instance_)?pidfile (str): Custum PID file path and name.
+# mysql_(instance_)?pidfile (str): Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_(instance_)?user (str): User to run mysqld as.
 #			Default to "%%MARIADB_USER%%" created by the port
diff --git a/databases/mariadb105-server/files/mysql-server.in b/databases/mariadb105-server/files/mysql-server.in
index 8d0b8e7eff4e..b5c1a172e365 100644
--- a/databases/mariadb105-server/files/mysql-server.in
+++ b/databases/mariadb105-server/files/mysql-server.in
@@ -11,7 +11,7 @@
 #			Base database directory.
 # mysql_(instance_)?args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
-# mysql_(instance_)?pidfile (str): Custum PID file path and name.
+# mysql_(instance_)?pidfile (str): Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_(instance_)?user (str): User to run mysqld as
 #			Default to "%%MARIADB_USER%%" created by the port
diff --git a/databases/mariadb106-server/files/mysql-server.in b/databases/mariadb106-server/files/mysql-server.in
index c4fd7307ca24..e494dee09e92 100644
--- a/databases/mariadb106-server/files/mysql-server.in
+++ b/databases/mariadb106-server/files/mysql-server.in
@@ -14,7 +14,7 @@
 #			Base database directory.
 # mysql_(instance_)?args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
-# mysql_(instance_)?pidfile (str): Custum PID file path and name.
+# mysql_(instance_)?pidfile (str): Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_(instance_)?user (str): User to run mysqld as
 #			Default to "%%MARIADB_USER%%" created by the port
diff --git a/databases/mysql56-server/files/mysql-server.in b/databases/mysql56-server/files/mysql-server.in
index af1a234269ed..a7bc29daa5ce 100644
--- a/databases/mysql56-server/files/mysql-server.in
+++ b/databases/mysql56-server/files/mysql-server.in
@@ -16,7 +16,7 @@
 #			Set it in the rc.conf or default behaviour of
 #			`mysqld_safe` itself, will be picking
 #			${mysql_confdir}/my.cnf if it exists.
-# mysql_pidfile (str):	Custum PID file path and name.
+# mysql_pidfile (str):	Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
diff --git a/databases/mysql57-server/files/mysql-server.in b/databases/mysql57-server/files/mysql-server.in
index 3addbaa92431..8f3c4858f36d 100644
--- a/databases/mysql57-server/files/mysql-server.in
+++ b/databases/mysql57-server/files/mysql-server.in
@@ -16,7 +16,7 @@
 #			Set it in the rc.conf or default behaviour of
 #			`mysqld_safe` itself, will be picking
 #			${mysql_confdir}/my.cnf if it exists.
-# mysql_pidfile (str):	Custum PID file path and name.
+# mysql_pidfile (str):	Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
diff --git a/databases/mysql80-server/files/mysql-server.in b/databases/mysql80-server/files/mysql-server.in
index 271c38c2d2c5..c79874df9f2c 100644
--- a/databases/mysql80-server/files/mysql-server.in
+++ b/databases/mysql80-server/files/mysql-server.in
@@ -16,7 +16,7 @@
 #			Set it in the rc.conf or default behaviour of
 #			`mysqld_safe` itself, will be picking
 #			${mysql_confdir}/my.cnf if it exists.
-# mysql_pidfile (str):	Custum PID file path and name.
+# mysql_pidfile (str):	Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
diff --git a/databases/mysqlwsrep56-server/files/mysql-server.in b/databases/mysqlwsrep56-server/files/mysql-server.in
index c91277332e64..e283eb35499a 100644
--- a/databases/mysqlwsrep56-server/files/mysql-server.in
+++ b/databases/mysqlwsrep56-server/files/mysql-server.in
@@ -12,7 +12,7 @@
 #			Base database directory.
 # mysql_optfile (str):	Server-specific option file.
 #			Default to "${mysql_dbdir}/my.cnf".
-# mysql_pidfile (str):	Custum PID file path and name.
+# mysql_pidfile (str):	Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
diff --git a/databases/mysqlwsrep57-server/files/mysql-server.in b/databases/mysqlwsrep57-server/files/mysql-server.in
index 1ea9411cde8b..eafc47dd2665 100644
--- a/databases/mysqlwsrep57-server/files/mysql-server.in
+++ b/databases/mysqlwsrep57-server/files/mysql-server.in
@@ -16,7 +16,7 @@
 #			Set it in the rc.conf or default behaviour of
 #			`mysqld_safe` itself, will be picking
 #			${mysql_confdir}/my.cnf if it exists.
-# mysql_pidfile (str):	Custum PID file path and name.
+# mysql_pidfile (str):	Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
diff --git a/databases/percona57-server/files/mysql-server.in b/databases/percona57-server/files/mysql-server.in
index 5e0ebd0f85fd..b482eeb2a008 100644
--- a/databases/percona57-server/files/mysql-server.in
+++ b/databases/percona57-server/files/mysql-server.in
@@ -14,7 +14,7 @@
 #			Base configuration directory.
 # mysql_optfile (str):	Server-specific option file.
 #			Default to "${mysql_confdir}/my.cnf".
-# mysql_pidfile (str):	Custum PID file path and name.
+# mysql_pidfile (str):	Custom PID file path and name.
 #			Default to "${mysql_dbdir}/${hostname}.pid".
 # mysql_args (str):	Custom additional arguments to be passed
 #			to mysqld_safe (default empty).
diff --git a/games/cockatrice/files/servatrice.in b/games/cockatrice/files/servatrice.in
index a4985fa48ecc..12031875d7d9 100644
--- a/games/cockatrice/files/servatrice.in
+++ b/games/cockatrice/files/servatrice.in
@@ -11,7 +11,7 @@
 #			Set it in the rc.conf or default behaviour of
 #			`servatriced_safe` itself, will be picking
 #			${servatrice_confdir}/my.cnf if it exists.
-# servatrice_pidfile (str):	Custum PID file path and name.
+# servatrice_pidfile (str):	Custom PID file path and name.
 #			Default to "${servatrice_dbdir}/${hostname}.pid".
 # servatrice_args (str):	Custom additional arguments to be passed
 #			to servatriced_safe (default empty).
diff --git a/net/iipsrv/files/iipsrv.in b/net/iipsrv/files/iipsrv.in
index f0e835802348..a0f050ffc611 100644
--- a/net/iipsrv/files/iipsrv.in
+++ b/net/iipsrv/files/iipsrv.in
@@ -9,7 +9,7 @@
 #			Set it to "YES" to enable iipsrv.
 # iipsrv_(instance_)?flags (str):	Custom additional arguments to be passed
 #			to iipsrv. Default to "--bind 127.0.0.1:9111".
-# iipsrv_(instance_)?pidfile (str): Custum PID file path and name.
+# iipsrv_(instance_)?pidfile (str): Custom PID file path and name.
 #			Default to "/var/run/iipsrv.${instance}.pid".
 # iipsrv_(instance_)?user (str): User to run iipsrv as
 #			Default to "nobody".
diff --git a/security/munge/files/munged.in b/security/munge/files/munged.in
index 7e1abec2941b..4a78b22acd4c 100644
--- a/security/munge/files/munged.in
+++ b/security/munge/files/munged.in
@@ -10,7 +10,7 @@
 # munged_keyfile (str): Set to "/usr/local/etc/munge/munge.key" by default.
 #                       Custom munge key.
 # munged_pidfile (str): Set to "/var/run/munged.pid" by default.
-#                       Custum PID file path and name.
+#                       Custom PID file path and name.
 # munged_flags (str):   Set to "" by default.
 #                       Extra flags passed to start command.
 
diff --git a/www/domoticz/files/domoticz.in b/www/domoticz/files/domoticz.in
index c4d14bdb0e83..4120b58201be 100644
--- a/www/domoticz/files/domoticz.in
+++ b/www/domoticz/files/domoticz.in
@@ -14,7 +14,7 @@
 #                        domoticz database directory
 #domoticz_user (str):    Default to www, user for starting domoticz
 #domoticz_group (str):   Default to www, group for stating domoticz
-#domoticz_pidfile (str): Custum PID file path and name
+#domoticz_pidfile (str): Custom PID file path and name
 #                        Default to "/var/run/domoticz/${hostname}.pid".
 #domoticz_args (str):    Custom additional arguments to be passed
 #                        Default to "-syslog -daemon -wwwbind 0.0.0.0"