Page MenuHomeFreeBSD

pam_krb5: Fix manual page in MIT case
Needs ReviewPublic

Authored by des on Sat, Nov 22, 4:57 PM.
Tags
None
Referenced Files
F137424746: D53885.diff
Sun, Nov 23, 8:20 AM
F137423132: D53885.diff
Sun, Nov 23, 7:58 AM
F137410416: D53885.id166969.diff
Sun, Nov 23, 4:56 AM
F137398628: D53885.id.diff
Sun, Nov 23, 2:16 AM
F137388830: D53885.id166969.diff
Sun, Nov 23, 12:26 AM
F137387871: D53885.id.diff
Sun, Nov 23, 12:19 AM
F137386531: D53885.diff
Sun, Nov 23, 12:02 AM
Subscribers

Details

Reviewers
cy
ivy
Group Reviewers
security
manpages
krb5
Summary
  • Always install the manual page as pam_krb5(8) regardless of which version we're using.
  • Regenerate it using pod2mdoc instead of pod2man so it doesn't claim to be part of “User Contributed Perl Documentation”.
  • Put the correct section number in the header and footer.
  • Don't cross-reference non-existent pam(7) manual page.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68809
Build 65692: arc lint + arc unit

Event Timeline

ivy added inline comments.
lib/libpam/modules/pam_krb5/Makefile
79

i don't quite follow this. when would this not exist?

cperciva added inline comments.
lib/libpam/modules/pam_krb5/Makefile
79

As part of release building, for one thing. It's part of the textproc/pod2mdoc port.

I don't think we should be building the base system differently based on which ports people have installed...

lib/libpam/modules/pam_krb5/Makefile
79

if this is from a port, it should be part of the vendor import process, not something run from a Makefile.