Bug 248186

Summary: databases/mariadb105-server: rc script has typo in command that prevents starting the server
Product: Ports & Packages Reporter: Naram Qashat <cyberbotx>
Component: Individual Port(s)Assignee: Bernard Spil <brnrd>
Status: Closed FIXED    
Severity: Affects Only Me CC: vvd
Priority: --- Flags: brnrd: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fixes files/mysql-server.in none

Description Naram Qashat 2020-07-22 17:42:34 UTC
Created attachment 216678 [details]
Fixes files/mysql-server.in

The rc script in files/mysql-server.in contains a typo that prevents it from starting the server. command tries to call /usr/local/bin/mariadb-safe, but the actual command should be /usr/local/bin/mariadbd-safe.

This ONLY affects the 10.5 version of the port, as previous versions still use mysqld_safe instead.
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2020-07-24 18:22:00 UTC
Thank you! 
Will be submitting shortly.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2020-07-25 07:25:21 UTC
Commit it, plz.
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-08-02 19:43:20 UTC
A commit references this bug:

Author: brnrd
Date: Sun Aug  2 19:42:20 UTC 2020
New revision: 543994
URL: https://svnweb.freebsd.org/changeset/ports/543994

Log:
  databases/mariadb105-server: Fix broken rc.d startup

  PR:		248186
  Submitted by:	Naram Qashat <cyberbotx cyberbotx com>

Changes:
  head/databases/mariadb105-server/Makefile
  head/databases/mariadb105-server/files/mysql-server.in