summaryrefslogtreecommitdiff
path: root/utils/rhrd-sanity-check
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rhrd-sanity-check')
-rwxr-xr-xutils/rhrd-sanity-check7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/rhrd-sanity-check b/utils/rhrd-sanity-check
index 13b2b45..0929523 100755
--- a/utils/rhrd-sanity-check
+++ b/utils/rhrd-sanity-check
@@ -21,15 +21,8 @@
#
use strict;
-use lib "../lib/";
use RHRD::rddb;
-# this is ridiculous but makes it a little harder to create/remove users...
-# if ($> != 0 ) {
-# print STDERR "this must be run as root!\n";
-# exit 1;
-# }
-
sub print_usage
{
print STDERR "Usage: rhrd-sanity-check\n";