Autah-cs.326 net.news.b utzoo!decvax!ucbvax!mhtsa!harpo!utah-cs!lepreau Mon Mar 1 16:11:43 1982 Fix to readr.c garbaging the log articles. Missing param to sprintf. However, I have no idea what the param should be. Usually with to.foo one would use the site of the article, but that's gotta be us here, it seems. So I put in something useful for us. Mark, this may be the problem trb had with nulls in the log. Version: the release. Query to Matt & Mark: Does global canceling work? I'm sure we don't want to bury net.general.xxx with it until everyone runs B, though. ===readr.c=== 861c861 < sprintf(bfr, "%s -t cancel %s -n to.%s.ctl", INEWS, hp->ident, grunt.sysname); --- > sprintf(bfr, "%s -t cancel %s -n utah.%s.ctl", INEWS, hp->ident, grunt.sysname, "msg"); /* Temporary... */ ===== Jay Lepreau