summaryrefslogtreecommitdiff
path: root/debian/local/pam-auth-update
diff options
context:
space:
mode:
Diffstat (limited to 'debian/local/pam-auth-update')
-rwxr-xr-xdebian/local/pam-auth-update3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update
index 532ced6d..719e0873 100755
--- a/debian/local/pam-auth-update
+++ b/debian/local/pam-auth-update
@@ -88,6 +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';
} elsif (-e $savedir . '/seen') {
# add any previously-unseen configs
my %seen;
@@ -127,8 +128,6 @@ EOF
do {
@conflicts = ();
- # FIXME: we probably need this priority to be 'high' in the
- # case that we've managed to get an empty set of packages
input($priority,$template);
go();