diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
| commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
| tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /libexec/rlogind | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvs
'RELENG_4_0_0_RELEASE'.
This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/rlogind')
| -rw-r--r-- | libexec/rlogind/Makefile | 2 | ||||
| -rw-r--r-- | libexec/rlogind/auth_pam.c | 2 | ||||
| -rw-r--r-- | libexec/rlogind/pathnames.h | 2 | ||||
| -rw-r--r-- | libexec/rlogind/rlogind.8 | 2 | ||||
| -rw-r--r-- | libexec/rlogind/rlogind.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index ad85ea3cd1cb..32a6343d7fa2 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/rlogind/Makefile,v 1.15 2000/02/24 21:18:06 markm Exp $ PROG= rlogind SRCS= rlogind.c diff --git a/libexec/rlogind/auth_pam.c b/libexec/rlogind/auth_pam.c index e45210783ed8..f3729560f070 100644 --- a/libexec/rlogind/auth_pam.c +++ b/libexec/rlogind/auth_pam.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/rlogind/auth_pam.c,v 1.1 1999/09/19 22:05:30 markm Exp $ */ #include <sys/param.h> diff --git a/libexec/rlogind/pathnames.h b/libexec/rlogind/pathnames.h index 17a8f5cf5341..a61162ddf370 100644 --- a/libexec/rlogind/pathnames.h +++ b/libexec/rlogind/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/rlogind/pathnames.h,v 1.2 1999/09/19 22:05:30 markm Exp $ */ #include <paths.h> diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 969fb084496e..0e65a0e8d2be 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rlogind.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rlogind/rlogind.8,v 1.13 2000/01/25 14:52:04 shin Exp $ .\" .Dd June 4, 1993 .Dt RLOGIND 8 diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 11cf1c18b9f1..df67a2fc1304 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rlogind/rlogind.c,v 1.29 2000/02/01 15:55:55 shin Exp $"; #endif /* not lint */ /* |
