summaryrefslogtreecommitdiff
path: root/utils/rd-group
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rd-group')
-rwxr-xr-xutils/rd-group9
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/rd-group b/utils/rd-group
index 3898b5e..246d450 100755
--- a/utils/rd-group
+++ b/utils/rd-group
@@ -21,13 +21,14 @@
#
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;
-}
+# if ($> != 0 ) {
+# print STDERR "this must be run as root!\n";
+# exit 1;
+# }
sub print_usage
{