Page MenuHomeFreeBSD

static_libpam: Don't install pam.d.5 twice
ClosedPublic

Authored by ivy on Sat, Nov 1, 6:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 6:14 AM
Unknown Object (File)
Sun, Nov 2, 4:00 PM
Unknown Object (File)
Sun, Nov 2, 3:59 PM
Unknown Object (File)
Sun, Nov 2, 3:59 PM
Unknown Object (File)
Sun, Nov 2, 3:58 PM
Unknown Object (File)
Sun, Nov 2, 7:04 AM
Unknown Object (File)
Sun, Nov 2, 3:36 AM
Unknown Object (File)
Sun, Nov 2, 3:36 AM
Subscribers

Details

Summary

static_libpam's Makefile includes libpam's Makefile after setting some
variables (like MAN) to empty to avoid installing the manpages twice.
After commit 031e711647c3, it neglected to do this for MANNODEVLINKS,
causing pam.d.5.gz to be installed twice. This is harmless for
installworld, but breaks some things that rely on METALOG (NO_ROOT
installs) since it causes two METALOG entries to be generated for
the same file.

Fixes: 031e711647c3 ("packages: Install development manpages in the -dev package")
Reported by: emaste
MFC after: 3 days

Diff Detail

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