aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/login
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
Notes
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/Makefile2
-rw-r--r--usr.bin/login/login.12
-rw-r--r--usr.bin/login/login.access.52
-rw-r--r--usr.bin/login/login.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 595a2fc9fc81..2813ccbdfe30 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.27 1999/01/20 21:58:46 jdp Exp $
+# $FreeBSD$
PROG= login
MAN1= login.1
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index 7bea546b6dc9..2ee22ef7f0db 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)login.1 8.2 (Berkeley) 5/5/94
-.\" $Id: login.1,v 1.13 1999/01/11 09:07:42 asami Exp $
+.\" $FreeBSD$
.\"
.Dd May 5, 1994
.Dt LOGIN 1
diff --git a/usr.bin/login/login.access.5 b/usr.bin/login/login.access.5
index ff6d21cc14fe..10788ed38e6f 100644
--- a/usr.bin/login/login.access.5
+++ b/usr.bin/login/login.access.5
@@ -1,5 +1,5 @@
.\"
-.\" $Id$
+.\" $FreeBSD$
.\"
.\" this is comment
.Dd April 30, 1994
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
index 94a463d90ffa..7b7cc97b7d77 100644
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: login.c,v 1.47 1999/04/24 17:26:32 ache Exp $";
+ "$FreeBSD$";
#endif /* not lint */
/*