aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/logger')
-rw-r--r--usr.bin/logger/Makefile2
-rw-r--r--usr.bin/logger/logger.12
-rw-r--r--usr.bin/logger/logger.c2
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 c5c7dff19763..f8b449c3ebf3 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.15 2004/07/03 00:24:41 ru Exp $
.\"
.Dd June 6, 1993
.Dt LOGGER 1
diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c
index 3832752528b7..827d51fb150f 100644
--- a/usr.bin/logger/logger.c
+++ b/usr.bin/logger/logger.c
@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/logger/logger.c,v 1.13 2002/09/04 23:29:03 dwmalone Exp $");
#include <sys/types.h>
#include <sys/socket.h>