summaryrefslogtreecommitdiffstats
path: root/base/server/config
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-05-20 22:59:15 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2013-05-30 12:00:36 -0400
commitd78d7442be02b6b83d9dad3fc089fa9f9d8ceb48 (patch)
tree27816db3b38935f4e4c05bdfd5f347fd7ec4669e /base/server/config
parent1d53a9dd567f395bcaf65376be9f6c3319ba51ce (diff)
downloadpki-d78d7442be02b6b83d9dad3fc089fa9f9d8ceb48.tar.gz
pki-d78d7442be02b6b83d9dad3fc089fa9f9d8ceb48.tar.xz
pki-d78d7442be02b6b83d9dad3fc089fa9f9d8ceb48.zip
Renamed SERVER_NAME and PKI_MACHINE_NAME into PKI_HOSTNAME.
The SERVER_NAME and PKI_MACHINE_NAME variables have been renamed into PKI_HOSTNAME for consistency.
Diffstat (limited to 'base/server/config')
-rw-r--r--base/server/config/pkislots.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/server/config/pkislots.cfg b/base/server/config/pkislots.cfg
index a68b45ee2..d12a9e52e 100644
--- a/base/server/config/pkislots.cfg
+++ b/base/server/config/pkislots.cfg
@@ -21,7 +21,7 @@ PROCESS_ID_SLOT=[PROCESS_ID]
REQUIRE_CFG_PL_SLOT=[REQUIRE_CFG_PL]
SECURE_PORT_SLOT=[SECURE_PORT]
SECURITY_LIBRARIES_SLOT=[SECURITY_LIBRARIES]
-SERVER_NAME_SLOT=[SERVER_NAME]
+PKI_HOSTNAME_SLOT=[PKI_HOSTNAME]
SERVER_ROOT_SLOT=[SERVER_ROOT]
SYSTEM_LIBRARIES_SLOT=[SYSTEM_LIBRARIES]
SYSTEM_USER_LIBRARIES_SLOT=[SYSTEM_USER_LIBRARIES]
@@ -57,7 +57,7 @@ PKI_INSTANCE_INITSCRIPT_SLOT=[PKI_INSTANCE_INITSCRIPT]
PKI_INSTANCE_PATH_SLOT=[PKI_INSTANCE_PATH]
PKI_INSTANCE_ROOT_SLOT=[PKI_INSTANCE_ROOT]
PKI_LOCKDIR_SLOT=[PKI_LOCKDIR]
-PKI_MACHINE_NAME_SLOT=[PKI_MACHINE_NAME]
+PKI_HOSTNAME_SLOT=[PKI_HOSTNAME]
PKI_OPEN_AJP_PORT_COMMENT_SLOT=[PKI_OPEN_AJP_PORT_COMMENT]
PKI_OPEN_ENABLE_PROXY_COMMENT_SLOT=[PKI_OPEN_ENABLE_PROXY_COMMENT]
PKI_OPEN_SEPARATE_PORTS_SERVER_COMMENT_SLOT=[PKI_OPEN_SEPARATE_PORTS_SERVER_COMMENT]