Subject: security, daily, weekly, monthly man pages?
To: None <tech-userlevel@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-userlevel
Date: 02/06/2007 11:28:09
Okay if I commit the following? (Similar to newsyslog.conf.5.)

Index: share/man/man5/Makefile
===================================================================
RCS file: /cvsroot/src/share/man/man5/Makefile,v
retrieving revision 1.56
diff -u -r1.56 Makefile
--- share/man/man5/Makefile	12 Dec 2005 22:26:53 -0000	1.56
+++ share/man/man5/Makefile	6 Feb 2007 17:27:07 -0000
@@ -20,6 +20,8 @@
 MLINKS=	dir.5 dirent.5 fs.5 inode.5 hosts.equiv.5 rhosts.5
 MLINKS+=utmp.5 wtmp.5 utmp.5 lastlog.5 passwd.5 master.passwd.5
 MLINKS+=utmpx.5 wtmpx.5 utmpx.5 lastlogx.5
+MLINKS+=daily.conf.5 daily.8 monthly.conf.5 monthly.8
+MLINKS+=security.conf.5 security.8 weekly.conf.5 weekly.8
 
 .include <bsd.man.mk>
 .include <bsd.subdir.mk>

  Jeremy C. Reed