/[packages]/updates/1/webmin/current/SOURCES/webmin-1.020-ssl-location.patch
ViewVC logotype

Contents of /updates/1/webmin/current/SOURCES/webmin-1.020-ssl-location.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101464 - (show annotations) (download)
Wed Jun 1 19:01:05 2011 UTC (12 years, 10 months ago) by schedbot
File size: 596 byte(s)
SILENT: branch release 1
1 --- ./setup.sh.gege 2002-10-08 16:44:57.000000000 +0200
2 +++ ./setup.sh 2002-10-08 16:46:17.000000000 +0200
3 @@ -454,7 +454,7 @@
4 chmod 600 $ufile
5 echo "userfile=$ufile" >> $cfile
6
7 - kfile=$config_dir/miniserv.pem
8 + kfile=/etc/pki/tls/private/miniserv.pem
9 openssl version >/dev/null 2>&1
10 if [ "$?" = "0" ]; then
11 # We can generate a new SSL key for this host
12 @@ -477,7 +477,7 @@
13 cp "$wadir/miniserv.pem" $kfile
14 fi
15 chmod 600 $kfile
16 - echo "keyfile=$config_dir/miniserv.pem" >> $cfile
17 + echo "keyfile=/etc/pki/tls/private/miniserv.pem" >> $cfile
18
19 chmod 600 $cfile
20 echo "..done"

  ViewVC Help
Powered by ViewVC 1.1.30