Bug 127954

Summary: missing REQUIRE in security/snort rc script when compiled with mysql
Product: Ports & Packages Reporter: Helmut Schneider <jumper99>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Helmut Schneider 2008-10-08 20:20:06 UTC
When snort is compiled with mysql support the REQUIRE statement in the
rc script is incomplete and therefore snort may not start at boot time.

Should be

# REQUIRE: DAEMON mysql
instead of
# REQUIRE: DAEMON

Probably this also applies to postgresql.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-10-08 23:07:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer.
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2009-01-08 19:42:16 UTC
Responsible Changed
From-To: clsung->freebsd-ports-bugs

Committer timeout: 3 months.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-01-12 00:56:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2009-01-12 22:59:37 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!