diff options
-rw-r--r-- | security/prelude-lml/Makefile | 1 | ||||
-rw-r--r-- | security/prelude-lml/files/prelude-lml.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 84a6a09e5243..e9a8ceb8e9a6 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -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/ diff --git a/security/prelude-lml/files/prelude-lml.sh.in b/security/prelude-lml/files/prelude-lml.sh.in index 252be5d71e4a..70c3bf28048d 100644 --- a/security/prelude-lml/files/prelude-lml.sh.in +++ b/security/prelude-lml/files/prelude-lml.sh.in @@ -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" |