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 | 54b7b4d1b9c8080ac503bdfb342d6f97ae202d7f (patch) | |
tree | 45aaab48ad8f698071b430375122e8cd3c5015b4 /mail | |
parent | 191dd8648aa8309681e643840b528f921c2599c1 (diff) | |
download | pkgsrc-54b7b4d1b9c8080ac503bdfb342d6f97ae202d7f.tar.gz |
Fix typo -- was looking for `distccd_flags' instead of `dspam_flags'.
Diffstat (limited to 'mail')
-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) |