diff options
author | Steve Langasek <vorlon@debian.org> | 2009-09-02 21:09:14 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:28:35 -0800 |
commit | d164065aca32bd6a0982f8ff127c113d0e40bfdd (patch) | |
tree | 4eda9a6e2528f3fd8f90fcae524bf4aec70a272b /debian/libpam-modules-bin.install | |
parent | c190f649badf8ec4dd2c6ce63d2798657f90a7f4 (diff) | |
download | pam-d164065aca32bd6a0982f8ff127c113d0e40bfdd.tar.gz pam-d164065aca32bd6a0982f8ff127c113d0e40bfdd.tar.bz2 pam-d164065aca32bd6a0982f8ff127c113d0e40bfdd.zip |
Split libpam-modules into libpam-modules and libpam-modules-bin, so that we
only have to have one copy of the helper binaries installed.
Diffstat (limited to 'debian/libpam-modules-bin.install')
-rw-r--r-- | debian/libpam-modules-bin.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/libpam-modules-bin.install b/debian/libpam-modules-bin.install new file mode 100644 index 00000000..48a1c0ca --- /dev/null +++ b/debian/libpam-modules-bin.install @@ -0,0 +1,4 @@ +sbin/unix_chkpwd sbin +sbin/unix_update sbin +sbin/pam_tally sbin +sbin/mkhomedir_helper sbin |