diff options
Diffstat (limited to 'utils/rhrd-show')
-rwxr-xr-x | utils/rhrd-show | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/rhrd-show b/utils/rhrd-show index cc3b859..0aaac01 100755 --- a/utils/rhrd-show +++ b/utils/rhrd-show @@ -21,16 +21,9 @@ # use strict; -use lib "../lib/"; use RHRD::rddb; use RHRD::utils; -# 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: rd-show list [ <group> ]\n" . |