summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-01-31 18:25:43 +0000
committershannonjr <shannonjr>2006-01-31 18:25:43 +0000
commit6276cc06941ecbc3fed348ecca35eeb30bc4fc8d (patch)
tree7241281fc7d7e8549c9bd5299efc3ef62f961f21 /security
parente5edb1bb4411aba0dade2819d19da91e12ff3171 (diff)
downloadpkgsrc-6276cc06941ecbc3fed348ecca35eeb30bc4fc8d.tar.gz
Corrected problem in rc.subr script preventing PID referencing commands
from working.
Diffstat (limited to 'security')
-rw-r--r--security/prelude-lml/files/preludelml.sh3
1 files changed, 2 insertions, 1 deletions
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"