summaryrefslogtreecommitdiffstats
path: root/mod_nss-gencert.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mod_nss-gencert.patch')
-rw-r--r--mod_nss-gencert.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/mod_nss-gencert.patch b/mod_nss-gencert.patch
new file mode 100644
index 0000000..b328032
--- /dev/null
+++ b/mod_nss-gencert.patch
@@ -0,0 +1,26 @@
+--- mod_nss-1.0/gencert.in 2006-06-20 22:43:33.000000000 -0400
++++ mod_nss-1.0/gencert.in.orig 2006-06-20 22:57:08.000000000 -0400
+@@ -82,12 +82,11 @@
+
+ DEST=$1
+
+-echo "httptest" > $DEST/pw.txt
++echo -e "\n" > $DEST/pw.txt
+
+ echo ""
+ echo "#####################################################################"
+-echo "Generating new server certificate and key database. The password"
+-echo "is httptest"
++echo "Generating new server certificate and key database."
+ echo "#####################################################################"
+ $CERTUTIL -N -d $DEST -f $DEST/pw.txt
+
+@@ -183,8 +182,4 @@
+ rm $DEST/pw.txt
+ rm $DEST/noise
+
+-echo ""
+-echo "The database password is httptest"
+-echo ""
+-
+ exit 0