blob: 447f0db76cf0963bcdc588cc3fbb21a11b197d94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2000/10/21 18:57:04 rh Exp $
--- ISPMan/Config.pm.orig Tue Aug 1 16:18:21 2000
+++ 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);
|