packages: Install development manpages in the -dev packageAdd a new per-group SUBPACKAGE option to bsd.man.mk. When MANSPLITPKGis enabled, this is forced to "-man", otherwise it defaults to empty
packages: Install development manpages in the -dev packageAdd a new per-group SUBPACKAGE option to bsd.man.mk. When MANSPLITPKGis enabled, this is forced to "-man", otherwise it defaults to emptybut can be overridden by the caller.Use this in bsd.lib.mk to install library manpages in the -dev packageinstead of the base package. This is nearly always preferable, sincelibrary manpages are usually in section 2 or 3 and are only relevantto people with development packages installed.For manpages which should be installed in the base package even forlibraries, add a new MANNODEV group in bsd.lib.mk. Update existingMakefiles to use this where appropriate.MFC after: 3 daysDiscussed with: olceReviewed by: olceSponsored by: https://www.patreon.com/bsdivyDifferential Revision: https://reviews.freebsd.org/D52832
show more ...
nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIBReviewed by: desApproved by: emaste (mentor)Fixes: 6c5cdba1bafe ("Add nss_tacplus, a TACACS+ NSS module.")MFC after: 1 dayDifferential Revisio
nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIBReviewed by: desApproved by: emaste (mentor)Fixes: 6c5cdba1bafe ("Add nss_tacplus, a TACACS+ NSS module.")MFC after: 1 dayDifferential Revision: https://reviews.freebsd.org/D52882
nss_tacplus: Fix typo in MakefileReported by: ivy@MFC after: 3 days
nss_tacplus: Provide dummy setpwent(), getpwent_r(), endpwent().These aren't really needed, since TACACS+ does not support enumeration, but providing placeholders keeps nsdispatch() from complainin
nss_tacplus: Provide dummy setpwent(), getpwent_r(), endpwent().These aren't really needed, since TACACS+ does not support enumeration, but providing placeholders keeps nsdispatch() from complaining that they're missing.MFC after: 1 weekSponsored by: Klara, Inc.Reviewed by: kevansDifferential Revision: https://reviews.freebsd.org/D41658
nss_tacplus: Support setting the login class.MFC after: 1 weekSponsored by: Klara, Inc.Reviewed by: thjDifferential Revision: https://reviews.freebsd.org/D40376
Add nss_tacplus, a TACACS+ NSS module.MFC after: 1 weekSponsored by: Klara, Inc.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D40133