[news.groups] rmgroups for old rec groups have been posted

rick@seismo.CSS.GOV (Rick Adams) (12/15/86)

I just sent out the rmgroups for the rest of the old net. groups
(except net.sources). The only valid net group is net.sources and its
children. 

Since most of you have MANUALLY defined, the following
shell script should be of use.

If you aren't using ORGDISTRIB, comment out the marked part
and uncomment the doit=rmgroup. Else,
set $ORG  = the appropriate distribution and turn it loose.

---rick

# doit=/usr/lib/news/rmgroup
#
# or this part if you use ORGDISTRIB
doit=/tmp/doit$$
cat >/tmp/doit$$ <<'EOF'
#!/bin/sh
# define your local distribution  as "-d ORG"
ORG="-d css"
for i
do
	/usr/lib/news/inews -n $i.ctl -c rmgroup $i $ORG -a $USER</dev/null
done
EOF
chmod 755 /tmp/doit$$
#end of ORGDISTRIB section

$doit net.wobegon net.wines net.video net.veg net.tv.soaps net.tv.drwho
$doit net.tv net.trivia net.travel net.startrek net.sport.hoops
$doit net.sport.hockey net.sport.football net.sport.baseball net.sport
$doit net.sf-lovers net.rec.wood net.rec.skydive net.rec.ski net.rec.scuba
$doit net.rec.photo net.rec.nude net.rec.bridge net.rec.boat net.rec.birds
$doit net.rec net.railroad net.puzzles net.puzzle net.poems net.pets
$doit net.music.synth net.music.makers net.music.gdead net.music.folk
$doit net.music.classical net.music net.movies net.mag net.jokes.d
$doit net.jokes net.ham-radio.packet net.ham-radio net.garden net.games.video
$doit net.games.trivia net.games.rogue net.games.pbm net.games.hack
$doit net.games.go net.games.frp net.games.emp net.games.chess net.games.board
$doit net.games net.cycle net.cooks net.comics net.chess net.books
$doit net.bicycle net.aviation net.auto.tech net.auto net.audio
$doit mod.movies mod.mag net.announce.arpa-internet

rm -f /tmp/doit$$