- Fix rc.d startup script

- Bump PORTREVISION

PR:		ports/94900
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2006-03-24 19:23:35 +00:00
parent ac7f108ff9
commit 1f5e8b9769
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158078
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
PORTNAME= prelude-lml PORTNAME= prelude-lml
PORTVERSION= 0.9.4 PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= security CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/ http://www.prelude-ids.org/download/releases/old/

View file

@ -22,6 +22,6 @@ pidfile=/var/run/prelude-lml.pid
load_rc_config $name load_rc_config $name
: ${prelude_lml_enable="NO"} : ${prelude_lml_enable="NO"}
: ${prelude_lml_flags:-"-d -P ${pidfile}"} : ${prelude_lml_flags="-d -P ${pidfile}"}
run_rc_command "$1" run_rc_command "$1"