Page MenuHomeFreeBSD

libypclnt: Move to yp package
ClosedPublic

Authored by ivy on Nov 5 2025, 10:21 PM.
Tags
None
Referenced Files
F159562959: D53600.diff
Mon, Jun 15, 6:04 PM
Unknown Object (File)
Thu, Jun 11, 11:12 AM
Unknown Object (File)
Fri, Jun 5, 5:12 PM
Unknown Object (File)
Thu, May 28, 9:12 PM
Unknown Object (File)
Apr 27 2026, 9:32 PM
Unknown Object (File)
Apr 27 2026, 6:00 PM
Unknown Object (File)
Apr 27 2026, 5:54 PM
Unknown Object (File)
Apr 27 2026, 3:52 PM
Subscribers

Details

Summary

This was previously in runtime, because pam_unix uses it and we don't
want to pull in the entire yp package as a dependency of runtime.

However, we can now use LIB_PACKAGE here to create a yp-lib package
to contain the library, which is a much more reasonable dependency.
Since libypclnt clearly belongs in the yp package, move it there.

This change moves files between packages so, until we have a proper
policy on how to handle this in release/stable branches, it should
not be MFC'd.

MFC after: never

Diff Detail

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