From 2a6b394227c4044a1a1e950c16cd81b0299ccffe Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 12 Mar 2008 13:04:15 -0400 Subject: Fix bug in module loader to allow non-serializer modules to be loaded using /etc/cobbler/modules.conf --- scripts/cobbler_auth_help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/cobbler_auth_help b/scripts/cobbler_auth_help index 8842d59..198e95b 100644 --- a/scripts/cobbler_auth_help +++ b/scripts/cobbler_auth_help @@ -30,7 +30,7 @@ my $method; my $username; my $realm; my $password; -my $verbose=0; +my $verbose=1; my $result = GetOptions( "method=s" => \$method, -- cgit