diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /usr.bin/login | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvs
'RELENG_4_1_0_RELEASE'.
This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/login')
| -rw-r--r-- | usr.bin/login/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/login/README | 2 | ||||
| -rw-r--r-- | usr.bin/login/login.1 | 2 | ||||
| -rw-r--r-- | usr.bin/login/login.access.5 | 2 | ||||
| -rw-r--r-- | usr.bin/login/login.c | 2 | ||||
| -rw-r--r-- | usr.bin/login/login_fbtab.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 2813ccbdfe30..faefcae303ec 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/login/Makefile,v 1.31 1999/12/18 13:55:14 peter Exp $ PROG= login MAN1= login.1 diff --git a/usr.bin/login/README b/usr.bin/login/README index 16322c98f7db..8e6101670d62 100644 --- a/usr.bin/login/README +++ b/usr.bin/login/README @@ -9,4 +9,4 @@ The following defines can be used: -Guido -$FreeBSD$ +$FreeBSD: src/usr.bin/login/README,v 1.3 2000/02/27 07:14:33 ru Exp $ diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 492b9832da9c..250a0cee40ff 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/login/login.1,v 1.17 1999/09/14 11:46:03 sheldonh Exp $ .\" .Dd May 5, 1994 .Dt LOGIN 1 diff --git a/usr.bin/login/login.access.5 b/usr.bin/login/login.access.5 index f9f0eb5f0f0e..518a2ac3c7e6 100644 --- a/usr.bin/login/login.access.5 +++ b/usr.bin/login/login.access.5 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/login/login.access.5,v 1.9 2000/03/01 12:20:19 sheldonh Exp $ .\" .\" this is comment .Dd April 30, 1994 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index e6dc807909f1..f93127e0559f 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/login/login.c,v 1.51.2.2 2000/04/25 09:01:22 sheldonh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index 846033ceca92..3bab0b639469 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -13,7 +13,7 @@ * warranties, including, without limitation, the implied warranties of * merchantibility and fitness for any particular purpose. ************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/login/login_fbtab.c,v 1.6.2.2 2000/04/25 09:01:22 sheldonh Exp $ */ /* SYNOPSIS void login_fbtab(tty, uid, gid) |
