summaryrefslogtreecommitdiff
path: root/net/p5-ispman/patches/patch-ab
blob: 5f9571b78a6e717768c65baed6193c9c8ee59442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 2005/11/03 23:12:43 rillig Exp $

--- ISPMan/ISPMan/Config.pm.orig	Tue Aug  1 16:18:21 2000
+++ ISPMan/ISPMan/Config.pm
@@ -16,7 +16,7 @@
    my $class = ref($proto) || $proto;   
    
    
-   my $confDir=shift || "/etc/ispman/conf";
+   my $confDir=shift || "/etc/ispman";
    unless ($Config){
 
       die "\n\nERROR: $confDir does not exists. \nDid you create the configuration directory?\n\n" unless (-e $confDir);