Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 148135 Details for
Bug 226407
Merge Review: sendmail
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch addressing most rpmlint issues worth fixing
sendmail-rpmlint.patch (text/plain), 17.47 KB, created by
Paul Howarth
on 2007-02-15 19:05:03 UTC
(
hide
)
Description:
Patch addressing most rpmlint issues worth fixing
Filename:
MIME Type:
Creator:
Paul Howarth
Created:
2007-02-15 19:05:03 UTC
Size:
17.47 KB
patch
obsolete
>Index: sendmail.spec >=================================================================== >RCS file: /cvs/dist/rpms/sendmail/devel/sendmail.spec,v >retrieving revision 1.78 >diff -u -r1.78 sendmail.spec >--- sendmail.spec 6 Feb 2007 16:15:48 -0000 1.78 >+++ sendmail.spec 15 Feb 2007 19:03:14 -0000 >@@ -15,15 +15,17 @@ > %define smshell /sbin/nologin > %define initdir /etc/rc.d/init.d > >-Summary: A widely used Mail Transport Agent (MTA). >+Summary: A widely used Mail Transport Agent (MTA) > Name: sendmail > Version: 8.14.0 > Release: 1 > License: Sendmail > Group: System Environment/Daemons >+URL: http://www.sendmail.org/ > Provides: smtpdaemon > Source0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz > Source1: sendmail.init >+Source2: sendmail-8.14.0-etc-mail-access > %if "%{old_setup}" == "yes" > Source3: aliases > %endif >@@ -56,7 +58,10 @@ > Provides: %{_bindir}/rmail %{_mandir}/man1/mailq.1.gz > Provides: %{_mandir}/man1/newaliases.1.gz %{_mandir}/man5/aliases.5.gz > PreReq: chkconfig >= 1.3 >-PreReq: /usr/sbin/useradd /bin/mktemp fileutils gawk sed sh-utils >+Requires(pre): /usr/sbin/useradd >+Requires(post): /bin/mktemp >+Requires(postun): coreutils >+Requires(post): coreutils gawk sed > Requires: procmail > Requires: bash >= 2.0 > %if "%{old_setup}" != "yes" >@@ -66,23 +71,20 @@ > %endif > %if "%{with_fsl}" == "yes" > BuildRequires: fsl >= 1.2.0 >-PreReq: fsl >= 1.2.0 >+Requires: fsl >= 1.2.0 > %endif > %if "%{with_tls}" == "yes" > BuildRequires: openssl-devel >-PreReq: openssl > %endif > %if "%{with_sasl1}" == "yes" || "%{with_sasl2}" == "yes" > BuildRequires: cyrus-sasl-devel, openssl-devel >-PreReq: /usr/sbin/saslauthd, openssl >+Requires: /usr/sbin/saslauthd > %endif > %if "%{with_ldap}" == "yes" > BuildRequires: openldap-devel, openssl-devel >-PreReq: openldap, openssl > %endif > %if "%{with_mysql}" == "yes" > BuildRequires: mysql-devel >-PreReq: mysql > %endif > > >@@ -98,7 +100,7 @@ > Sendmail, you can install the sendmail-doc package. > > %package doc >-Summary: Documentation about the Sendmail Mail Transport Agent program. >+Summary: Documentation about the Sendmail Mail Transport Agent program > Group: Documentation > Requires: sendmail = %{version}-%{release} > >@@ -109,8 +111,8 @@ > provided in PostScript(TM) and troff formats. > > %package devel >-Summary: Extra development include files and development files. >-Group: System Environment/Daemons >+Summary: Extra development include files and development files >+Group: System Environment/Daemon > Requires: sendmail = %{version}-%{release} > > %description devel >@@ -118,7 +120,7 @@ > of sendmail. > > %package cf >-Summary: The files needed to reconfigure Sendmail. >+Summary: The files needed to reconfigure Sendmail > Group: System Environment/Daemons > Requires: sendmail = %{version}-%{release} > Requires: m4 >@@ -236,9 +238,9 @@ > %endif > > for i in $DIRS; do >- pushd $i >- sh Build -f ../redhat.config.m4 >- popd >+ pushd $i >+ sh Build -f ../redhat.config.m4 >+ popd > done > > %install >@@ -257,17 +259,17 @@ > namegroup=`id -ng` > > Make() { >- make $@ \ >- DESTDIR=$RPM_BUILD_ROOT \ >- MANROOT=%{_mandir}/man \ >- SBINOWN=${nameuser} SBINGRP=${namegroup} \ >- UBINOWN=${nameuser} UBINGRP=${namegroup} \ >- MANOWN=${nameuser} MANGRP=${namegroup} \ >- INCOWN=${nameuser} INCGRP=${namegroup} \ >- LIBOWN=${nameuser} LIBGRP=${namegroup} \ >- GBINOWN=${nameuser} GBINGRP=${namegroup} \ >- CFOWN=${nameuser} CFGRP=${namegroup} \ >- MSPQOWN=${nameuser} >+ make $@ \ >+ DESTDIR=$RPM_BUILD_ROOT \ >+ MANROOT=%{_mandir}/man \ >+ SBINOWN=${nameuser} SBINGRP=${namegroup} \ >+ UBINOWN=${nameuser} UBINGRP=${namegroup} \ >+ MANOWN=${nameuser} MANGRP=${namegroup} \ >+ INCOWN=${nameuser} INCGRP=${namegroup} \ >+ LIBOWN=${nameuser} LIBGRP=${namegroup} \ >+ GBINOWN=${nameuser} GBINGRP=${namegroup} \ >+ CFOWN=${nameuser} CFGRP=${namegroup} \ >+ MSPQOWN=${nameuser} > } > > Make install -C $OBJDIR/libmilter >@@ -282,7 +284,7 @@ > touch $RPM_BUILD_ROOT/rootfile > root=.. > while [ ! -r $RPM_BUILD_ROOT/%{_bindir}/${root}/rootfile ] ; do >- root=${root}/.. >+ root=${root}/.. > done > ln -sf ${root}%{_sbindir}/makemap $RPM_BUILD_ROOT/%{_bindir}/makemap > >@@ -317,10 +319,10 @@ > install -m 644 cf/cf/submit.mc $RPM_BUILD_ROOT/etc/mail/submit.mc > > echo "# local-host-names - include all aliases for your machine here." \ >- > $RPM_BUILD_ROOT/etc/mail/local-host-names >+ > $RPM_BUILD_ROOT/etc/mail/local-host-names > ( echo "# trusted-users - users that can send mail as others without a warning" > echo "# apache, mailman, majordomo, uucp, are good candidates" ) \ >- > $RPM_BUILD_ROOT/etc/mail/trusted-users >+ > $RPM_BUILD_ROOT/etc/mail/trusted-users > > ln -sf ../sbin/sendmail $RPM_BUILD_ROOT/usr/lib/sendmail.sendmail > install -d -m775 $RPM_BUILD_ROOT/var/spool/mqueue >@@ -329,25 +331,14 @@ > # dangling symlinks > root=.. > while [ ! -r $RPM_BUILD_ROOT/%{_bindir}/${root}/rootfile ] ; do >- root=${root}/.. >+ root=${root}/.. > done > for f in hoststat mailq newaliases purgestat ; do > ln -sf ${root}%{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/${f} > done > install -d -m755 $RPM_BUILD_ROOT/etc/smrsh > >-cat <<EOF > $RPM_BUILD_ROOT/etc/mail/access >-# Check the /usr/share/doc/sendmail/README.cf file for a description >-# of the format of this file. (search for access_db in that file) >-# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc >-# package. >-# >-# by default we allow relaying from localhost... >-Connect:localhost.localdomain RELAY >-Connect:localhost RELAY >-Connect:127.0.0.1 RELAY >- >-EOF >+install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/mail/access > for map in virtusertable access domaintable mailertable ; do > touch $RPM_BUILD_ROOT/etc/mail/${map} > chmod 0644 $RPM_BUILD_ROOT/etc/mail/${map} >@@ -366,7 +357,7 @@ > > install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/mail/Makefile > >-chmod u+w $RPM_BUILD_ROOT/usr/sbin/{mailstats,praliases} >+chmod u+w $RPM_BUILD_ROOT/usr/sbin/{mailstats,makemap,praliases,smrsh} > chmod u+w $RPM_BUILD_ROOT/usr/bin/rmail > > %if "%{with_sasl1}" == "yes" >@@ -389,7 +380,7 @@ > > mv $RPM_BUILD_ROOT%{_sbindir}/sendmail $RPM_BUILD_ROOT%{_sbindir}/sendmail.sendmail > for i in mailq newaliases rmail; do >- mv $RPM_BUILD_ROOT%{_bindir}/$i $RPM_BUILD_ROOT%{_bindir}/$i.sendmail >+ mv $RPM_BUILD_ROOT%{_bindir}/$i $RPM_BUILD_ROOT%{_bindir}/$i.sendmail > done > mv $RPM_BUILD_ROOT%{_mandir}/man1/mailq.1 $RPM_BUILD_ROOT%{_mandir}/man1/mailq.sendmail.1 > mv $RPM_BUILD_ROOT%{_mandir}/man1/newaliases.1 $RPM_BUILD_ROOT%{_mandir}/man1/newaliases.sendmail.1 >@@ -416,11 +407,11 @@ > > %postun > if [ "$1" -ge "1" ]; then >- %{initdir}/sendmail condrestart >/dev/null 2>&1 >- mta=`readlink /etc/alternatives/mta` >- if [ "$mta" == "%{_sbindir}/sendmail.sendmail" ]; then >- /usr/sbin/alternatives --set mta %{_sbindir}/sendmail.sendmail >- fi >+ %{initdir}/sendmail condrestart >/dev/null 2>&1 >+ mta=`readlink /etc/alternatives/mta` >+ if [ "$mta" == "%{_sbindir}/sendmail.sendmail" ]; then >+ /usr/sbin/alternatives --set mta %{_sbindir}/sendmail.sendmail >+ fi > fi > exit 0 > >@@ -430,16 +421,16 @@ > # > if [ -f /etc/mail/deny ] ; then > cat /etc/mail/deny | \ >- awk 'BEGIN{ print "# Entries from obsoleted /etc/mail/deny"} \ >- {print $1" REJECT"}' >> /etc/mail/access >+ awk 'BEGIN{ print "# Entries from obsoleted /etc/mail/deny"} \ >+ {print $1" REJECT"}' >> /etc/mail/access > cp /etc/mail/deny /etc/mail/deny.rpmorig > fi > for oldfile in relay_allow ip_allow name_allow ; do > if [ -f /etc/mail/$oldfile ] ; then >- cat /etc/mail/$oldfile | \ >- awk "BEGIN { print \"# Entries from obsoleted /etc/mail/$oldfile\" ;} \ >- { print \$1\" RELAY\" }" >> /etc/mail/access >- cp /etc/mail/$oldfile /etc/mail/$oldfile.rpmorig >+ cat /etc/mail/$oldfile | \ >+ awk "BEGIN { print \"# Entries from obsoleted /etc/mail/$oldfile\" ;} \ >+ { print \$1\" RELAY\" }" >> /etc/mail/access >+ cp /etc/mail/$oldfile /etc/mail/$oldfile.rpmorig > fi > done > >@@ -448,9 +439,9 @@ > # > cf=`/bin/mktemp /etc/mail/sendmail.cf.XXXXXX` > if [ "$cf" != "" ] ; then >- sed 's/^O AutoRebuildAliases$/#&/g' /etc/mail/sendmail.cf > ${cf} && \ >- cat ${cf} > /etc/mail/sendmail.cf >- rm ${cf} >+ sed 's/^O AutoRebuildAliases$/#&/g' /etc/mail/sendmail.cf > ${cf} && \ >+ cat ${cf} > /etc/mail/sendmail.cf >+ rm ${cf} > fi > > /sbin/chkconfig --add sendmail >@@ -458,16 +449,16 @@ > # Set up the alternatives files for MTAs. > # > /usr/sbin/alternatives --install %{_sbindir}/sendmail mta %{_sbindir}/sendmail.sendmail 90 \ >- --slave %{_bindir}/mailq mta-mailq %{_bindir}/mailq.sendmail \ >- --slave %{_bindir}/newaliases mta-newaliases %{_bindir}/newaliases.sendmail \ >- --slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.sendmail \ >- --slave /usr/lib/sendmail mta-sendmail /usr/lib/sendmail.sendmail \ >+ --slave %{_bindir}/mailq mta-mailq %{_bindir}/mailq.sendmail \ >+ --slave %{_bindir}/newaliases mta-newaliases %{_bindir}/newaliases.sendmail \ >+ --slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.sendmail \ >+ --slave /usr/lib/sendmail mta-sendmail /usr/lib/sendmail.sendmail \ > --slave %{_sysconfdir}/pam.d/smtp mta-pam %{_sysconfdir}/pam.d/smtp.sendmail \ >- --slave %{_mandir}/man8/sendmail.8.gz mta-sendmailman %{_mandir}/man8/sendmail.sendmail.8.gz \ >- --slave %{_mandir}/man1/mailq.1.gz mta-mailqman %{_mandir}/man1/mailq.sendmail.1.gz \ >- --slave %{_mandir}/man1/newaliases.1.gz mta-newaliasesman %{_mandir}/man1/newaliases.sendmail.1.gz \ >- --slave %{_mandir}/man5/aliases.5.gz mta-aliasesman %{_mandir}/man5/aliases.sendmail.5.gz \ >- --initscript sendmail >+ --slave %{_mandir}/man8/sendmail.8.gz mta-sendmailman %{_mandir}/man8/sendmail.sendmail.8.gz \ >+ --slave %{_mandir}/man1/mailq.1.gz mta-mailqman %{_mandir}/man1/mailq.sendmail.1.gz \ >+ --slave %{_mandir}/man1/newaliases.1.gz mta-newaliasesman %{_mandir}/man1/newaliases.sendmail.1.gz \ >+ --slave %{_mandir}/man5/aliases.5.gz mta-aliasesman %{_mandir}/man5/aliases.sendmail.5.gz \ >+ --initscript sendmail > > > # >@@ -496,9 +487,9 @@ > > %preun > if [ $1 = 0 ]; then >- %{initdir}/sendmail stop >/dev/null 2>&1 >- /sbin/chkconfig --del sendmail >- /usr/sbin/alternatives --remove mta %{_sbindir}/sendmail.sendmail >+ %{initdir}/sendmail stop >/dev/null 2>&1 >+ /sbin/chkconfig --del sendmail >+ /usr/sbin/alternatives --remove mta %{_sbindir}/sendmail.sendmail > fi > exit 0 > >@@ -534,50 +525,62 @@ > %{_mandir}/man1/mailq.sendmail.1* > > %dir %{stdir} >-%config(noreplace) %{stdir}/statistics >-%config(noreplace) /etc/mail/sendmail.cf >-%config(noreplace) /etc/mail/submit.cf >-%attr(0644,root,root) %config(noreplace) /etc/mail/sendmail.mc >-%attr(0644,root,root) %config(noreplace) /etc/mail/submit.mc >-%config(noreplace) /etc/mail/local-host-names >+%config(noreplace) %{stdir}/statistics >+%config(noreplace) /etc/mail/sendmail.cf >+%config(noreplace) /etc/mail/submit.cf >+%attr(0644,root,root) %config(noreplace) /etc/mail/sendmail.mc >+%attr(0644,root,root) %config(noreplace) /etc/mail/submit.mc >+%config(noreplace) /etc/mail/local-host-names > %if "%{old_setup}" == "yes" >-%config(noreplace) /etc/aliases >+%config(noreplace) /etc/aliases > %endif >-%attr(0644,root,root) %ghost /etc/aliases.db >-%attr(0770,smmsp,smmsp) %dir /var/spool/clientmqueue >-%attr(0700,root,mail) %dir /var/spool/mqueue >+%attr(0644,root,root) %ghost /etc/aliases.db >+%attr(0770,smmsp,smmsp) %dir /var/spool/clientmqueue >+%attr(0700,root,mail) %dir /var/spool/mqueue > %dir /etc/smrsh > %dir /etc/mail > > %config(noreplace) /etc/mail/Makefile >-%attr(0644,root,root) %ghost /etc/mail/virtusertable.db >-%attr(0644,root,root) %config(noreplace) /etc/mail/virtusertable >+%attr(0644,root,root) %ghost /etc/mail/virtusertable.db >+%attr(0644,root,root) %config(noreplace) /etc/mail/virtusertable > >-%attr(0644,root,root) %ghost /etc/mail/access.db >-%attr(0644,root,root) %config(noreplace) /etc/mail/access >+%attr(0644,root,root) %ghost /etc/mail/access.db >+%attr(0644,root,root) %config(noreplace) /etc/mail/access > >-%attr(0644,root,root) %ghost /etc/mail/domaintable.db >-%attr(0644,root,root) %config(noreplace) /etc/mail/domaintable >+%attr(0644,root,root) %ghost /etc/mail/domaintable.db >+%attr(0644,root,root) %config(noreplace) /etc/mail/domaintable > >-%attr(0644,root,root) %ghost /etc/mail/mailertable.db >-%attr(0644,root,root) %config(noreplace) /etc/mail/mailertable >+%attr(0644,root,root) %ghost /etc/mail/mailertable.db >+%attr(0644,root,root) %config(noreplace) /etc/mail/mailertable > >-%attr(0644,root,root) %config(noreplace) /etc/mail/helpfile >-%attr(0644,root,root) %config(noreplace) /etc/mail/trusted-users >+%attr(0644,root,root) %config(noreplace) /etc/mail/helpfile >+%attr(0644,root,root) %config(noreplace) /etc/mail/trusted-users > > %config(noreplace) /etc/sysconfig/sendmail > >-%config %{initdir}/sendmail >+%{initdir}/sendmail > > %config %{_libdir}/sasl*/Sendmail*.conf > %config(noreplace) /etc/pam.d/smtp.sendmail > > %files cf > %defattr(-,root,root) >-%{sendmailcf} >+%dir %{sendmailcf}/ >+%doc %{sendmailcf}/README >+%{sendmailcf}/cf/ >+%{sendmailcf}/domain/ >+%{sendmailcf}/feature/ >+%{sendmailcf}/hack/ >+%{sendmailcf}/m4/ >+%{sendmailcf}/mailer/ >+%{sendmailcf}/ostype/ >+%{sendmailcf}/sendmail.schema >+%{sendmailcf}/sh/ >+%{sendmailcf}/siteconfig/ > > %files devel > %defattr(-,root,root) >+%doc libmilter/docs/* > %dir %{_includedir}/libmilter > %{_includedir}/libmilter/*.h > %{_libdir}/libmilter.a >@@ -938,11 +941,11 @@ > * Mon Dec 02 2002 Florian La Roche <Florian.LaRoche@redhat.de> > - add the following changes from Adrian Havill <havill@redhat.com> > to our default sendmail.mc file: >- - added commented-out-by-default common AUTH/SSL examples >- - updated m4 example and rpm reference >- - added more comment documentation >- - add commented out confAUTO_REBUILD example >- - improve description about MASQUERADE_AS >+ - added commented-out-by-default common AUTH/SSL examples >+ - updated m4 example and rpm reference >+ - added more comment documentation >+ - add commented out confAUTO_REBUILD example >+ - improve description about MASQUERADE_AS > > * Mon Nov 18 2002 Florian La Roche <Florian.LaRoche@redhat.de> > - add to submit.mc: define(`_MTA_HOST_', `[127.0.0.1]') >@@ -984,9 +987,9 @@ > > * Wed Jul 24 2002 Florian La Roche <Florian.LaRoche@redhat.de> > - suggestions form Stephane Lentz: >- - add correct include statement into submit.mc (like sendmail.mc) >- - add commented out further suggestions into submit.mc >- - disable ident lookups >+ - add correct include statement into submit.mc (like sendmail.mc) >+ - add commented out further suggestions into submit.mc >+ - disable ident lookups > > * Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de> > - fix initscript for the second daemon and pidfile location #67910 >@@ -1041,7 +1044,7 @@ > - run chkconfig --add before alternatives > > * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 8.12.2-3 >-- run alternatives --remove in %preun >+- run alternatives --remove in %%preun > - add some prereqs > > * Mon Feb 25 2002 Nalin Dahyabhai <nalin@redhat.com> 8.12.2-2 >@@ -1062,7 +1065,7 @@ > to build this for older releases > > * Fri Feb 1 2002 Bill Nottingham <notting@redhat.com> 8.11.6-12 >-- %triggerpostun on older versions to make sure alternatives work on >+- %%triggerpostun on older versions to make sure alternatives work on > upgrades > > * Thu Jan 31 2002 Bill Nottingham <notting@redhat.com> 8.11.6-11 >@@ -1136,9 +1139,9 @@ > - add "localhost.localdomain" to the list of hostnames accepted > for local delivery "Cw" in /etc/mail/sendmail.mc > - add patches from Pekka Savola <pekkas@netcore.fi> >- - Enable IPv6 at compile time, patch for glibc 2.2 from PLD >- - Add a commented-out IPv6 daemon .mc line to sendmail.mc >- - buildrequire: openldap-devel, cyrus-sasl-devel >+ - Enable IPv6 at compile time, patch for glibc 2.2 from PLD >+ - Add a commented-out IPv6 daemon .mc line to sendmail.mc >+ - buildrequire: openldap-devel, cyrus-sasl-devel > > * Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com> > - rebuild in new environment >@@ -1148,11 +1151,11 @@ > > * Wed Feb 21 2001 Florian La Roche <Florian.LaRoche@redhat.de> > - add changes from Christopher McCrory <chrismcc@pricegrabber.com>: >- - prepare /etc/mail/Makefile for more maps not shipped with this rpm >- - changed sendmail.mc to include some more commented out options, >- so that people are directly pointed at important options >- - add /etc/pam.d/smtp for AUTH >- - add FEATURE(use_ct_file) and /etc/mail/trusted-users >+ - prepare /etc/mail/Makefile for more maps not shipped with this rpm >+ - changed sendmail.mc to include some more commented out options, >+ so that people are directly pointed at important options >+ - add /etc/pam.d/smtp for AUTH >+ - add FEATURE(use_ct_file) and /etc/mail/trusted-users > > * Fri Feb 16 2001 Tim Powers <timp@redhat.com> > - don't obsolete postfix and exim, only conflict (for RHN purposes) >@@ -1340,7 +1343,7 @@ > > * Mon Mar 22 1999 Jeff Johnson <jbj@redhat.com> > - correxct dangling symlinks. >-- check for map file existence in %post. >+- check for map file existence in %%post. > > * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> > - auto rebuild in the new build environment (release 3) >--- /dev/null 2007-02-11 15:13:31.577081836 +0000 >+++ sendmail-8.14.0-etc-mail-access 2007-02-15 17:47:16.000000000 +0000 >@@ -0,0 +1,10 @@ >+# Check the /usr/share/doc/sendmail/README.cf file for a description >+# of the format of this file. (search for access_db in that file) >+# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc >+# package. >+# >+# by default we allow relaying from localhost... >+Connect:localhost.localdomain RELAY >+Connect:localhost RELAY >+Connect:127.0.0.1 RELAY >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226407
: 148135 |
148408
|
157873
|
423270