From 8dd1a730444191a173a9ea67136d479ad0df3ee0 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 25 Aug 2008 23:09:21 -0700 Subject: add old session template md5sum --- debian/local/pam-auth-update | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index 62c3b08f..ebe16e16 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -47,8 +47,11 @@ my %md5sums = ( '21e152635b16ff793e4a7941396545dd', 'fc5dbae197ddcafdbce8617f3bdce559', ], - 'session' => ['06cffe624c9bb7d9a7b5891c8a0f94b2'], - ); + 'session' => [ + '06cffe624c9bb7d9a7b5891c8a0f94b2', + '1a1bda3d417991dd366984ca7382f787', + ], +); opendir(DIR, $inputdir) || die "could not open config directory: $!"; while (my $profile = readdir(DIR)) { -- cgit v1.2.3