logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_installpam - install pam support files

Author

       Joey Hess <joeyh@debian.org>

13.24.1ubuntu2                                     2025-02-11                                   DH_INSTALLPAM(1)

Description

dh_installpam is a debhelper program that is responsible for installing files used by PAM into package
       build directories.

Files

       debian/package.pam
           Installed into usr/lib/pam.d/package in the package build directory.

           Until  compatibility  level 14 this file was installed under etc/pam.d/package. Please consider using
           the "rm_conffile" feature from dh_installdeb(1) to ensure the proper removal of previous PAM files.

Name

       dh_installpam - install pam support files

Options

--name=name
           Look for files named debian/package.name.pam and install them as usr/lib/pam.d/name, instead of using
           the usual files and installing them using the package name.

See Also

debhelper(7)

       This program is a part of debhelper.

Synopsis

dh_installpam [debhelperoptions] [--name=name]

See Also