From 2ff4cd062582074fb129e6f66a39da316506f3f2 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 20 Aug 2008 02:28:29 -0700 Subject: don't set high priority if --force is passed, this implies that we're in the initial config --- debian/local/pam-auth-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index 719e0873..a9b93d62 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -88,7 +88,7 @@ if ($diff) { # an empty module set is an error, so grab the defaults instead if (!@enabled) { @enabled = grep { $profiles{$_}->{'Default'} eq 'yes' } @sorted; - $priority = 'high'; + $priority = 'high' unless ($force); } elsif (-e $savedir . '/seen') { # add any previously-unseen configs my %seen; -- cgit v1.2.3