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
F157091977: D52882.diff
Mon, May 18, 9:46 AM
Unknown Object (File)
Wed, May 13, 5:56 PM
Unknown Object (File)
Wed, May 13, 5:55 PM
Unknown Object (File)
Wed, May 13, 5:55 PM
Unknown Object (File)
Wed, May 13, 5:55 PM
Unknown Object (File)
Wed, May 13, 5:39 PM
Unknown Object (File)
Fri, May 1, 10:03 AM
Unknown Object (File)
Wed, Apr 29, 7:09 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