summaryrefslogtreecommitdiffstats
path: root/base/setup
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-08-18 00:40:52 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-08-29 23:42:46 -0500
commit88176c5c8caf146a1a408dc3a7f6b23e1a8e63b7 (patch)
treeb453ebb5cc5e88e42a970cdcaf6ba5e4240281ee /base/setup
parent541cafdc3697bbaf8ba726be22c750ea948e14aa (diff)
downloadpki-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/setup')
-rwxr-xr-xbase/setup/pki4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/setup/pki b/base/setup/pki
index 598d8f310..4b9432fa0 100755
--- a/base/setup/pki
+++ b/base/setup/pki
@@ -33,8 +33,8 @@ my $libpath="";
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: pki does not execute on this architecture\n";
+ print "ERROR: check to make sure pki-tools package is installed!\n";
print "\n";
}