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, Mar 22, 9:17 PM
Unknown Object (File)
Fri, Mar 22, 9:17 PM
Unknown Object (File)
Fri, Mar 22, 9:17 PM
Unknown Object (File)
Fri, Mar 22, 9:17 PM
Unknown Object (File)
Mar 8 2024, 11:24 AM
Unknown Object (File)
Jan 4 2024, 4:11 PM
Unknown Object (File)
Jan 4 2024, 4:11 PM
Unknown Object (File)
Jan 4 2024, 4:11 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 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.