View | Details | Raw Unified | Return to bug 94900
Collapse All | Expand All

(-)/data2/FreeBSD/custom_ports/security/prelude-lml/Makefile (+1 lines)
Lines 6-11 Link Here
6
6
7
PORTNAME=	prelude-lml
7
PORTNAME=	prelude-lml
8
PORTVERSION=	0.9.4
8
PORTVERSION=	0.9.4
9
PORTREVISION=	1
9
CATEGORIES=	security
10
CATEGORIES=	security
10
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
11
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
11
		http://www.prelude-ids.org/download/releases/old/
12
		http://www.prelude-ids.org/download/releases/old/
(-)/data2/FreeBSD/custom_ports/security/prelude-lml/files/prelude-lml.sh.in (-1 / +1 lines)
Lines 22-27 Link Here
22
load_rc_config $name
22
load_rc_config $name
23
23
24
: ${prelude_lml_enable="NO"}
24
: ${prelude_lml_enable="NO"}
25
: ${prelude_lml_flags:-"-d -P ${pidfile}"}
25
: ${prelude_lml_flags="-d -P ${pidfile}"}
26
26
27
run_rc_command "$1"
27
run_rc_command "$1"

Return to bug 94900