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
This commit is contained in:
parent
f8300179b9
commit
92b5359cdf
@ -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"
|
||||
|
@ -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".
|
||||
#
|
||||
|
||||
|
@ -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".
|
||||
#
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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".
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user