summaryrefslogtreecommitdiffstats
path: root/etc/monthly
diff options
context:
space:
mode:
Diffstat (limited to 'etc/monthly')
-rw-r--r--etc/monthly11
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/monthly b/etc/monthly
deleted file mode 100644
index 8b82ef0cb9b..00000000000
--- a/etc/monthly
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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