From 11bc1acede77e0096af0255c2aa2c9ba35256de1 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 2 Sep 2010 17:14:05 -0700 Subject: debian/local/pam-auth-update: sort additional module options before writing them out, so that we don't wind up with a different config file on every invocation. Thanks to Jim Paris for the patch. Closes: #594123. --- debian/local/pam-auth-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/local/pam-auth-update') diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index 2f9da0b3..7010cdca 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -271,7 +271,7 @@ sub merge_one_line $i--; } } - return $modline . " " . join(' ',@opts,keys(%{$adds})) . "\n"; + return $modline . " " . join(' ',@opts,sort keys(%{$adds})) . "\n"; } # return the lines for a given config name, type, and position in the stack -- cgit v1.2.3