summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-25 11:29:33 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-25 11:29:33 +0000
commit3ba0cf932c7b6733ae9f378b48b315fb264a8106 (patch)
tree61b704dd47aebc1221b00924d844ec1e1992df88 /security/drweb-sendmail
parentAdd ctrace-0.8 (diff)
Spelling fix
Notes
Notes: svn path=/head/; revision=46881
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r--security/drweb-sendmail/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab
new file mode 100644
index 000000000000..219193c9bd1a
--- /dev/null
+++ b/security/drweb-sendmail/files/patch-ab
@@ -0,0 +1,11 @@
+--- dw_filter.c.bak Mon Jul 30 05:12:02 2001
++++ dw_filter.c Sat Aug 25 15:27:15 2001
+@@ -585,7 +585,7 @@
+ syslog( LOG_MAIL | LOG_ERR, "daemon return error (%s) - possible problem with daemon", getDaemonCode( status ) );
+ FAIL_EXIT( context, priv );
+ } /* else - normal message */
+- syslog( LOG_MAIL | LOG_INFO, "Complite proccessing message from %s", priv->from );
++ syslog( LOG_MAIL | LOG_INFO, "Complete proccessing message from %s", priv->from );
+ free_private_data( priv );
+ if( set_private_data( context, NULL ) != MI_SUCCESS )
+ {