summaryrefslogtreecommitdiffstats
path: root/etc/monthly
blob: 8b82ef0cb9bb134a93483164588a5427888a6e72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -
#	$OpenBSD: monthly,v 1.7 2006/10/26 12:20:55 ajacoutot Exp $
umask 022

if [ -f /etc/monthly.local ];then
	echo ""
	echo "Running monthly.local:"
	. /etc/monthly.local
else
	echo "Nothing to do!"
fi