mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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
@ -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 New Issue
Block a user