summaryrefslogtreecommitdiffstats
path: root/base/tps/setup
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-05-20 22:18:48 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2013-05-30 12:00:11 -0400
commit8c4d4ae8466ddc59233b477153e9f7a2355ae37f (patch)
tree1bbcbdd764b85567eb9d408d4dbfbb00b5d162be /base/tps/setup
parent1e25d6ed41919db050f5efddefff2df9c5267e91 (diff)
downloadpki-8c4d4ae8466ddc59233b477153e9f7a2355ae37f.tar.gz
pki-8c4d4ae8466ddc59233b477153e9f7a2355ae37f.tar.xz
pki-8c4d4ae8466ddc59233b477153e9f7a2355ae37f.zip
Renamed SECURE_PORT into PKI_SECURE_PORT.
The SECURE_PORT variable in RA and TPS has been renamed into PKI_SECURE_PORT to match the Tomcat-based subsystems.
Diffstat (limited to 'base/tps/setup')
-rwxr-xr-xbase/tps/setup/create.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tps/setup/create.pl b/base/tps/setup/create.pl
index e8da7d859..feac2af8e 100755
--- a/base/tps/setup/create.pl
+++ b/base/tps/setup/create.pl
@@ -678,7 +678,7 @@ sub CopyTemplate
s/\[INSTANCE_ID\]/$instanceID/g;
s/\[SERVER_NAME\]/$serverName/g;
s/\[PORT\]/$port/g;
- s/\[SECURE_PORT\]/$securePort/g;
+ s/\[PKI_SECURE_PORT\]/$securePort/g;
s/\[NICKNAME\]/$nickName/g;
s/\[USERID\]/$uid/g;
s/\[GROUPID\]/$gid/g;