summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/local/pam-auth-update1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update
index 3dedd40e..760e9aa5 100755
--- a/debian/local/pam-auth-update
+++ b/debian/local/pam-auth-update
@@ -667,6 +667,7 @@ sub parse_pam_profile
}
} else {
chomp;
+ s/^\s+//;
$profile{$fieldname} .= "\n$_";
$profile{$fieldname} =~ s/^[\n\s]+//;
}