Page MenuHomeFreeBSD

syslogd/tests: use kern.features to detect INET support
ClosedPublic

Authored by siva on Feb 19 2026, 8:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 18, 10:25 PM
Unknown Object (File)
Mon, Aug 17, 3:49 AM
Unknown Object (File)
Wed, Aug 12, 2:36 PM
Unknown Object (File)
Wed, Aug 12, 2:36 PM
Unknown Object (File)
Wed, Aug 12, 12:51 AM
Unknown Object (File)
Sun, Aug 9, 8:00 PM
Unknown Object (File)
Sun, Aug 9, 3:32 AM
Unknown Object (File)
Fri, Aug 7, 8:20 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

siva requested review of this revision.Feb 19 2026, 8:34 PM
markj added inline comments.
usr.sbin/syslogd/tests/syslogd_format_test_common.sh
51

Otherwise you'll get a warning if the sysctl doesn't exist, since the -eq operator expects integer operands, but in that case the LHS will be the empty string.

This revision is now accepted and ready to land.Feb 19 2026, 8:40 PM

Applied feedback, will commit this version.

This revision now requires review to proceed.Feb 19 2026, 8:49 PM
This revision is now accepted and ready to land.Feb 19 2026, 8:50 PM