From 88176c5c8caf146a1a408dc3a7f6b23e1a8e63b7 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 18 Aug 2012 00:40:52 -0500 Subject: 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 --- base/setup/pki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/setup') 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"; } -- cgit