pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/courier-authlib/files Make this more cut-and-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b4257e1b90f
branches:  trunk
changeset: 538753:8b4257e1b90f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 18 20:37:22 2008 +0000

description:
Make this more cut-and-paste-friendly.

diffstat:

 security/courier-authlib/files/authdaemond.sh |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r e958ea5e765f -r 8b4257e1b90f security/courier-authlib/files/authdaemond.sh
--- a/security/courier-authlib/files/authdaemond.sh     Mon Feb 18 20:35:48 2008 +0000
+++ b/security/courier-authlib/files/authdaemond.sh     Mon Feb 18 20:37:22 2008 +0000
@@ -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 @@
 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()
 {



Home | Main Index | Thread Index | Old Index