pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mariadb104-server: use mariadbd-safe



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Apr 29 13:11:36 2021 +0200
Changeset:	f4a1c5085e7ae835594100a770cb2917113c6a21

Modified Files:
	mariadb104-server/files/mariadb.sh

Log Message:
mariadb104-server: use mariadbd-safe

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f4a1c5085e7ae835594100a770cb2917113c6a21

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mariadb104-server/files/mariadb.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/mariadb104-server/files/mariadb.sh b/mariadb104-server/files/mariadb.sh
index d2fb1226aa..e0ac86b60a 100644
--- a/mariadb104-server/files/mariadb.sh
+++ b/mariadb104-server/files/mariadb.sh
@@ -14,7 +14,8 @@ fi
 
 name="mariadb"
 rcvar=${name}
-command="@PREFIX@/sbin/mysqld"
+procname="@PREFIX@/sbin/mysqld"
+command="@PREFIX@/bin/mariadbd-safe"
 command_args="--pid-file=@VARBASE@/run/mariadb/mariadb.pid"
 command_args="${command_args} --user=@MARIADB_USER@"
 command_args="${command_args} --datadir=@MARIADB_DATADIR@"


Home | Main Index | Thread Index | Old Index