i)p ? now working...!

Date: Thu, 10 Dec 1998 23:48:05 -0800
From: John Nemeth <jnemeth@cue.bc.ca>
To: csuite-tech@chebucto.ns.ca
Cc: Report System Problems <support@pgfn.bc.ca>
Precedence: bulk
Return-Path: <csuite-tech-mml-owner@chebucto.ns.ca>

next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects

Index of Subjects
On Nov 26,  6:28am, David Lott wrote:
} 
} I've never been able to get the ip creation to work, so if you could send
} me the fixed script, that would be much appreciated. 

     There some cruft that is specific to CCN that got left in one of
the scripts involved in creating IP's.  Apply this patch to
$CS_ROOT/admin-bin/mkmdml:

46c46
< arlistdir=/var/archive/lists
---
> #arlistdir=/var/archive/lists
183,186c183,186
< if [ "$archive" -eq 1 ] && [ ! -d "$arlistdir" ]; then
<       echo $"$0: no archive dir $arlistdir"
<       exit 6
< fi
---
> #if [ "$archive" -eq 1 ] && [ ! -d "$arlistdir" ]; then
> #     echo $"$0: no archive dir $arlistdir"
> #     exit 6
> #fi

This should fix the problem.

}-- End of excerpt from David Lott

next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects