Comment 7 for bug 1791139

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

That construct from the broken "if" statement is used everywhere indeed:

$ grep -E "\(postconf \|grep" debian/*.postinst
debian/postfix-cdb.postinst: if [ $(postconf |grep alias_database | awk '{print $3}'|awk -F \: \
debian/postfix-ldap.postinst: if [ $(postconf |grep alias_database | awk '{print $3}'|awk -F \: \
debian/postfix-lmdb.postinst: if [ $(postconf |grep alias_database | awk '{print $3}'|awk -F \: \
debian/postfix-mysql.postinst: if [ $(postconf |grep alias_database | awk '{print $3}'|awk -F \: \
debian/postfix-pcre.postinst: if [ $(postconf |grep alias_database | awk '{print $3}'|awk -F \: \
debian/postfix-pgsql.postinst: if [ $(postconf |grep alias_database | awk '{print $3}'|awk -F \: \
debian/postfix.postinst: aliastype=$(postconf |grep alias_database | awk '{print $3}' | \