Bug 248186 - databases/mariadb105-server: rc script has typo in command that prevents starting the server
Summary: databases/mariadb105-server: rc script has typo in command that prevents star...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernard Spil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-22 17:42 UTC by Naram Qashat
Modified: 2020-08-02 19:43 UTC (History)
1 user (show)

See Also:
brnrd: maintainer-feedback+


Attachments
Fixes files/mysql-server.in (733 bytes, patch)
2020-07-22 17:42 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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