Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!usenet From: usenet@gatech.UUCP Newsgroups: net.news.group,net.news.adm Subject: Checkgroups message Message-ID: <2719@gatech.CSNET> Date: Sun, 16-Feb-86 00:15:14 EST Article-I.D.: gatech.2719 Posted: Sun Feb 16 00:15:14 1986 Date-Received: Mon, 17-Feb-86 05:29:56 EST Expires: Sun, 2-Mar-86 01:52:37 EST Sender: spaf@gatech.CSNET Organization: School of Information and Computer Science, Georgia Tech Lines: 250 Xref: watmath net.news.group:5079 net.news.adm:515 : News software at revision 2.10.2 and beyond has the capability of : automatically comparing the active file against a centrally-maintained : list of active groups. Until a majority of network sites upgrade their : news to a version compatible with the "checkgroups" control message, : site administrators will have to run the message by hand. What follows : is a shell script to run such a message at your site. If your "inews" : program does not reside in /usr/lib/news/inews, change the variable : declaration given below, or else enter the pathname at the prompt. : : Gene Spafford : 16 February 1986 : --------------- cut here and run the rest through "sh" --------------- INEWS=${INEWS-/usr/lib/news/inews} if test ! -f $INEWS; then echo -n "Enter the pathname of the inews program: " INEWS=`(read foo;echo $foo)