Page MenuHomeFreeBSD

libypclnt: Move to yp package
ClosedPublic

Authored by ivy on Nov 5 2025, 10:21 PM.
Tags
None
Referenced Files
F146518285: D53600.id.diff
Tue, Mar 3, 8:03 AM
F146517548: D53600.id165910.diff
Tue, Mar 3, 7:54 AM
F146517534: D53600.id169159.diff
Tue, Mar 3, 7:54 AM
Unknown Object (File)
Tue, Feb 17, 1:04 PM
Unknown Object (File)
Jan 30 2026, 7:47 PM
Unknown Object (File)
Jan 30 2026, 5:24 AM
Unknown Object (File)
Jan 26 2026, 11:41 PM
Unknown Object (File)
Jan 24 2026, 1:53 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