Page MenuHomeFreeBSD

Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERS
ClosedPublic

Authored by ngie on Jan 6 2017, 4:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 3, 9:15 AM
Unknown Object (File)
Fri, Oct 3, 7:52 AM
Unknown Object (File)
Fri, Oct 3, 12:44 AM
Unknown Object (File)
Thu, Oct 2, 4:08 PM
Unknown Object (File)
Thu, Oct 2, 2:27 PM
Unknown Object (File)
Sun, Sep 28, 2:30 AM
Unknown Object (File)
Mon, Sep 22, 4:41 AM
Unknown Object (File)
Sun, Sep 21, 11:54 PM
Subscribers

Details

Summary

Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERS

This will allow inetd to stand by itself without libwrap.

MFC after: 2 weeks

Diff Detail

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

Event Timeline

ngie retitled this revision from to Conditionalize libwrap support into inetd based on MK_TCP_WRAPPERS.
ngie updated this object.
ngie edited the test plan for this revision. (Show Details)
ngie added a reviewer: hrs.

I didn't compile out -w/-W support. I was wondering if I should do that..

I think you need to add CFLAGS+=-DLIBWRAP in Makefile. The others look fine to me.

In D9056#188565, @hrs wrote:

I think you need to add CFLAGS+=-DLIBWRAP in Makefile. The others look fine to me.

Derp... yes, I do.

ngie edited edge metadata.

Add CFLAGS+=-DLIBWRAP to the Makefile to properly enable TCP wrappers support when requested

This revision was automatically updated to reflect the committed changes.