Autah-cs.327 net.news.b utzoo!decvax!ucbvax!mhtsa!harpo!utah-cs!lepreau Mon Mar 1 16:39:02 1982 Correction to my ridiculous non-fix to readr.c That last "fix" I sent out was obviously complete garbage. Here's the right one (though I haven't yet tested it, either!). "sysname" is never set by non-USG sites; v7's little uname.c just sets "nodename." Been up too long. Now I could use this little cancel cmd here... ===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 to.%s.ctl", INEWS, hp->ident, grunt.nodename); ===== Jay