summaryrefslogtreecommitdiff
path: root/debian/local
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-08-23 11:51:56 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:27 -0800
commitf8e72fcd1cf4c3136a6599d9cfc3d9292c04fb57 (patch)
treea8bf057243d772bd68932f82fd1dbfeb1f4426b0 /debian/local
parent60f74ffddeeee22099a658c24aad2d82cf4ca8ef (diff)
document another bug that we need to sort out
Diffstat (limited to 'debian/local')
-rwxr-xr-xdebian/local/pam-auth-update3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update
index 7c4db060..a1761908 100755
--- a/debian/local/pam-auth-update
+++ b/debian/local/pam-auth-update
@@ -397,6 +397,9 @@ sub write_profiles
# then do the renames, back-to-back
# we have to use system because File::Copy is in
# perl-modules, not perl-base
+ # FIXME: if there was already a .pam-old file, and we're
+ # going to unlink the old version afterwards, we've clobbered
+ # the user's old version for no reason!
if (-e "$target") {
system('cp','-f',$target,$target . '.pam-old');
}