summaryrefslogtreecommitdiff
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/locate
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/Makefile2
-rw-r--r--usr.bin/locate/bigram/Makefile2
-rw-r--r--usr.bin/locate/bigram/locate.bigram.c3
-rw-r--r--usr.bin/locate/code/Makefile2
-rw-r--r--usr.bin/locate/code/locate.code.c3
-rw-r--r--usr.bin/locate/locate/Makefile2
-rw-r--r--usr.bin/locate/locate/locate.11
-rw-r--r--usr.bin/locate/locate/locate.c3
-rw-r--r--usr.bin/locate/locate/locate.h1
-rw-r--r--usr.bin/locate/locate/pathnames.h1
-rw-r--r--usr.bin/locate/locate/updatedb.csh1
11 files changed, 14 insertions, 7 deletions
diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile
index a03321c4437..3ac42aadb5d 100644
--- a/usr.bin/locate/Makefile
+++ b/usr.bin/locate/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:35:47 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/22 06:17:28 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
SUBDIR= bigram code locate
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile
index 738a0fe938c..20ebbec614d 100644
--- a/usr.bin/locate/bigram/Makefile
+++ b/usr.bin/locate/bigram/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:35:48 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/22 06:17:39 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= locate.bigram
NOMAN= noman
diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c
index ea95c7bd77a..d8c0f0e0204 100644
--- a/usr.bin/locate/bigram/locate.bigram.c
+++ b/usr.bin/locate/bigram/locate.bigram.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: locate.bigram.c,v 1.2 1996/06/26 05:35:49 deraadt Exp $ */
/* $NetBSD: locate.bigram.c,v 1.5 1995/09/01 23:48:13 thorpej Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)locate.bigram.c 8.2 (Berkeley) 4/28/95";
#endif
-static char rcsid[] = "$NetBSD: locate.bigram.c,v 1.5 1995/09/01 23:48:13 thorpej Exp $";
+static char rcsid[] = "$OpenBSD: locate.bigram.c,v 1.2 1996/06/26 05:35:49 deraadt Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile
index 088d0bf7c60..eec7f4be81c 100644
--- a/usr.bin/locate/code/Makefile
+++ b/usr.bin/locate/code/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:35:50 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/22 06:17:41 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
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 cbeeecd1bb0..8bdcce9a7e2 100644
--- a/usr.bin/locate/code/locate.code.c
+++ b/usr.bin/locate/code/locate.code.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: locate.code.c,v 1.2 1996/06/26 05:35:50 deraadt Exp $ */
/* $NetBSD: locate.code.c,v 1.5 1995/08/31 22:36:33 jtc Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)locate.code.c 8.4 (Berkeley) 5/4/95";
#endif
-static char rcsid[] = "$NetBSD: locate.code.c,v 1.5 1995/08/31 22:36:33 jtc Exp $";
+static char rcsid[] = "$OpenBSD: locate.code.c,v 1.2 1996/06/26 05:35:50 deraadt Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile
index 5e19415489a..efac911058d 100644
--- a/usr.bin/locate/locate/Makefile
+++ b/usr.bin/locate/locate/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:35:51 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/22 06:17:44 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= locate
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index 8142f2ebb1b..4c6001e14b3 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: locate.1,v 1.2 1996/06/26 05:35:52 deraadt Exp $
.\" $NetBSD: locate.1,v 1.4 1995/07/25 18:20:25 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c
index a4d8ecd47b6..b51abf5738c 100644
--- a/usr.bin/locate/locate/locate.c
+++ b/usr.bin/locate/locate/locate.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: locate.c,v 1.2 1996/06/26 05:35:52 deraadt Exp $ */
/* $NetBSD: locate.c,v 1.6 1994/12/22 06:17:47 jtc Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)locate.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$NetBSD: locate.c,v 1.6 1994/12/22 06:17:47 jtc Exp $";
+static char rcsid[] = "$OpenBSD: locate.c,v 1.2 1996/06/26 05:35:52 deraadt Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h
index 467c2cbcdea..05febeadccc 100644
--- a/usr.bin/locate/locate/locate.h
+++ b/usr.bin/locate/locate/locate.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: locate.h,v 1.2 1996/06/26 05:35:53 deraadt Exp $ */
/* $NetBSD: locate.h,v 1.3 1994/12/22 06:17:48 jtc Exp $ */
/*
diff --git a/usr.bin/locate/locate/pathnames.h b/usr.bin/locate/locate/pathnames.h
index 8021ffecb3b..ce83deea2f4 100644
--- a/usr.bin/locate/locate/pathnames.h
+++ b/usr.bin/locate/locate/pathnames.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:35:54 deraadt Exp $ */
/* $NetBSD: pathnames.h,v 1.3 1994/12/22 06:17:49 jtc Exp $ */
/*
diff --git a/usr.bin/locate/locate/updatedb.csh b/usr.bin/locate/locate/updatedb.csh
index 394e828188e..a8a71d22310 100644
--- a/usr.bin/locate/locate/updatedb.csh
+++ b/usr.bin/locate/locate/updatedb.csh
@@ -1,5 +1,6 @@
#!/bin/csh -f
#
+# $OpenBSD: updatedb.csh,v 1.2 1996/06/26 05:35:54 deraadt Exp $
# $NetBSD: updatedb.csh,v 1.7 1995/08/31 22:36:35 jtc Exp $
#
# Copyright (c) 1989, 1993