summarylogtreecommitdiffstats
path: root/genpass.patch
diff options
context:
space:
mode:
Diffstat (limited to 'genpass.patch')
-rw-r--r--genpass.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/genpass.patch b/genpass.patch
new file mode 100644
index 000000000000..cac2e718e880
--- /dev/null
+++ b/genpass.patch
@@ -0,0 +1,11 @@
+--- etc/gendbpasswordsorig 2014-02-14 19:41:50.000000000 +0100
++++ etc/gendbpasswords 2014-02-14 19:42:16.000000000 +0100
+@@ -6,8 +6,6 @@
+ # Exit on any error:
+ set -e
+
+-echo "# Format: 'dummy:<db_host>:<db_name>:<user>:<password>'"
+-
+ printf "dummy:localhost:domjudge:domjudge:"
+ head -c12 /dev/urandom | base64 | head -c16 | tr '/+' 'Aa'
+ echo