diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2012-08-18 00:40:52 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-08-29 23:42:46 -0500 |
commit | 88176c5c8caf146a1a408dc3a7f6b23e1a8e63b7 (patch) | |
tree | b453ebb5cc5e88e42a970cdcaf6ba5e4240281ee /base/silent | |
parent | 541cafdc3697bbaf8ba726be22c750ea948e14aa (diff) | |
download | pki-88176c5c8caf146a1a408dc3a7f6b23e1a8e63b7.tar.gz pki-88176c5c8caf146a1a408dc3a7f6b23e1a8e63b7.tar.xz pki-88176c5c8caf146a1a408dc3a7f6b23e1a8e63b7.zip |
Merged pki-native-tools and pki-java-tools.
The pki-native-tools and pki-java-tools have been merged into
pki-tools and pki-server will depend on it. Since pki-ra and
pki-tps depends on pki-server they automatically depends on
pki-tools as well.
Ticket #295
Diffstat (limited to 'base/silent')
-rwxr-xr-x | base/silent/scripts/pkisilent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/silent/scripts/pkisilent b/base/silent/scripts/pkisilent index c5be67855..e9b154437 100755 --- a/base/silent/scripts/pkisilent +++ b/base/silent/scripts/pkisilent @@ -34,7 +34,7 @@ sub invalid_architecture() { print "\n"; print "ERROR: pkisilent does not execute on this architecture\n"; - print "ERROR: check to make sure pki-native-tools package is installed!\n"; + print "ERROR: check to make sure pki-tools package is installed!\n"; print "\n"; } |