diff options
author | jwise <jwise@pkgsrc.org> | 2005-04-26 15:43:26 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-04-26 15:43:26 +0000 |
commit | 5abfc741b07c705e09d76a34e272cb88c8fd54ef (patch) | |
tree | 45aaab48ad8f698071b430375122e8cd3c5015b4 | |
parent | 363781485203643bd7c3239e598a02aba624af09 (diff) | |
download | pkgsrc-5abfc741b07c705e09d76a34e272cb88c8fd54ef.tar.gz |
Fix typo -- was looking for `distccd_flags' instead of `dspam_flags'.
-rw-r--r-- | mail/dspam/files/dspam.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/files/dspam.sh b/mail/dspam/files/dspam.sh index d0aa97c67c9..2bc49028f19 100644 --- a/mail/dspam/files/dspam.sh +++ b/mail/dspam/files/dspam.sh @@ -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 @@ else dspam_precmd if [ -x ${command} ]; then echo "Starting ${name}." - eval ${command} ${distccd_flags} ${command_args} + eval ${command} ${dspam_flags} ${command_args} fi ;; stop) |