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
F107582042: D6969.diff
Thu, Jan 16, 5:25 AM
Unknown Object (File)
Thu, Dec 26, 11:33 AM
Unknown Object (File)
Nov 28 2024, 6:16 AM
Unknown Object (File)
Nov 28 2024, 6:15 AM
Unknown Object (File)
Nov 2 2024, 6:09 AM
Unknown Object (File)
Nov 2 2024, 6:09 AM
Unknown Object (File)
Nov 2 2024, 5:58 AM
Unknown Object (File)
Sep 26 2024, 1:46 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!