From 79d2ab2e92f3e4da402b09104fcab0538c388bae Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Jul 20 2006 10:03:59 +0000 Subject: [tw] - dropped chown of /etc/mail/authinfo.db (#199455) --- diff --git a/sendmail.etc-mail-Makefile b/sendmail.etc-mail-Makefile index 1e3d46d..50d71b9 100644 --- a/sendmail.etc-mail-Makefile +++ b/sendmail.etc-mail-Makefile @@ -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 $@ < $< diff --git a/sendmail.spec b/sendmail.spec index 480fbf8..a58d786 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -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 8.13.7-3.1 +- dropped chown of /etc/mail/authinfo.db (#199455) + * Tue Jul 18 2006 Thomas Woerner 8.13.7-3 - using new syntax for access database (#177566) - fixed failure message while shutting down sm-client (#119429)