xref: /netbsd-src/share/man/man5/monthly.5 (revision 6372875351e09de8f3df471a924407f4e3661f18)
1.\"	$NetBSD: monthly.5,v 1.2 2011/05/03 16:25:19 jruoho Exp $
2.\"
3.\" Copyright (c) 1996 Matthew R. Green
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
20.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
22.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.Dd May 3, 2011
28.Dt MONTHLY 5
29.Os
30.Sh NAME
31.Nm monthly ,
32.Nm monthly.conf
33.Nd monthly maintenance
34.Sh DESCRIPTION
35The
36.Pa /etc/monthly
37script is normally run in the morning of the 1st of every month, on a
38.Nx
39system.
40Note: this is disabled (commented out) in the default root's
41.Xr crontab 5
42file.
43The
44.Pa /etc/monthly.conf
45file specifies which of the standard
46.Nm
47services are performed.
48.Pp
49There are currently no monthly tasks.
50.Sh FILES
51.Bl -tag -width /etc/monthly.local -compact
52.It Pa /etc/monthly
53monthly maintenance script
54.It Pa /etc/monthly.conf
55monthly maintenance configuration
56.It Pa /etc/monthly.local
57local site additions to
58.Pa /etc/monthly
59.El
60.Sh SEE ALSO
61.Xr daily 5 ,
62.Xr weekly 5
63.Sh HISTORY
64The
65.Pa /etc/monthly.conf
66file appeared in
67.Nx 1.3 .
68