diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /usr.bin/less | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) | |
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/less/Makefile.common | 2 | ||||
| -rw-r--r-- | usr.bin/less/defines.h | 2 | ||||
| -rw-r--r-- | usr.bin/less/lesspipe.sh | 2 | ||||
| -rw-r--r-- | usr.bin/less/zless.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 663ee26a6cca..311cb2f50152 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile,v 1.10 2005/05/17 11:41:01 ru Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index fcc6ccfa1ce3..8aea191fded1 100644 --- a/usr.bin/less/Makefile.common +++ b/usr.bin/less/Makefile.common @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile.common,v 1.4 2003/06/06 13:46:55 kuriyama Exp $ LSDIR= ${.CURDIR}/../../contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index 3833d383e13d..052c11271b37 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/less/defines.h,v 1.5.8.1 2006/08/29 18:36:51 delphij Exp $ */ /* defines.h. Generated by configure. */ /* defines.h.in. Generated from configure.ac by autoheader. */ diff --git a/usr.bin/less/lesspipe.sh b/usr.bin/less/lesspipe.sh index 6af7db3304ee..bbc6c68e04b0 100644 --- a/usr.bin/less/lesspipe.sh +++ b/usr.bin/less/lesspipe.sh @@ -1,7 +1,7 @@ #! /bin/sh # ex:ts=8 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/lesspipe.sh,v 1.2.2.1 2006/09/03 16:09:50 delphij Exp $ case "$1" in *.Z) diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh index b947b819f2c0..08ae72897942 100644 --- a/usr.bin/less/zless.sh +++ b/usr.bin/less/zless.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/zless.sh,v 1.1 2005/05/17 11:14:11 des Exp $ # export LESSOPEN="|/usr/bin/lesspipe.sh %s" |
