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)
Wed, Apr 8, 9:33 PM
Unknown Object (File)
Wed, Apr 8, 9:35 AM
Unknown Object (File)
Mon, Apr 6, 3:45 AM
Unknown Object (File)
Sun, Apr 5, 4:21 PM
Unknown Object (File)
Sun, Apr 5, 3:58 PM
Unknown Object (File)
Sun, Apr 5, 2:47 PM
Unknown Object (File)
Sat, Apr 4, 5:08 PM
Unknown Object (File)
Fri, Apr 3, 1:28 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