From e618d211118a3c2b784f2af94844ea4c014b9282 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 6 May 2014 11:00:38 +0000 Subject: [PATCH] do not use $ in random passwords, as they given update errors, if followed by a number --- doc/rpm-build/post_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rpm-build/post_install.php b/doc/rpm-build/post_install.php index 23a1b7e602..092dd6fad1 100755 --- a/doc/rpm-build/post_install.php +++ b/doc/rpm-build/post_install.php @@ -487,7 +487,7 @@ function randomstring($len=16) 'g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v', 'w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L', 'M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z', - '@','!','$','%','&','(',')','=','?',';',':','#','_','-','<', + '@','!','%','&','(',')','=','?',';',':','#','_','-','<', '>','|','[',']','}', // dont add /\,'"{ as we have problems dealing with them );