- dropped chown of /etc/mail/authinfo.db (#199455)
This commit is contained in:
Thomas Woerner 2006-07-20 10:03:59 +00:00
parent a849b7d235
commit 79d2ab2e92
2 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,6 @@ CFFILES = sendmail.cf submit.cf
all: ${CFFILES} ${POSSIBLE} virtusertable.db access.db domaintable.db mailertable.db
@if test -f /etc/mail/authinfo.db; then \
/bin/chown smmsp:smmsp /etc/mail/authinfo.db; \
fi
userdb.db: userdb
@makemap btree $@ < $<

View File

@ -18,7 +18,7 @@
Summary: A widely used Mail Transport Agent (MTA).
Name: sendmail
Version: 8.13.7
Release: 3
Release: 3.1
License: Sendmail
Group: System Environment/Daemons
Provides: smtpdaemon
@ -587,6 +587,9 @@ exit 0
%{_docdir}/sendmail
%changelog
* Thu Jul 20 2006 Thomas Woerner <twoerner@redhat.com> 8.13.7-3.1
- dropped chown of /etc/mail/authinfo.db (#199455)
* Tue Jul 18 2006 Thomas Woerner <twoerner@redhat.com> 8.13.7-3
- using new syntax for access database (#177566)
- fixed failure message while shutting down sm-client (#119429)