summaryrefslogtreecommitdiffstats
path: root/pki/base/scripts/pkicheck
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/scripts/pkicheck')
-rwxr-xr-xpki/base/scripts/pkicheck13
1 files changed, 0 insertions, 13 deletions
diff --git a/pki/base/scripts/pkicheck b/pki/base/scripts/pkicheck
deleted file mode 100755
index 3ff548d3d..000000000
--- a/pki/base/scripts/pkicheck
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# This script may ONLY be run on Linux!
-PKI_OS=`uname`
-if [ "${PKI_OS}" != "Linux" ]; then
- printf "The '$0' script is ONLY executable\n"
- printf "on a 'Linux' machine!\n"
- exit 255
-fi
-
-# For now, check for symkey (legacy package)
-rpm -qa | egrep -i pki-\|symkey | sort | cat -n
-