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 6cf24a5c04ea..b18b6a2a1c54 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.34.1.6.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= bigram code locate diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 48174083d848..f6e32f09fe18 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.50.1 2008/10/02 02:57:24 kensmith Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index eb39dd16b51d..c219bc695775 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.16.1 2008/10/02 02:57:24 kensmith 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..f333e0db9a29 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 20eef8c49212..8f1e5aa2b051 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.16.1 2008/10/02 02:57:24 kensmith 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..83e8322d39b9 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 9a618da4e8fa..bc7d8bb04604 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.30.1 2008/10/02 02:57:24 kensmith 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..fe34aac7c47f 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.50.1 2008/10/02 02:57:24 kensmith 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 e132dbd53e59..f193977160e2 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.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index dca91bb141c1..c2cd0287391a 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.2.1.8.1 2008/10/02 02:57:24 kensmith 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 64ce7f95d472..d372f1cc86a0 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.14.2.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 24df8d4002be..0361f7b46c3d 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.50.1 2008/10/02 02:57:24 kensmith 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..bab266998d06 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.10.1 2008/10/02 02:57:24 kensmith 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..e2e81410c5e0 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.16.1 2008/10/02 02:57:24 kensmith 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..ed6321c8f55b 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.30.1 2008/10/02 02:57:24 kensmith 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..a327a3363db4 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.10.1 2008/10/02 02:57:24 kensmith 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..959a713cd04d 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ |