#!/bin/sh
#
# get newsgroup-description-file from nntp-server
# M. Boekhold <boekhold@cindy.et.tudelft.nl> April 1996

/usr/bin/slrn -f /var/lib/slrn/tmpdsc -d &> /dev/null
/bin/mv /var/lib/slrn/tmpdsc.dsc /var/lib/slrn/newsgroups.dsc &> /dev/null

exit 0
