Autah-cs.325 net.news.b utzoo!decvax!ucbvax!mhtsa!harpo!utah-cs!lepreau Mon Mar 1 15:59:37 1982 Fix to inews.c -C option This fix seems right to me, but I'd never looked at B news till today, so... Symptom: inews -C would blow up when the inews to net.msg.ctl went out, cause we did the mknewgrp stuff too early. It's repeated later by the code handling the .ctl. Version: the B release just sent out. *** orig/src/inews.c Mon Mar 1 13:36:31 1982 --- src/inews.c Mon Mar 1 14:11:22 1982 *************** *** 305,307 xerror("Get a network guru to create it for you"); ! mknewsg(dir); --- 305,307 ----- xerror("Get a network guru to create it for you"); ! /**** mknewsg(dir); Can't do this now; let the inews .ctl do it. -fjl 3/1 **/ Jay