[tw] - removed double quotes from postalias call, second fix for #138354

This commit is contained in:
Thomas Woerner 2004-11-23 13:05:31 +00:00
parent 4cbd9893b0
commit fcf0f0270f
2 changed files with 6 additions and 3 deletions

View File

@ -41,10 +41,10 @@ start() {
echo echo
return 0 return 0
} }
/usr/sbin/postalias "${alias_database//,}" 2>/dev/null /usr/sbin/postalias ${alias_database//,} 2>/dev/null
RETVAL=$? RETVAL=$?
[ $RETVAL -ne 0 ] && { [ $RETVAL -ne 0 ] && {
failure "postalias \"$alias_database\"" failure "postalias $alias_database"
echo echo
return 0 return 0
} }

View File

@ -44,7 +44,7 @@
Name: postfix Name: postfix
Summary: Postfix Mail Transport Agent Summary: Postfix Mail Transport Agent
Version: 2.1.5 Version: 2.1.5
Release: 4 Release: 4.1
Epoch: 2 Epoch: 2
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.postfix.org URL: http://www.postfix.org
@ -555,6 +555,9 @@ exit 0
%changelog %changelog
* Tue Nov 23 2004 Thomas Woerner <twoerner@redhat.com> 2:2.1.5-4.1
- removed double quotes from postalias call, second fix for #138354
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2:2.1.5-4 * Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2:2.1.5-4
- rebuild against db-4.3.21. - rebuild against db-4.3.21.
- remove Requires: db4, the soname linkage dependency is sufficient. - remove Requires: db4, the soname linkage dependency is sufficient.