Bug 127954 - missing REQUIRE in security/snort rc script when compiled with mysql
Summary: missing REQUIRE in security/snort rc script when compiled with mysql
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 20:20 UTC by Helmut Schneider
Modified: 2009-01-12 22:59 UTC (History)
0 users

See Also:


Attachments

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