diff options
author | vorlon <Unknown> | 2007-08-20 06:14:49 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 06:14:49 +0000 |
commit | c8a2b279442d4fa63caad60b6d6108c8984daacb (patch) | |
tree | d14ba8465d062605a06387c22a589ead87048af6 | |
parent | f260d398feabac3a2aec8c85559b06838a2d8475 (diff) | |
download | pam-c8a2b279442d4fa63caad60b6d6108c8984daacb.tar.gz pam-c8a2b279442d4fa63caad60b6d6108c8984daacb.tar.bz2 pam-c8a2b279442d4fa63caad60b6d6108c8984daacb.zip |
libpam-modules.files: /usr/sbin/pam_tally has moved to /sbin/pam_tally for
consistency.
-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 |