diff options
Diffstat (limited to 'base/setup/pki')
-rwxr-xr-x | base/setup/pki | 4 |
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"; } |