- Start before syslogd
This is needed as bruteblock (not to be confused with bruteblockd) which is usually run from syslog, also requires ldconfig, and bruteblockd rc.d script provides it for him by depending on ldconfig and running before syslogd PR: 199263
This commit is contained in:
parent
f86d931b4f
commit
a5eb72353c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383721
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= bruteblock
|
||||
PORTVERSION= 0.0.5
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://samm.kiev.ua/bruteblock/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
# PROVIDE: bruteblockd
|
||||
# REQUIRE: NETWORKING syslogd ldconfig
|
||||
# BEFORE: syslogd
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
Loading…
Reference in a new issue