Bug 191849 - [PATCH] databases/mariadb55-server: startup script syntax error
Summary: [PATCH] databases/mariadb55-server: startup script syntax error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-12 22:25 UTC by robbertkl
Modified: 2014-07-12 22:43 UTC (History)
1 user (show)

See Also:


Attachments
Patch to fix the issue (280 bytes, patch)
2014-07-12 22:25 UTC, robbertkl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description robbertkl 2014-07-12 22:25:21 UTC
Created attachment 144625 [details]
Patch to fix the issue

Revision 361594 (bug 178726) introduced a syntax error in the startup script. Please note that the syntax error was not present in the patch attached to the original PR.

The attached patch fixes the syntax error.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-12 22:42:59 UTC
A commit references this bug:

Author: rakuco
Date: Sat Jul 12 22:42:34 UTC 2014
New revision: 361647
URL: http://svnweb.freebsd.org/changeset/ports/361647

Log:
  Fix syntax error in the startup script introduced in r361594.

  PR:		191849
  Submitted by:	robbertkl@renbeek.nl

Changes:
  head/databases/mariadb55-server/Makefile
  head/databases/mariadb55-server/files/mysql-server.in
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-07-12 22:43:11 UTC
Committed, thanks.