diff options
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | libpam-modules.files | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -69,8 +69,10 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low - make binary-arch also depend on the install target, and streamline the rules * Drop debian/local/unix_chkpwd.8 in favor of the upstream manpage. + * libpam-modules.files: /usr/sbin/pam_tally has moved to /sbin/pam_tally + for consistency. - -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:02:46 -0700 + -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:13:46 -0700 pam (0.79-4) unstable; urgency=medium diff --git a/libpam-modules.files b/libpam-modules.files index 6d2d7137..bd9cec59 100644 --- a/libpam-modules.files +++ b/libpam-modules.files @@ -1,3 +1,3 @@ etc/security/ sbin/unix_chkpwd -usr/sbin/pam_tally +sbin/pam_tally |