Page MenuHomeFreeBSD

nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB
ClosedPublic

Authored by jlduran on Oct 3 2025, 5:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 9, 2:36 AM
Unknown Object (File)
Sat, Aug 8, 4:36 PM
Unknown Object (File)
Sat, Aug 8, 1:34 AM
Unknown Object (File)
Fri, Aug 7, 8:57 PM
Unknown Object (File)
Thu, Aug 6, 10:03 AM
Unknown Object (File)
Thu, Aug 6, 4:59 AM
Unknown Object (File)
Wed, Aug 5, 8:19 AM
Unknown Object (File)
Sat, Aug 1, 11:50 AM
Subscribers

Diff Detail

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

Event Timeline

des requested changes to this revision.Oct 3 2025, 4:56 PM

Please also add usr/lib/libnss_tacplus.a to ObsoleteFiles.inc.

This revision now requires changes to proceed.Oct 3 2025, 4:56 PM

Address suggestions:

  • Add usr/lib/libnss_tacplus.a to ObsoleteFiles.inc
ObsoleteFiles.inc
54

nss_tacplus is not a library, it's an nsswitch plugin. The comment should reflect the fact that this file was never intended to be installed.

  • Update the reason for removal
This revision is now accepted and ready to land.Oct 6 2025, 9:30 AM