Bug 209448 - mail/sqlgrey does not start - broken rc script
Summary: mail/sqlgrey does not start - broken rc script
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: 2016-05-11 10:07 UTC by Miroslav Lachman
Modified: 2016-05-11 14:37 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Lachman 2016-05-11 10:07:55 UTC
SQLGrey does not start after last update. There is wrong path to config file in rc.d/sqlgrey

required_files=${sqlgrey_config-"/usr/local//usr/local/etc/sqlgrey/sqlgrey.conf"}

It should be

required_files=${sqlgrey_config-"/usr/local/etc/sqlgrey/sqlgrey.conf"}
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2016-05-11 14:37:12 UTC
Fixed, thanks for reporting
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-05-11 14:37:18 UTC
A commit references this bug:

Author: arved
Date: Wed May 11 14:36:55 UTC 2016
New revision: 414998
URL: https://svnweb.freebsd.org/changeset/ports/414998

Log:
  Fix rc Script

  PR:		209448
  Submitted by:	Miroslav Lachman

Changes:
  head/mail/sqlgrey/Makefile
  head/mail/sqlgrey/files/sqlgrey.in