SHA256
1
0
forked from pool/postfix

- bnc#728308 - warning output after update the postfix package

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=107
This commit is contained in:
Peter Varkoly 2011-12-02 06:45:03 +00:00 committed by Git OBS Bridge
parent 9aee3b6516
commit 457e02b544
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 2 06:44:28 UTC 2011 - varkoly@suse.com
- bnc#728308 - warning output after update the postfix package
-------------------------------------------------------------------
Wed Nov 9 20:05:38 UTC 2011 - varkoly@suse.com

View File

@ -402,6 +402,11 @@ else
ln -s /usr/sbin/SuSEconfig.postfix /sbin/conf.d/SuSEconfig.postfix
fi
fi
for i in `ls /etc/postfix/*db`;
do
b=$( basename $i .db );
postmap /etc/postfix/$b;
done
# before fillup we need to fix something
[ \! -f %{_sysconfdir}/sysconfig/%{name} ] || %{__sed} -i \
-e "s/POSTFIX_SMTPD_SENDERNT_RESTRICTIONS/POSTFIX_SMTPD_SENDER_RESTRICTIONS/" \