330.news revision 50472
1#!/bin/sh
2#
3# $FreeBSD: head/etc/periodic/daily/330.news 50472 1999-08-27 23:37:10Z peter $
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