Deleted Added
full compact
makewhatis.local.8 (17849) makewhatis.local.8 (20241)
1.\" Copyright (c) April 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) April 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: makewhatis.local.8,v 1.1 1996/05/22 00:57:40 wosch Exp $
26
25.\" $Id: makewhatis.local.8,v 1.2 1996/08/27 20:04:06 wosch Exp $
27.Dd April, 26, 1996
28.Dt MAKEWHATIS.LOCAL 8
29.Os FreeBSD 2.2
26.Dd April, 26, 1996
27.Dt MAKEWHATIS.LOCAL 8
28.Os FreeBSD 2.2
30
31.Sh NAME
32.Nm makewhatis.local , catman.local
33.Nd start makewhatis for local file systems
29.Sh NAME
30.Nm makewhatis.local , catman.local
31.Nd start makewhatis for local file systems
34
35.Sh SYNOPSIS
36.Nm /usr/libexec/makewhatis.local
37.Op options
38.Ar directories ...
39.Nm /usr/libexec/catman.local
40.Op options
41.Ar directories ...
32.Sh SYNOPSIS
33.Nm /usr/libexec/makewhatis.local
34.Op options
35.Ar directories ...
36.Nm /usr/libexec/catman.local
37.Op options
38.Ar directories ...
42
43
44.Sh DESCRIPTION
45.Nm
46start
47.Xr makewhatis 1
48only for file systems physically mounted on the system
49where the
50.Nm
51is being executed. Running makewhatis
52from
53.Pa /etc/weekly
54for rw nfs-mounted /usr may kill
55your NFS server -- all NFS clients start makewhatis at the same time!
56So use this wrapper for
57.Xr cron 8
39.Sh DESCRIPTION
40.Nm
41start
42.Xr makewhatis 1
43only for file systems physically mounted on the system
44where the
45.Nm
46is being executed. Running makewhatis
47from
48.Pa /etc/weekly
49for rw nfs-mounted /usr may kill
50your NFS server -- all NFS clients start makewhatis at the same time!
51So use this wrapper for
52.Xr cron 8
58instead calling makewhatis directly.
59
53instead of calling makewhatis directly.
60.Sh FILES
61.Bl -tag -width /etc/weekly.XXX -compact
62.It Pa /etc/weekly
63run
64.Nm
65every week
66.El
54.Sh FILES
55.Bl -tag -width /etc/weekly.XXX -compact
56.It Pa /etc/weekly
57run
58.Nm
59every week
60.El
67
68.Sh SEE ALSO
61.Sh SEE ALSO
69.Xr makewhatis 1 ,
70.Xr catman 1 ,
71.Xr find 1 ,
62.Xr catman 1 ,
63.Xr find 1 ,
64.Xr makewhatis 1 ,
72.Xr cron 8 .
65.Xr cron 8 .
73
74.Sh HISTORY
75The
76.Nm
66.Sh HISTORY
67The
68.Nm
77command appeared in FreeBSD 2.2.
69command appeared in
70.Fx 2.2 .