Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cbatt!cbosgd!gatech!usenet From: usenet@gatech.EDU Newsgroups: net.news.group,net.news.adm Subject: Checkgroups message Message-ID: <5499@gatech.EDU> Date: Sat, 1-Nov-86 16:39:20 EST Article-I.D.: gatech.5499 Posted: Sat Nov 1 16:39:20 1986 Date-Received: Mon, 3-Nov-86 22:45:48 EST Expires: Sat, 15-Nov-86 16:39:19 EST Sender: spaf@gatech.EDU Lines: 341 Xref: mnetor net.news.group:3612 net.news.adm:768 : News software at revisions 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 : 1 November 1986 : --------------- cut here and run the rest through "sh" --------------- INEWS=${INEWS-/usr/lib/news/inews} DISTRIBUTION=${DISTRIBUTION-local} if test ! -f $INEWS; then echo -n "Enter the pathname of the inews program: " INEWS=`(read foo;echo $foo)