postfix: version update to 3.3.0

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
This commit is contained in:
Denis Shulyaka
2018-04-08 00:37:49 +03:00
parent b392ae5417
commit 405ea1976c
8 changed files with 12 additions and 31 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
--- a/makedefs 2016-01-28 12:30:14.444082390 -0500
+++ b/makedefs 2016-01-28 13:44:02.092006512 -0500
@@ -210,7 +210,7 @@ error() {
@@ -213,7 +213,7 @@ error() {
case $# in
# Officially supported usage.
@@ -9,7 +9,7 @@
RELEASE=`(uname -r) 2>/dev/null`
# No ${x%%y} support in Solaris 11 /bin/sh
RELEASE_MAJOR=`expr "$RELEASE" : '\([0-9]*\)'` || exit 1
@@ -224,6 +224,15 @@ case $# in
@@ -227,6 +227,15 @@ case $# in
esac
case "$SYSTEM.$RELEASE" in