Page MenuHomeFreeBSD

Fix obsolete files list for sendmail
ClosedPublic

Authored by garga on Aug 4 2015, 3:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 31, 8:13 AM
Unknown Object (File)
Sat, May 11, 8:49 PM
Unknown Object (File)
Apr 29 2024, 7:14 PM
Unknown Object (File)
Apr 29 2024, 6:25 PM
Unknown Object (File)
Apr 12 2024, 9:05 PM
Unknown Object (File)
Feb 22 2024, 10:42 PM
Unknown Object (File)
Feb 12 2024, 2:33 PM
Unknown Object (File)
Dec 31 2023, 10:08 AM
Subscribers

Details

Summary

After run make delete-old with 'WITHOUT_SENDMAIL=yes' option, 5 files remained in system. This patch fixes it.

Sponsored by: Netgate

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

garga retitled this revision from to Fix obsolete files list for sendmail.
garga updated this object.
garga edited the test plan for this revision. (Show Details)
garga added a reviewer: gshapiro.
garga set the repository for this revision to rS FreeBSD src repository - subversion.
garga added subscribers: loos, gnn.

Thanks for catching this -- I'll add this file to my list of files to hit on updates.

The patch looks good except it is missing one more file that should be added:

usr/share/sendmail/cf/ostype/solaris11.m4

Thanks for catching this -- I'll add this file to my list of files to hit on updates.

The patch looks good except it is missing one more file that should be added:

usr/share/sendmail/cf/ostype/solaris11.m4

solaris11.m4 is already there - https://svnweb.freebsd.org/base/head/tools/build/mk/OptionalObsoleteFiles.inc?view=markup#l6573

I also plan to MFC this to stable/10, do you approve the MFC too?

In D3302#67565, @garga wrote:

solaris11.m4 is already there - https://svnweb.freebsd.org/base/head/tools/build/mk/OptionalObsoleteFiles.inc?view=markup#l6573

I also plan to MFC this to stable/10, do you approve the MFC too?

It is not there in stable/10 (which is where I was checking), so please add it when you MFC (which is fine with me).

This revision was automatically updated to reflect the committed changes.
In D3302#67565, @garga wrote:

solaris11.m4 is already there - https://svnweb.freebsd.org/base/head/tools/build/mk/OptionalObsoleteFiles.inc?view=markup#l6573

I also plan to MFC this to stable/10, do you approve the MFC too?

It is not there in stable/10 (which is where I was checking), so please add it when you MFC (which is fine with me).

It's not only solaris11.m4 that is missing in stable/10. All OLD_DIRS entry are missing. They were added into HEAD on r256710 [1] but it was never MFC'd.

What is the right way to fix it? MFC r256710 partially (I'm not sure if all entries should be MFC'd after over 20 months) or do a direct commit to stable/10?

[1] https://svnweb.freebsd.org/base/head/tools/build/mk/OptionalObsoleteFiles.inc?r1=256710&r2=256709&pathrev=256710

In D3302#68352, @garga wrote:
In D3302#67565, @garga wrote:

solaris11.m4 is already there - https://svnweb.freebsd.org/base/head/tools/build/mk/OptionalObsoleteFiles.inc?view=markup#l6573

I also plan to MFC this to stable/10, do you approve the MFC too?

It is not there in stable/10 (which is where I was checking), so please add it when you MFC (which is fine with me).

It's not only solaris11.m4 that is missing in stable/10. All OLD_DIRS entry are missing. They were added into HEAD on r256710 [1] but it was never MFC'd.

What is the right way to fix it? MFC r256710 partially (I'm not sure if all entries should be MFC'd after over 20 months) or do a direct commit to stable/10?

[1] https://svnweb.freebsd.org/base/head/tools/build/mk/OptionalObsoleteFiles.inc?r1=256710&r2=256709&pathrev=256710

Nevermind, I've already MFC'd it.