diff options
| author | Endi Sukma Dewata <edewata@redhat.com> | 2013-05-21 14:23:20 -0400 |
|---|---|---|
| committer | Endi Sukma Dewata <edewata@redhat.com> | 2013-05-30 12:00:44 -0400 |
| commit | 90d3f20d2066ac471d5368d7a8394b16548f72de (patch) | |
| tree | 9787a1435effa56b47c57de93410f543ee0223de /base/setup/scripts/pki_apache_initscript | |
| parent | d78d7442be02b6b83d9dad3fc089fa9f9d8ceb48 (diff) | |
Renamed PKI_INSTANCE_ID into PKI_INSTANCE_NAME.
The PKI_INSTANCE_ID variable has been renamed into PKI_INSTANCE_NAME
for consistency.
Diffstat (limited to 'base/setup/scripts/pki_apache_initscript')
| -rwxr-xr-x | base/setup/scripts/pki_apache_initscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/setup/scripts/pki_apache_initscript b/base/setup/scripts/pki_apache_initscript index 1e411207f..247acad06 100755 --- a/base/setup/scripts/pki_apache_initscript +++ b/base/setup/scripts/pki_apache_initscript @@ -29,7 +29,7 @@ else esac fi -prog=$PKI_INSTANCE_ID +prog=$PKI_INSTANCE_NAME lockfile=$PKI_LOCK_FILE pidfile=$PKI_PID_FILE @@ -48,7 +48,7 @@ start() read kpid < ${pidfile} if checkpid $kpid 2>&1; then echo - echo "${PKI_INSTANCE_ID} (pid ${kpid}) is already running ..." + echo "${PKI_INSTANCE_NAME} (pid ${kpid}) is already running ..." echo return 0 else |
