other versions
- bookworm 13.11.4
- bookworm-backports 13.19~bpo12+1
- testing 13.20
- unstable 13.20
DH_INSTALLPAM(1) | Debhelper | DH_INSTALLPAM(1) |
名前¶
dh_installpam - pam サポートファイルをインストールする
書式¶
dh_installpam [debhelper options] [--name=name]
説明¶
dh_installpam はパッケージビルドディレクトリ以下に PAM で利用するファイルをインストールする役目の debhelper プログラムです。
ファイル¶
- 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=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.
参照¶
このプログラムは debhelper の一部です。
作者¶
Joey Hess <joeyh@debian.org>
2024-08-23 | 13.20 |