diff options
author | ache <ache@FreeBSD.org> | 2001-08-31 03:59:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-31 03:59:46 +0000 |
commit | 8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228 (patch) | |
tree | d449f985414b543c756061a6862e385ee7aaac2b /security | |
parent | 8594170316071028f08ef6b044f4220eb5ffef10 (diff) | |
download | FreeBSD-ports-8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228.zip FreeBSD-ports-8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228.tar.gz |
Yet one spelling
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-ab | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 1899e59..5a70368 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 1e7cf1f..9abfad4 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 ) { |