From 8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 31 Aug 2001 03:59:46 +0000 Subject: Yet one spelling --- security/drweb-sendmail/Makefile | 2 +- security/drweb-sendmail/files/patch-ab | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 1899e59e1f11..5a70368ff7b4 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security mail MASTER_SITES= http://www.drweb.ru/ftp/web_pub/ DISTNAME= drwebd-${PORTVERSION}-freebsd4 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 ) { -- cgit