diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-24 19:23:35 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-24 19:23:35 +0000 |
commit | 1f5e8b9769445088991ca898bce93f149738ab76 (patch) | |
tree | e4fe4ed1bfb4936f860b594c6925e1b691207fda /security/prelude-lml | |
parent | ac7f108ff9a9c6f1afbcf340fd067d41bdab9c5d (diff) | |
download | ports-1f5e8b9769445088991ca898bce93f149738ab76.tar.gz ports-1f5e8b9769445088991ca898bce93f149738ab76.zip |
Notes
Diffstat (limited to 'security/prelude-lml')
-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" |