diff options
-rw-r--r-- | security/prelude-lml/files/preludelml.sh | 3 |
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" |