aboutsummaryrefslogtreecommitdiffstats
path: root/security/prelude-lml
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-03-25 03:23:35 +0800
committergarga <garga@FreeBSD.org>2006-03-25 03:23:35 +0800
commit38228c9bac10df7d6ad2d4d28f0a47d0775d9a91 (patch)
tree37e9a3477974ea4fc5edc6665e92541ad84c14e5 /security/prelude-lml
parentf1e9bec471e95d64e09c18ab710208a6fd55e24f (diff)
downloadfreebsd-ports-gnome-38228c9bac10df7d6ad2d4d28f0a47d0775d9a91.tar.gz
freebsd-ports-gnome-38228c9bac10df7d6ad2d4d28f0a47d0775d9a91.tar.zst
freebsd-ports-gnome-38228c9bac10df7d6ad2d4d28f0a47d0775d9a91.zip
- Fix rc.d startup script
- Bump PORTREVISION PR: ports/94900 Submitted by: maintainer
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"