From 13bc97efa9821f72b5695ef3d7681614d7a50c3c Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 30 Jul 1999 21:12:35 +0000 Subject: [PATCH] Reflect the change from the /etc/weekly to /etc/periodic/weekly/*. PR: docs/12734 Submitted by: Alexey M. Zelkin --- gnu/usr.bin/man/makewhatis/makewhatis.local.8 | 26 +++++++++++++------ .../man/makewhatis/makewhatis.local.sh | 8 +++--- usr.bin/makewhatis/makewhatis.local.8 | 26 +++++++++++++------ usr.bin/makewhatis/makewhatis.local.sh | 8 +++--- 4 files changed, 44 insertions(+), 24 deletions(-) diff --git a/gnu/usr.bin/man/makewhatis/makewhatis.local.8 b/gnu/usr.bin/man/makewhatis/makewhatis.local.8 index b7fd62f7f3e2..8f7bc5b506fe 100644 --- a/gnu/usr.bin/man/makewhatis/makewhatis.local.8 +++ b/gnu/usr.bin/man/makewhatis/makewhatis.local.8 @@ -22,13 +22,13 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: makewhatis.local.8,v 1.5 1997/02/22 15:47:02 peter Exp $ +.\" $Id: makewhatis.local.8,v 1.6 1997/06/23 04:51:30 steve Exp $ .Dd April 26, 1996 .Dt MAKEWHATIS.LOCAL 8 .Os FreeBSD 2.2 .Sh NAME .Nm makewhatis.local , catman.local -.Nd start makewhatis for local file systems +.Nd start makewhatis or catman for local file systems .Sh SYNOPSIS .Nm /usr/libexec/makewhatis.local .Op options @@ -44,25 +44,35 @@ only for file systems physically mounted on the system where the .Nm is being executed. Running makewhatis -from -.Pa /etc/weekly +by +.Pa periodic weekly for rw nfs-mounted /usr may kill your NFS server -- all NFS clients start makewhatis at the same time! So use this wrapper for .Xr cron 8 instead of calling makewhatis directly. +.Nm catman.local +is using for same purposes as +.Nm makewhatis.local +but for +.Xr catman 1 . .Sh FILES -.Bl -tag -width /etc/weekly.XXX -compact -.It Pa /etc/weekly +.Bl -tag -width /etc/periodic/weekly/320.whatis.XXX -compact +.It Pa /etc/periodic/weekly/320.whatis run -.Nm +.Nm makewhatis.local +every week +.It Pa /etc/periodic/weekly/330.catman +run +.Nm catman.local every week .El .Sh SEE ALSO .Xr catman 1 , .Xr find 1 , .Xr makewhatis 1 , -.Xr cron 8 . +.Xr cron 8 , +.Xr periodic 8 . .Sh HISTORY The .Nm diff --git a/gnu/usr.bin/man/makewhatis/makewhatis.local.sh b/gnu/usr.bin/man/makewhatis/makewhatis.local.sh index 9ad997b14458..56ebc7e42d53 100644 --- a/gnu/usr.bin/man/makewhatis/makewhatis.local.sh +++ b/gnu/usr.bin/man/makewhatis/makewhatis.local.sh @@ -27,13 +27,13 @@ # makewhatis.local - start makewhatis(1) only for file systems # physically mounted on the system # -# Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill -# your NFS server -- all clients start makewhatis at the same time! -# So use this wrapper instead calling makewhatis directly. +# Running makewhatis from /etc/periodic/weekly/320.whatis for rw nfs-mounted +# /usr may kill your NFS server -- all clients start makewhatis at the same +# time! So use this wrapper instead calling makewhatis directly. # # PS: this wrapper works also for catman(1) # -# $Id$ +# $Id: makewhatis.local.sh,v 1.5 1997/02/22 15:47:03 peter Exp $ PATH=/bin:/usr/bin:$PATH; export PATH opt= dirs= localdirs= diff --git a/usr.bin/makewhatis/makewhatis.local.8 b/usr.bin/makewhatis/makewhatis.local.8 index b7fd62f7f3e2..8f7bc5b506fe 100644 --- a/usr.bin/makewhatis/makewhatis.local.8 +++ b/usr.bin/makewhatis/makewhatis.local.8 @@ -22,13 +22,13 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: makewhatis.local.8,v 1.5 1997/02/22 15:47:02 peter Exp $ +.\" $Id: makewhatis.local.8,v 1.6 1997/06/23 04:51:30 steve Exp $ .Dd April 26, 1996 .Dt MAKEWHATIS.LOCAL 8 .Os FreeBSD 2.2 .Sh NAME .Nm makewhatis.local , catman.local -.Nd start makewhatis for local file systems +.Nd start makewhatis or catman for local file systems .Sh SYNOPSIS .Nm /usr/libexec/makewhatis.local .Op options @@ -44,25 +44,35 @@ only for file systems physically mounted on the system where the .Nm is being executed. Running makewhatis -from -.Pa /etc/weekly +by +.Pa periodic weekly for rw nfs-mounted /usr may kill your NFS server -- all NFS clients start makewhatis at the same time! So use this wrapper for .Xr cron 8 instead of calling makewhatis directly. +.Nm catman.local +is using for same purposes as +.Nm makewhatis.local +but for +.Xr catman 1 . .Sh FILES -.Bl -tag -width /etc/weekly.XXX -compact -.It Pa /etc/weekly +.Bl -tag -width /etc/periodic/weekly/320.whatis.XXX -compact +.It Pa /etc/periodic/weekly/320.whatis run -.Nm +.Nm makewhatis.local +every week +.It Pa /etc/periodic/weekly/330.catman +run +.Nm catman.local every week .El .Sh SEE ALSO .Xr catman 1 , .Xr find 1 , .Xr makewhatis 1 , -.Xr cron 8 . +.Xr cron 8 , +.Xr periodic 8 . .Sh HISTORY The .Nm diff --git a/usr.bin/makewhatis/makewhatis.local.sh b/usr.bin/makewhatis/makewhatis.local.sh index 9ad997b14458..56ebc7e42d53 100644 --- a/usr.bin/makewhatis/makewhatis.local.sh +++ b/usr.bin/makewhatis/makewhatis.local.sh @@ -27,13 +27,13 @@ # makewhatis.local - start makewhatis(1) only for file systems # physically mounted on the system # -# Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill -# your NFS server -- all clients start makewhatis at the same time! -# So use this wrapper instead calling makewhatis directly. +# Running makewhatis from /etc/periodic/weekly/320.whatis for rw nfs-mounted +# /usr may kill your NFS server -- all clients start makewhatis at the same +# time! So use this wrapper instead calling makewhatis directly. # # PS: this wrapper works also for catman(1) # -# $Id$ +# $Id: makewhatis.local.sh,v 1.5 1997/02/22 15:47:03 peter Exp $ PATH=/bin:/usr/bin:$PATH; export PATH opt= dirs= localdirs=