diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-24 16:30:01 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:25:56 -0800 |
commit | 2a4967d586e395cebbc798a8fa9120a095ea3205 (patch) | |
tree | fe90a67dc697039637d1a583c1d71a3dcb81ec54 | |
parent | df59c63f59a583800b2de9db13ccd0813b76c44d (diff) | |
download | pam-2a4967d586e395cebbc798a8fa9120a095ea3205.tar.gz pam-2a4967d586e395cebbc798a8fa9120a095ea3205.tar.bz2 pam-2a4967d586e395cebbc798a8fa9120a095ea3205.zip |
Add /sbin/mkhomedir_helper to libpam-modules.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam-modules.files | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fb4de026..71879311 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ pam (1.1.0-1) UNRELEASED; urgency=low * Trim pam.d-manpage-section patch, which was mostly but not completely applied upstream. * Update debian/libpam0g.symbols for new extension. + * Add /sbin/mkhomedir_helper to libpam-modules. -- Steve Langasek <vorlon@debian.org> Mon, 24 Aug 2009 01:23:18 -0700 diff --git a/debian/libpam-modules.files b/debian/libpam-modules.files index 57187b51..35ddef04 100644 --- a/debian/libpam-modules.files +++ b/debian/libpam-modules.files @@ -2,3 +2,4 @@ etc/security/ sbin/unix_chkpwd sbin/unix_update sbin/pam_tally +sbin/mkhomedir_helper |