]> git.pld-linux.org Git - packages/apache-mod_nss.git/blame - apache-mod_nss-gencert.patch
- added
[packages/apache-mod_nss.git] / apache-mod_nss-gencert.patch
CommitLineData
ca839269 1--- mod_nss-1.0/gencert.in 2006-06-20 22:43:33.000000000 -0400
2+++ mod_nss-1.0/gencert.in.orig 2006-06-20 22:57:08.000000000 -0400
3@@ -82,12 +82,11 @@
4
5 DEST=$1
6
7-echo "httptest" > $DEST/pw.txt
8+echo -e "\n" > $DEST/pw.txt
9
10 echo ""
11 echo "#####################################################################"
12-echo "Generating new server certificate and key database. The password"
13-echo "is httptest"
14+echo "Generating new server certificate and key database."
15 echo "#####################################################################"
16 $CERTUTIL -N -d $DEST -f $DEST/pw.txt
17
18@@ -183,8 +182,4 @@
19 rm $DEST/pw.txt
20 rm $DEST/noise
21
22-echo ""
23-echo "The database password is httptest"
24-echo ""
25-
26 exit 0
This page took 0.047019 seconds and 4 git commands to generate.