Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site gatech.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!gatech!usenet
From: usenet@gatech.UUCP
Newsgroups: net.news.group
Subject: Checkgroups message
Message-ID: <11317@gatech.UUCP>
Date: Sat, 15-Dec-84 00:15:16 EST
Article-I.D.: gatech.11317
Posted: Sat Dec 15 00:15:16 1984
Date-Received: Sun, 16-Dec-84 05:47:45 EST
Expires: Sat, 29-Dec-84 00:15:16 EST
Sender: spaf@gatech.UUCP
Organization: School of Information and Computer Science, Georgia Tech
Lines: 236
Approved: spaf@gatech.UUCP

: 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
: 15 December 1984
: --------------- 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)