summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/330.news
blob: b7be359d29b0dd0186b4317ba480b87ad69fe2bc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $FreeBSD$
#
# Expire news articles
# (This is present only for backwards compatibility, usually the news
# system handles this on its own).

if [ -f /etc/news.expire ]; then
	/etc/news.expire
fi
OpenPOWER on IntegriCloud