summaryrefslogtreecommitdiffstats
path: root/etc/monthly
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2009-05-09 14:21:24 +0000
committerschwarze <schwarze@openbsd.org>2009-05-09 14:21:24 +0000
commitc4dc3e320648e55a1ed2bd5fc7b87d81cdb0063b (patch)
treece0ddbe7da834fcac78489634fef45321aa6301b /etc/monthly
parent- mention that configuring new GPIO pins is locked out with securelevel>0, (diff)
downloadwireguard-openbsd-c4dc3e320648e55a1ed2bd5fc7b87d81cdb0063b.tar.xz
wireguard-openbsd-c4dc3e320648e55a1ed2bd5fc7b87d81cdb0063b.zip
remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly using feedback and suggestions from jmc@ and sthen@ ok jmc@, and sthen@ agreed with the general direction
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