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)
Tue, Jun 30, 8:43 PM
Unknown Object (File)
Sat, Jun 27, 5:30 PM
Unknown Object (File)
Fri, Jun 26, 11:37 PM
Unknown Object (File)
Tue, Jun 23, 2:01 AM
Unknown Object (File)
Sun, Jun 21, 2:46 AM
Unknown Object (File)
Wed, Jun 17, 12:36 AM
Unknown Object (File)
Mon, Jun 15, 10:36 AM
Unknown Object (File)
May 6 2026, 3:08 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.