Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 7/1/84; site plus5.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!plus5!hokey From: hokey@plus5.UUCP (Hokey) Newsgroups: net.news.adm,net.news.b Subject: Bug fix for newsgroup creation Message-ID: <299@plus5.UUCP> Date: Sat, 14-Jul-84 21:12:15 EDT Article-I.D.: plus5.299 Posted: Sat Jul 14 21:12:15 1984 Date-Received: Thu, 19-Jul-84 03:26:51 EDT Reply-To: hokey@plus5.UUCP (Hokey) Organization: Plus Five Computer Services, St. Louis Lines: 15 Keywords: USG, inews.c, mknewsg() There is a bug in inews.c which affects USG sites which run protection modes more restrictive than 0777. The bug is present in at least 2.10.1 and 2.10.2 news. In mknewsg() the line: if (stat(parent, &sbuf) < 0) { should be: if (stat(parent, &sbuf) == 0) { Now I get to find out why 2.10.2 expire will only archive selected newsgroups if the FIRST newsgroup in the line is one being archived! -- Hokey ..ihnp4!plus5!hokey 314-725-9492