pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dspam/files Fix typo -- was looking for `distccd_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc67a6228657
branches:  trunk
changeset: 493047:bc67a6228657
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Tue Apr 26 15:43:26 2005 +0000

description:
Fix typo -- was looking for `distccd_flags' instead of `dspam_flags'.

diffstat:

 mail/dspam/files/dspam.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9769ede51832 -r bc67a6228657 mail/dspam/files/dspam.sh
--- a/mail/dspam/files/dspam.sh Tue Apr 26 15:32:05 2005 +0000
+++ b/mail/dspam/files/dspam.sh Tue Apr 26 15:43:26 2005 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: dspam.sh,v 1.1 2005/03/21 21:35:52 xtraeme Exp $
+# $NetBSD: dspam.sh,v 1.2 2005/04/26 15:43:26 jwise Exp $
 #
 
 # PROVIDE: dspam
@@ -37,7 +37,7 @@
                dspam_precmd
                if [ -x ${command} ]; then
                        echo "Starting ${name}."
-                       eval ${command} ${distccd_flags} ${command_args}
+                       eval ${command} ${dspam_flags} ${command_args}
                fi
                ;;
        stop)



Home | Main Index | Thread Index | Old Index