diff options
Diffstat (limited to 'usr.bin/locate')
| -rw-r--r-- | usr.bin/locate/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/locate/Makefile.inc | 2 | ||||
| -rw-r--r-- | usr.bin/locate/bigram/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/locate/bigram/locate.bigram.c | 2 | ||||
| -rw-r--r-- | usr.bin/locate/code/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/locate/code/locate.code.c | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/concatdb.sh | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/fastfind.c | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/locate.1 | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/locate.c | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/locate.h | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/locate.rc | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/locate.updatedb.8 | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/mklocatedb.sh | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/updatedb.sh | 2 | ||||
| -rw-r--r-- | usr.bin/locate/locate/util.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 1d495e420ece..362195e082e8 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/Makefile,v 1.6 1999/08/28 01:02:52 peter Exp $ MAINTAINER= wosch diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 48174083d848..5b2166eae5bf 100644 --- a/usr.bin/locate/Makefile.inc +++ b/usr.bin/locate/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/Makefile.inc,v 1.4 1999/08/28 01:02:52 peter Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index eb39dd16b51d..ac544d449d5d 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/bigram/Makefile,v 1.6 2004/12/21 08:47:30 ru Exp $ PROG= locate.bigram NO_MAN= diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 208824f22d2c..a4ad2b1e8650 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/bigram/locate.bigram.c,v 1.12 2005/02/09 09:13:36 stefanf Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 20eef8c49212..4de4b8ab6d29 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/code/Makefile,v 1.6 2004/12/21 08:47:30 ru Exp $ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index 6290c67201ef..9f7850e16028 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/code/locate.code.c,v 1.13 2002/03/22 01:22:47 imp Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 9a618da4e8fa..96320a1d3422 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/Makefile,v 1.15 2002/07/29 09:40:15 ru Exp $ PROG= locate SRCS= util.c locate.c diff --git a/usr.bin/locate/locate/concatdb.sh b/usr.bin/locate/locate/concatdb.sh index 156f21a725d2..a236332a8d0d 100644 --- a/usr.bin/locate/locate/concatdb.sh +++ b/usr.bin/locate/locate/concatdb.sh @@ -30,7 +30,7 @@ # # Sequence of databases is important. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/concatdb.sh,v 1.10 2000/01/12 08:01:00 kris Exp $ # The directory containing locate subprograms : ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c index 8e29355857b9..b76bb0854ae7 100644 --- a/usr.bin/locate/locate/fastfind.c +++ b/usr.bin/locate/locate/fastfind.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/fastfind.c,v 1.13 2001/01/06 18:17:06 wosch Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 27b750e08d90..f1c60b5127e0 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locate/locate/locate.1,v 1.30 2005/02/13 22:25:23 ru Exp $ .\" .Dd July 23, 2004 .Dt LOCATE 1 diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index 928359951f8d..1689a9fef1ea 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)locate.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/locate/locate/locate.c,v 1.15 2002/03/22 01:22:48 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 24df8d4002be..100139de8fdc 100644 --- a/usr.bin/locate/locate/locate.h +++ b/usr.bin/locate/locate/locate.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)locate.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/locate.h,v 1.7 1999/08/28 01:02:59 peter Exp $ */ /* Symbolic constants shared by locate.c and code.c */ diff --git a/usr.bin/locate/locate/locate.rc b/usr.bin/locate/locate/locate.rc index dee3a07d1158..cc938de1c09b 100644 --- a/usr.bin/locate/locate/locate.rc +++ b/usr.bin/locate/locate/locate.rc @@ -1,7 +1,7 @@ # # /etc/locate.rc - command script for updatedb(8) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/locate.rc,v 1.8.34.1 2005/08/25 19:06:11 cperciva Exp $ # # All commented values are the defaults diff --git a/usr.bin/locate/locate/locate.updatedb.8 b/usr.bin/locate/locate/locate.updatedb.8 index 2e2248f535f1..12db435d434a 100644 --- a/usr.bin/locate/locate/locate.updatedb.8 +++ b/usr.bin/locate/locate/locate.updatedb.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locate/locate/locate.updatedb.8,v 1.12 2005/01/18 13:43:50 ru Exp $ .\" .Dd February 11, 1996 .Dt LOCATE.UPDATEDB 8 diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh index 39d15d7c13cf..7231ebae97ac 100644 --- a/usr.bin/locate/locate/mklocatedb.sh +++ b/usr.bin/locate/locate/mklocatedb.sh @@ -28,7 +28,7 @@ # # usage: mklocatedb [-presort] < filelist > database # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/mklocatedb.sh,v 1.13 2002/07/22 05:35:59 tjr Exp $ # The directory containing locate subprograms : ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh index 45de7e685fc4..ec19f9f1c2d6 100644 --- a/usr.bin/locate/locate/updatedb.sh +++ b/usr.bin/locate/locate/updatedb.sh @@ -26,7 +26,7 @@ # # updatedb - update locate database for local mounted filesystems # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/updatedb.sh,v 1.18.14.1 2005/08/25 19:06:11 cperciva Exp $ if [ "$(id -u)" = "0" ]; then echo ">>> WARNING" 1>&2 diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c index 944ca88e7038..0a94c9c28702 100644 --- a/usr.bin/locate/locate/util.c +++ b/usr.bin/locate/locate/util.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/util.c,v 1.10 2002/06/24 12:40:11 naddy Exp $ */ |
