diff options
Diffstat (limited to 'usr.bin/logger')
| -rw-r--r-- | usr.bin/logger/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/logger/logger.1 | 2 | ||||
| -rw-r--r-- | usr.bin/logger/logger.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index 48c52513500d..ad40c192c6a8 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/logger/Makefile,v 1.3 2001/09/05 20:10:59 dd Exp $ PROG= logger CFLAGS+=-DINET6 diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index cc952ea11b21..2edc2cb7f930 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logger.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logger/logger.1,v 1.16 2005/01/17 07:44:21 ru Exp $ .\" .Dd June 6, 1993 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 45665068b1ab..1eec2d13b055 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logger/logger.c,v 1.14 2005/05/29 16:04:46 charnier Exp $"); #include <sys/types.h> #include <sys/socket.h> |
