diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-31 03:59:46 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-31 03:59:46 +0000 |
commit | d1f61c476bc47930d66fd7b085888cbe2cca4c6f (patch) | |
tree | dcc3061f11b9b90297a3198432b219033b04f5e9 /security | |
parent | Fix writting pixmap to stderr or stdout (diff) |
Yet one spelling
Notes
Notes:
svn path=/head/; revision=47199
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 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 ) { |