[Bug 209448] mail/sqlgrey does not start - broken rc script
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 11 10:07:56 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209448
Bug ID: 209448
Summary: mail/sqlgrey does not start - broken rc script
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: 000.fbsd at quip.cz
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"}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list