Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!gatech!usenet From: usenet@gatech.CSNET Newsgroups: net.news.group,net.news.adm Subject: Checkgroups message Message-ID: <3732@gatech.CSNET> Date: Mon, 2-Jun-86 18:35:33 EDT Article-I.D.: gatech.3732 Posted: Mon Jun 2 18:35:33 1986 Date-Received: Tue, 3-Jun-86 23:39:39 EDT Expires: Tue, 17-Jun-86 09:41:58 EDT Sender: spaf@gatech.CSNET Organization: School of Information and Computer Science, Georgia Tech Lines: 263 Xref: linus net.news.group:5102 net.news.adm:726 : 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 : 2 June 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)