diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-31 11:59:46 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-31 11:59:46 +0800 |
commit | d1f61c476bc47930d66fd7b085888cbe2cca4c6f (patch) | |
tree | dcc3061f11b9b90297a3198432b219033b04f5e9 /security/drweb-sendmail | |
parent | 7b514ed2ca4923918f82ba1cb282b8e56102bf99 (diff) | |
download | freebsd-ports-gnome-d1f61c476bc47930d66fd7b085888cbe2cca4c6f.tar.gz freebsd-ports-gnome-d1f61c476bc47930d66fd7b085888cbe2cca4c6f.tar.zst freebsd-ports-gnome-d1f61c476bc47930d66fd7b085888cbe2cca4c6f.zip |
Yet one spelling
Diffstat (limited to 'security/drweb-sendmail')
-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 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 ) { |