$NetBSD: patch-aa,v 1.2 2005/11/03 23:12:43 rillig Exp $

--- ISPMan/ISPMan.pm.orig	Sat Sep 23 15:48:00 2000
+++ ISPMan/ISPMan.pm
@@ -1,4 +1,5 @@
 package ISPMan;
+use AutoLoader 'AUTOLOAD';
 use strict;
 use Text::Template;
 use ISPMan::IMAP;
@@ -30,7 +31,7 @@
    my $self;
    
    
-   my $confDir=shift || "/etc/ispman/conf";
+   my $confDir=shift || "/etc/ispman";
    $Config=ISPMan::Config->new($confDir);
    $self->{'Config'}=$Config;
 
