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)
Thu, Nov 6, 2:58 AM
Unknown Object (File)
Thu, Nov 6, 12:44 AM
Unknown Object (File)
Wed, Nov 5, 1:13 PM
Unknown Object (File)
Wed, Nov 5, 6:37 AM
Unknown Object (File)
Tue, Nov 4, 7:36 PM
Unknown Object (File)
Fri, Oct 24, 9:56 PM
Unknown Object (File)
Fri, Oct 24, 9:56 PM
Unknown Object (File)
Fri, Oct 24, 3:30 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!