diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-05 21:03:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-05 21:03:37 +0000 |
commit | 0acdf4f50f639f6f04248fb2957f4fd554642a5d (patch) | |
tree | d5f9199b392712583b1bc5f742013eb959cecc57 /mail/dspam/files/patch-tools_dspam_clean.c | |
parent | Upgrade to 1.4.1. (diff) |
- Update to 3.4.5
PR: ports/80442
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=134678
Diffstat (limited to 'mail/dspam/files/patch-tools_dspam_clean.c')
-rw-r--r-- | mail/dspam/files/patch-tools_dspam_clean.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/dspam/files/patch-tools_dspam_clean.c b/mail/dspam/files/patch-tools_dspam_clean.c deleted file mode 100644 index aef014c87d43..000000000000 --- a/mail/dspam/files/patch-tools_dspam_clean.c +++ /dev/null @@ -1,18 +0,0 @@ -Index: tools/dspam_clean.c -=================================================================== -RCS file: /usr/local/cvsroot/dspam-3.2/tools/dspam_clean.c,v -retrieving revision 1.5 -diff -u -r1.5 dspam_clean.c ---- tools/dspam_clean.c 25 Oct 2004 22:57:56 -0000 1.5 -+++ tools/dspam_clean.c 28 Jan 2005 19:58:49 -0000 -@@ -188,7 +188,7 @@ - nt_add(users, argv[i]); - } - -- if (!do_probs && !do_sigs && !do_unused) { -+ if (help || !do_probs && !do_sigs && !do_unused) { - fprintf(stderr, "%s", CLEANSYNTAX); - _ds_destroy_attributes(agent_config); - nt_destroy(users); - -L. |