1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Upgrade to 4.29.10-A

This commit is contained in:
Andrey A. Chernov 2003-02-19 03:53:59 +00:00
parent 6716eda0de
commit 8853839c71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75846
3 changed files with 3 additions and 12 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= drweb_sendmail
PORTVERSION= 4.29.10
PORTVERSION= 4.29.10a
CATEGORIES= security mail
MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/
DISTNAME= drweb-clients-${PORTVERSION}-sources
DISTNAME= drweb-clients-4.29.10-A-sources
MAINTAINER= anton@chelcom.ru

View File

@ -1 +1 @@
MD5 (drweb-clients-4.29.10-sources.tar.gz) = 88e074e7388cec5436b3af8c5377d793
MD5 (drweb-clients-4.29.10-A-sources.tar.gz) = c31e8383182e918e59d4ced8716cee4d

View File

@ -28,15 +28,6 @@
echo
echo -n "Daemon pidfile not defined in ini-file ..."
POS=`$GREP -i SocketMode $DAEMON_INI | $GREP -v ";" | $AWK '{ print match( $0, /[Tt][Cc][Pp]/ ) }'`
@@ -191,7 +179,7 @@
# Read transport
-TMP=`$GREP -i Address $FILTER_CFG | $GREP -v "#"`
+TMP=`$GREP -i Address[^a-z] $FILTER_CFG | $GREP -v "#"`
DADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, match( $0, /^Address=/ ), match( substr( $0, 2 ), /MilterAddress=/ ) ); print str; }'`
FADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, 1+match( substr( $0, 2 ), /MilterAddress=/ ) ); print str; }'`
DMODE=`echo $DADR | $AWK '{ str = substr( $0, 1+index( $0, "=" ), index( $0, ":" ) - index( $0, "=" ) - 1 ); print str; }'`
@@ -297,8 +285,13 @@
echo "Edit one of configuration files and try again."
exit 1