330.news revision 28264
1#!/bin/sh
2#
3# $Id: 330.news,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
4#
5# Expire news articles
6# (This is present only for backwards compatibility, usually the news
7# system handles this on its own).
8
9if [ -f /etc/news.expire ]; then
10	/etc/news.expire
11fi
12