From owner-cvs-gnu Sun May 12 14:02:24 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA16034 for cvs-gnu-outgoing; Sun, 12 May 1996 14:02:24 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA16003 Sun, 12 May 1996 14:02:09 -0700 (PDT) Date: Sun, 12 May 1996 14:02:09 -0700 (PDT) From: Wolfram Schneider Message-Id: <199605122102.OAA16003@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/makewhatis makewhatis.local.sh Makefile makewhatis.perl Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/05/12 14:02:06 Modified: gnu/usr.bin/man/makewhatis Makefile makewhatis.perl Added: gnu/usr.bin/man/makewhatis makewhatis.local.sh Log: Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286 Submitted by: invalid opcode 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. Pointed out by: Bruce Revision Changes Path 1.13 +8 -0 src/gnu/usr.bin/man/makewhatis/Makefile 1.8 +6 -4 src/gnu/usr.bin/man/makewhatis/makewhatis.perl