Please review the following patch which addresses:
* PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and
'pki-silent' packages . . . <
https://fedorahosted.org/pki/ticket/1127>
NOTE: Although it may not be necessary, this patch was applied on top
of the patch to 'Disable PKI GUI Configuration'.
A CA was installed to be certain that this patch caused no disruption,
and the following *BEFORE*and *AFTER*listings were done showing that all
of the *embol**dened* entries have been removed:
*BEFORE application of the patch:*
# pwd
/usr/share/pki
# ls -CFa
./ ca-trust-source/ etc/ kra/ scripts/ *silent/* upgrade/
../ common-ui/ java-tools/ native-tools/ server/ tks/
VERSION
ca/ deployment/ key/ ocsp/ setup/ tps/
# ls silent/
*pki_silent.template*
# ls scripts/
*functions* operations *pki_apache_initscript* pkicommon.pm
# ls setup/
CertServer.directory menu.xml pkidaemon_registry
# ls /usr/bin/pki*
/usr/bin/pki /usr/bin/pkidaemon /usr/bin/pki-setup-proxy
*/usr/bin/pkicontrol* /usr/bin/pkill */usr/bin/pkisilent*
*/usr/bin/pkicreate* */usr/bin/pkiremove*
*AFTER application of the patch:*
# pwd
/usr/share/pki
# ls -CFa
./ ca-trust-source/ etc/ kra/ scripts/ tks/ VERSION
../ common-ui/ java-tools/ native-tools/ server/ tps/
ca/ deployment/ key/ ocsp/ setup/ upgrade/
# ls silent/
ls: cannot access silent: No such file or directory
# ls scripts
operations pkicommon.pm
# ls setup
CertServer.directory menu.xml pkidaemon_registry
# ls /usr/bin/pki*
/usr/bin/pki /usr/bin/pkidaemon /usr/bin/pkill
/usr/bin/pki-setup-proxy