- Fix rc.d startup script
- Bump PORTREVISION PR: ports/94900 Submitted by: maintainer
This commit is contained in:
parent
ac7f108ff9
commit
1f5e8b9769
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158078
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= prelude-lml
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
|
||||
http://www.prelude-ids.org/download/releases/old/
|
||||
|
|
|
@ -22,6 +22,6 @@ pidfile=/var/run/prelude-lml.pid
|
|||
load_rc_config $name
|
||||
|
||||
: ${prelude_lml_enable="NO"}
|
||||
: ${prelude_lml_flags:-"-d -P ${pidfile}"}
|
||||
: ${prelude_lml_flags="-d -P ${pidfile}"}
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Reference in a new issue