aboutsummaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-31 03:59:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-31 03:59:46 +0000
commitd1f61c476bc47930d66fd7b085888cbe2cca4c6f (patch)
treedcc3061f11b9b90297a3198432b219033b04f5e9 /security/drweb-sendmail/files
parent7b514ed2ca4923918f82ba1cb282b8e56102bf99 (diff)
downloadports-d1f61c476bc47930d66fd7b085888cbe2cca4c6f.tar.gz
ports-d1f61c476bc47930d66fd7b085888cbe2cca4c6f.zip
Notes
Diffstat (limited to 'security/drweb-sendmail/files')
-rw-r--r--security/drweb-sendmail/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab
index 1e7cf1fd9f43..9abfad48809b 100644
--- a/security/drweb-sendmail/files/patch-ab
+++ b/security/drweb-sendmail/files/patch-ab
@@ -14,7 +14,7 @@
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 );
++ syslog( LOG_MAIL | LOG_INFO, "Complete processing message from %s", priv->from );
free_private_data( priv );
if( set_private_data( context, NULL ) != MI_SUCCESS )
{