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