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
F83626872: D9056.diff
Sun, May 12, 8:46 PM
Unknown Object (File)
Fri, May 10, 5:23 AM
Unknown Object (File)
Thu, Apr 25, 9:08 AM
Unknown Object (File)
Tue, Apr 23, 10:49 AM
Unknown Object (File)
Mar 22 2024, 9:17 PM
Unknown Object (File)
Mar 22 2024, 9:17 PM
Unknown Object (File)
Mar 22 2024, 9:17 PM
Unknown Object (File)
Mar 22 2024, 9:17 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.