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, Aug 21, 8:22 PM
Unknown Object (File)
Thu, Aug 20, 11:04 AM
Unknown Object (File)
Wed, Aug 19, 6:20 PM
Unknown Object (File)
Tue, Aug 18, 6:57 AM
Unknown Object (File)
Thu, Aug 13, 11:02 AM
Unknown Object (File)
Wed, Aug 12, 11:05 AM
Unknown Object (File)
Wed, Aug 12, 11:03 AM
Unknown Object (File)
Wed, Aug 12, 9:11 AM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 6583
Build 6802: arc lint + arc unit

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.