summaryrefslogtreecommitdiff
path: root/security/prelude-lml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-03-24 19:23:35 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-03-24 19:23:35 +0000
commit1f5e8b9769445088991ca898bce93f149738ab76 (patch)
treee4fe4ed1bfb4936f860b594c6925e1b691207fda /security/prelude-lml
parents/8 spaces/tab/ in the sendmail entry. (diff)
- Fix rc.d startup script
- Bump PORTREVISION PR: ports/94900 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=158078
Diffstat (limited to 'security/prelude-lml')
-rw-r--r--security/prelude-lml/Makefile1
-rw-r--r--security/prelude-lml/files/prelude-lml.sh.in2
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"