From ed81b89b72800644109a8e3f86e233e1668eb8b2 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 20 Aug 2008 10:20:19 -0700 Subject: clear the state on the correct template --- debian/local/pam-auth-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/local') diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index 53e6334c..717e41f6 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -392,8 +392,8 @@ sub write_profiles # at the end of a successful write, reset the 'seen' flag and the # value of the debconf override question. - fset($errtemplate,'seen','false'); - set($errtemplate,'false'); + fset($overridetemplate,'seen','false'); + set($overridetemplate,'false'); } # reconcile the current config in /etc/pam.d with the saved ones in -- cgit v1.2.3