diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-05-09 14:21:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-05-09 14:21:25 +0000 |
commit | 02f2dcbe56267098c6f8a939a2d58ac83ac63fd6 (patch) | |
tree | 3a0644d0a673f0182d078ee392b692a268110ec0 /share/man/man8/Makefile | |
parent | b031e4360df4e6a731f0519fa6dd51256976e33e (diff) |
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 'share/man/man8/Makefile')
-rw-r--r-- | share/man/man8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index d920fc08a3e..6b01cfa91ea 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2008/05/14 20:55:48 miod Exp $ +# $OpenBSD: Makefile,v 1.64 2009/05/09 14:21:24 schwarze Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -11,7 +11,7 @@ MAN= afterboot.8 boot_config.8 compat_aout.8 compat_bsdos.8 \ starttls.8 sticky.8 update.8 yp.8 MLINKS+=boot_config.8 UKC.8 -MLINKS+=daily.8 weekly.8 daily.8 monthly.8 +MLINKS+=daily.8 weekly.8 MLINKS+=rc.8 rc.local.8 rc.8 rc.securelevel.8 MLINKS+=rc.conf.8 rc.conf.local.8 |