summaryrefslogtreecommitdiff
path: root/security/courier-authlib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-02-18 20:37:22 +0000
committerjlam <jlam@pkgsrc.org>2008-02-18 20:37:22 +0000
commitd3a42c55a420a67d88ab3746682c0a0028123009 (patch)
tree900b0c78a53bbf0e222d14e0bc3aed18b2530d84 /security/courier-authlib
parent79d070da7aac1ff6852312ce48e773f6ff57478e (diff)
downloadpkgsrc-d3a42c55a420a67d88ab3746682c0a0028123009.tar.gz
Make this more cut-and-paste-friendly.
Diffstat (limited to 'security/courier-authlib')
-rw-r--r--security/courier-authlib/files/authdaemond.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/courier-authlib/files/authdaemond.sh b/security/courier-authlib/files/authdaemond.sh
index 0e7707bb9c0..735e2fd2db6 100644
--- a/security/courier-authlib/files/authdaemond.sh
+++ b/security/courier-authlib/files/authdaemond.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: authdaemond.sh,v 1.4 2008/02/18 20:35:48 jlam Exp $
+# $NetBSD: authdaemond.sh,v 1.5 2008/02/18 20:37:22 jlam Exp $
#
# Courier user authentication daemon
#
@@ -16,9 +16,9 @@ ctl_command="@PREFIX@/sbin/authdaemond"
pidfile="@AUTHDAEMONVAR@/pid"
required_files="@PKG_SYSCONFDIR@/authdaemonrc"
-start_precmd="authdaemond_prestart"
-start_cmd="authdaemond_doit start"
-stop_cmd="authdaemond_doit stop"
+start_precmd="${name}_prestart"
+start_cmd="${name}_doit start"
+stop_cmd="${name}_doit stop"
mkdir_perms()
{