diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /usr.bin/login | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
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.h | 2 | ||||
| -rw-r--r-- | usr.bin/login/login_access.c | 2 | ||||
| -rw-r--r-- | usr.bin/login/login_fbtab.c | 2 | ||||
| -rw-r--r-- | usr.bin/login/pathnames.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 9ddda3633819..4a405f71d409 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/login/Makefile,v 1.48 2004/11/03 18:01:19 ru Exp $ PROG= login SRCS= login.c login_fbtab.c diff --git a/usr.bin/login/README b/usr.bin/login/README index bc228f766aa6..d3798a8b38d0 100644 --- a/usr.bin/login/README +++ b/usr.bin/login/README @@ -8,4 +8,4 @@ The following defines can be used: -Guido -$FreeBSD$ +$FreeBSD: src/usr.bin/login/README,v 1.4 2001/08/30 11:27:36 markm Exp $ diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index ec924ca31d73..dbc11db2f124 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.28 2004/10/16 00:13:38 brueffer Exp $ .\" .Dd October 16, 2004 .Dt LOGIN 1 diff --git a/usr.bin/login/login.access.5 b/usr.bin/login/login.access.5 index 2f2d8f25e40f..b376554f4220 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.14 2004/07/02 22:22:27 ru Exp $ .\" .Dd April 30, 1994 .Dt LOGIN.ACCESS 5 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 68693f82e21c..19b18f6797b2 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/login/login.c,v 1.99 2005/06/01 12:23:06 maxim Exp $"); /* * login [ name ] diff --git a/usr.bin/login/login.h b/usr.bin/login/login.h index 6be2539c7bb6..f39583dbe9f7 100644 --- a/usr.bin/login/login.h +++ b/usr.bin/login/login.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/login/login.h,v 1.4 2002/03/22 01:22:49 imp Exp $ */ void login_fbtab(char *, uid_t, gid_t); diff --git a/usr.bin/login/login_access.c b/usr.bin/login/login_access.c index f6f5745d3351..d404bda02f91 100644 --- a/usr.bin/login/login_access.c +++ b/usr.bin/login/login_access.c @@ -15,7 +15,7 @@ static char sccsid[] = "%Z% %M% %I% %E% %U%"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/login/login_access.c,v 1.10 2002/03/22 01:22:49 imp Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index c0a4290a4677..6813ffc19309 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/login/login_fbtab.c,v 1.16 2002/03/22 01:22:49 imp Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h index 333c2ca280fa..076d1ea38c86 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/9/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/login/pathnames.h,v 1.5 2001/08/30 11:27:36 markm Exp $ */ #include <paths.h> |
