diff options
author | ache <ache@FreeBSD.org> | 2001-08-31 11:59:46 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-31 11:59:46 +0800 |
commit | 8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228 (patch) | |
tree | d449f985414b543c756061a6862e385ee7aaac2b | |
parent | 8594170316071028f08ef6b044f4220eb5ffef10 (diff) | |
download | freebsd-ports-gnome-8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228.tar.gz freebsd-ports-gnome-8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228.tar.zst freebsd-ports-gnome-8c2a1b8282078a3e054a052bfc6f8ffd0d7dd228.zip |
Yet one spelling
-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 ) { |