summaryrefslogtreecommitdiff
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..285b87f5a0f7 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.1.1.1.14.2 2001/12/19 04:49:11 dd Exp $
PROG= logger
CFLAGS+=-DINET6
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1
index bf9dca0db6f2..d571d0a53839 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.4.2.5 2001/08/16 13:16:56 ru Exp $
.\"
.Dd June 6, 1993
.Dt LOGGER 1
diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c
index bca1da0884b4..8a84a0abcbdb 100644
--- a/usr.bin/logger/logger.c
+++ b/usr.bin/logger/logger.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/logger/logger.c,v 1.5.2.3 2001/09/06 17:38:57 ru Exp $";
#endif /* not lint */
#include <sys/types.h>