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)
Sat, Mar 7, 9:58 PM
Unknown Object (File)
Fri, Mar 6, 3:35 PM
Unknown Object (File)
Tue, Mar 3, 5:16 AM
Unknown Object (File)
Mon, Mar 2, 2:40 AM
Unknown Object (File)
Sun, Mar 1, 5:29 AM
Unknown Object (File)
Sat, Feb 28, 4:21 PM
Unknown Object (File)
Sat, Feb 28, 12:07 PM
Unknown Object (File)
Fri, Feb 27, 1:51 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