Deleted Added
full compact
330.news (28264) 330.news (50472)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $Id: 330.news,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
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
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