diff --git a/postfix-etc-init.d-postfix b/postfix-etc-init.d-postfix index fa37813..c146f2e 100644 --- a/postfix-etc-init.d-postfix +++ b/postfix-etc-init.d-postfix @@ -41,10 +41,10 @@ start() { echo return 0 } - /usr/sbin/postalias "${alias_database//,}" 2>/dev/null + /usr/sbin/postalias ${alias_database//,} 2>/dev/null RETVAL=$? [ $RETVAL -ne 0 ] && { - failure "postalias \"$alias_database\"" + failure "postalias $alias_database" echo return 0 } diff --git a/postfix.spec b/postfix.spec index a3896b6..5d6633c 100644 --- a/postfix.spec +++ b/postfix.spec @@ -44,7 +44,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 2.1.5 -Release: 4 +Release: 4.1 Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -555,6 +555,9 @@ exit 0 %changelog +* Tue Nov 23 2004 Thomas Woerner 2:2.1.5-4.1 +- removed double quotes from postalias call, second fix for #138354 + * Thu Nov 11 2004 Jeff Johnson 2:2.1.5-4 - rebuild against db-4.3.21. - remove Requires: db4, the soname linkage dependency is sufficient.