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
Unknown Object (File)
Mon, May 11, 12:44 AM
Unknown Object (File)
Tue, May 5, 12:12 AM
Unknown Object (File)
Mon, Apr 27, 6:24 PM
Unknown Object (File)
Mon, Apr 27, 6:15 PM
Unknown Object (File)
Apr 18 2026, 8:16 PM
Unknown Object (File)
Apr 16 2026, 8:24 PM
Unknown Object (File)
Apr 7 2026, 5:36 PM
Unknown Object (File)
Apr 7 2026, 3:53 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!