From f8e72fcd1cf4c3136a6599d9cfc3d9292c04fb57 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 23 Aug 2008 11:51:56 -0700 Subject: document another bug that we need to sort out --- debian/local/pam-auth-update | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') 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'); } -- cgit v1.2.3