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, Jul 25, 7:36 PM
Unknown Object (File)
Sat, Jul 25, 6:29 PM
Unknown Object (File)
Fri, Jul 24, 6:36 PM
Unknown Object (File)
Mon, Jul 20, 11:07 AM
Unknown Object (File)
Mon, Jul 20, 7:46 AM
Unknown Object (File)
Sat, Jul 18, 6:30 PM
Unknown Object (File)
Sat, Jul 18, 6:45 AM
Unknown Object (File)
Wed, Jul 15, 7:08 AM
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