From a1e02088fae85e508b96987c4c9a119d5ffc8bc5 Mon Sep 17 00:00:00 2001 From: shannonjr Date: Tue, 31 Jan 2006 18:25:43 +0000 Subject: Corrected problem in rc.subr script preventing PID referencing commands from working. --- security/prelude-lml/files/preludelml.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/prelude-lml/files/preludelml.sh b/security/prelude-lml/files/preludelml.sh index 9c0a458f0b4..4c905fd9c6e 100644 --- a/security/prelude-lml/files/preludelml.sh +++ b/security/prelude-lml/files/preludelml.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: preludelml.sh,v 1.2 2006/01/31 10:46:31 shannonjr Exp $ +# $NetBSD: preludelml.sh,v 1.3 2006/01/31 18:25:43 shannonjr Exp $ # # PROVIDE: preludelml @@ -9,6 +9,7 @@ $_rc_subr_loaded . /etc/rc.subr name="preludelml" +procname="@PREFIX@/bin/prelude-lml" rcvar=${name} required_files="@PKG_SYSCONFDIR@/prelude-lml/prelude-lml.conf" start_precmd="preludelml_precommand" -- cgit v1.2.3