Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!topaz!ll-xn!nike!ucbcad!ucbvax!hplabs!gatech!usenet From: usenet@gatech.CSNET Newsgroups: net.news.group,net.news.adm Subject: Checkgroups message Message-ID: <4542@gatech.CSNET> Date: Tue, 16-Sep-86 00:16:47 EDT Article-I.D.: gatech.4542 Posted: Tue Sep 16 00:16:47 1986 Date-Received: Tue, 16-Sep-86 21:26:53 EDT Expires: Tue, 30-Sep-86 08:23:49 EDT Sender: spaf@gatech.CSNET Organization: School of ICS, Georgia Tech Lines: 282 Xref: mnetor net.news.group:3423 net.news.adm:701 : 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 September 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)