Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!gatech!usenet From: usenet@gatech.EDU Newsgroups: net.news.group,net.news.adm Subject: Checkgroups message Message-ID: <4711@gatech.EDU> Date: Thu, 16-Oct-86 09:14:14 EDT Article-I.D.: gatech.4711 Posted: Thu Oct 16 09:14:14 1986 Date-Received: Thu, 16-Oct-86 22:38:05 EDT Expires: Thu, 30-Oct-86 08:14:12 EDT Sender: spaf@gatech.EDU Lines: 311 Xref: mnetor net.news.group:3550 net.news.adm:730 : 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 : 16 October 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)