summaryrefslogtreecommitdiff
path: root/security/prelude-lml
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2006-01-31 18:25:43 +0000
committershannonjr <shannonjr@pkgsrc.org>2006-01-31 18:25:43 +0000
commita1e02088fae85e508b96987c4c9a119d5ffc8bc5 (patch)
tree7241281fc7d7e8549c9bd5299efc3ef62f961f21 /security/prelude-lml
parentbe8aa81dfbabe97124ef09359bc755606d7f3953 (diff)
downloadpkgsrc-a1e02088fae85e508b96987c4c9a119d5ffc8bc5.tar.gz
Corrected problem in rc.subr script preventing PID referencing commands
from working.
Diffstat (limited to 'security/prelude-lml')
-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"