Page MenuHomeFreeBSD

Remove ftp-related files when WITHOUT_FTP is set.
ClosedPublic

Authored by rakuco on Jun 26 2016, 10:07 AM.
Tags
None
Referenced Files
F166343150: D6969.diff
Thu, Aug 13, 12:46 AM
Unknown Object (File)
Mon, Aug 10, 2:50 PM
Unknown Object (File)
Mon, Aug 10, 12:12 PM
Unknown Object (File)
Sat, Aug 8, 2:30 AM
Unknown Object (File)
Jul 7 2026, 9:01 AM
Unknown Object (File)
May 11 2026, 12:44 AM
Unknown Object (File)
May 5 2026, 12:12 AM
Unknown Object (File)
Apr 27 2026, 6:24 PM
Subscribers

Details

Reviewers
emaste
ngie
imp
Summary

I've just noticed that when WITHOUT_FTP is set in /etc/src.conf the FTP-related files are not removed by make delete-old.

This patch adds all the files I could find that are installed only when MK_FTP is on in the Makefiles.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rakuco retitled this revision from to Remove ftp-related files when WITHOUT_FTP is set..
rakuco updated this object.
rakuco edited the test plan for this revision. (Show Details)
rakuco added a reviewer: ngie.
rakuco set the repository for this revision to rS FreeBSD src repository - subversion.
ngie edited edge metadata.

I'll take this revision and push it in before 11.0 is branched.

This revision is now accepted and ready to land.Jul 2 2016, 5:41 AM

Thanks for the effort and for landing this, ngie!