Skip to content

Commit

Permalink
$Id$ -> $FreeBSD$
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkHelmet433 committed Aug 28, 1999
1 parent 33e2eb8 commit b6784c4
Show file tree
Hide file tree
Showing 1,267 changed files with 1,298 additions and 1,294 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
# @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94

All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.226 1999/03/29 10:59:52 obrien Exp $
# $FreeBSD$
#
# The user-driven targets are:
#
Expand Down
2 changes: 1 addition & 1 deletion Makefile.inc0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile.inc0,v 1.16 1999/06/05 21:06:59 julian Exp $
# $FreeBSD$
#
# This makefile ensures that the object directory is set according to the
# object format to avoid mixing aout and elf formatted files during the
Expand Down
2 changes: 1 addition & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.80 1999/08/06 00:58:41 jdp Exp $
# $FreeBSD$
#
# Make command line options:
# -DCLOBBER will remove /usr/include
Expand Down
2 changes: 1 addition & 1 deletion Makefile.upgrade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile.upgrade,v 1.15 1999/02/17 20:56:09 msmith Exp $
# $FreeBSD$
#
# This makefile contains rules for preforming upgrades that are outside
# the scope of the normal build world process.
Expand Down
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
This is the top level of the FreeBSD source directory. This file
was last revised on: $Id: README,v 1.13 1998/09/13 09:38:34 markm Exp $
was last revised on:
$FreeBSD$

For copyright information, please see the file COPYRIGHT in this
directory (additional copyright information also exists for some
Expand Down
2 changes: 1 addition & 1 deletion UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ version of FreeBSD, you are on your own to get to November 18, 1998.
Please filter your entries through Warner ([email protected]) so that
the style, formatting, etc of this file can be maintained.

$Id: UPDATING,v 1.39 1999/08/01 18:19:03 imp Exp $
$FreeBSD$
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/authenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#if defined(AUTHENTICATION) || defined(ENCRYPTION)
Expand Down
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/global.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

/*
Expand Down
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/slc.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/state.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/sys_term.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: sys_term.c,v 1.5 1998/09/01 15:17:28 gpalmer Exp $";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/telnetd.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static const char copyright[] =
static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/termstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/telnet/telnetd/utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $";
"$FreeBSD$";
#endif /* not lint */

#ifdef __FreeBSD__
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/authenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#if defined(AUTHENTICATION) || defined(ENCRYPTION)
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/global.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

/*
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/slc.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/state.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/sys_term.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: sys_term.c,v 1.5 1998/09/01 15:17:28 gpalmer Exp $";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/telnetd.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static const char copyright[] =
static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/termstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */

#include "telnetd.h"
Expand Down
2 changes: 1 addition & 1 deletion crypto/telnet/telnetd/utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $";
"$FreeBSD$";
#endif /* not lint */

#ifdef __FreeBSD__
Expand Down
2 changes: 1 addition & 1 deletion kerberos5/lib/libtelnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

LIB= telnet

Expand Down
2 changes: 1 addition & 1 deletion kerberos5/libexec/telnetd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
# $FreeBSD$

# Do not define -DKLUDGELINEMODE, as it does not interact well with many
# telnet implementations.
Expand Down
2 changes: 1 addition & 1 deletion kerberos5/usr.bin/telnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
# $FreeBSD$

PROG= telnet

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.9 1998/09/04 22:18:49 markm Exp $
# $FreeBSD$

SUBDIR= include lib libexec usr.bin usr.sbin

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

.if !defined(DISTRIBUTION)

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/include/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

.if exists(${.OBJDIR}/../../include)
INCLUDEOBJDIR= ${.OBJDIR}/../include
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

SUBDIR= libroken libsl libacl libkadm libkafs libkdb libkrb libtelnet

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

SHLIB_MAJOR?= 3
SHLIB_MINOR?= 0
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libacl/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

LIB= acl
CFLAGS+= -I${KRB4DIR}/include \
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libkadm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

LIB= kadm
CFLAGS+= -I${KRB4DIR}/include \
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libkafs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

LIB= kafs
CFLAGS+= -I${KRB4DIR}/include \
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libkdb/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

LIB= kdb
CFLAGS+= -I${KRB4DIR}/include \
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libkrb/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 1998/11/18 00:40:07 jdp Exp $
# $FreeBSD$

LIB= krb
CFLAGS+= -I${KRB4DIR}/include \
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libroken/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:12 markm Exp $
# $FreeBSD$

LIB= roken
CFLAGS+= -I${KRB4DIR}/include \
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libsl/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

LIB= sl
CFLAGS+= -I${KRB4DIR}/include \
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/lib/libtelnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

LIB= telnet

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/libexec/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

SUBDIR= kauthd kipd kpropd telnetd

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/libexec/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

BINDIR= /usr/libexec

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/libexec/kauthd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
# $FreeBSD$

PROG= kauthd
MAN8= ${KRB4DIR}/man/kauthd.8
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/libexec/kipd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
# $FreeBSD$

PROG= kipd
NOMAN= yes
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/libexec/kpropd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
# $FreeBSD$

PROG= kpropd
MAN8= ${KRB4DIR}/man/kpropd.8
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/libexec/telnetd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
# $FreeBSD$

# Do not define -DKLUDGELINEMODE, as it does not interact well with many
# telnet implementations.
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

SUBDIR= kadmin kauth kdestroy kinit klist ksrvtgt telnet

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

BINDIR= /usr/bin

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/kadmin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

PROG= kadmin
MAN8= ${KRB4DIR}/man/kadmin.8
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/kauth/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
# $FreeBSD$

PROG= kauth
MAN1= ${KRB4DIR}/man/kauth.1
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/kdestroy/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
# $FreeBSD$

PROG= kdestroy
MAN1= ${KRB4DIR}/man/kdestroy.1
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/kinit/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

PROG= kinit
MAN1= ${KRB4DIR}/man/kinit.1
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/klist/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
# $FreeBSD$

PROG= klist
MAN1= ${KRB4DIR}/man/klist.1
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/ksrvtgt/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

MAN1= ${KRB4DIR}/man/ksrvtgt.1

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.bin/telnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
# $FreeBSD$

PROG= telnet

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.sbin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

SUBDIR= ext_srvtab kadmind kdb_destroy kdb_edit kdb_init kdb_util \
kerberos kip kprop ksrvutil kstash
Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.sbin/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$

BINDIR= /usr/sbin

Expand Down
2 changes: 1 addition & 1 deletion kerberosIV/usr.sbin/ext_srvtab/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1997/10/02 15:03:20 markm Exp $
# $FreeBSD$

PROG= ext_srvtab
MAN8= ${KRB4DIR}/man/ext_srvtab.8
Expand Down
Loading

0 comments on commit b6784c4

Please sign in to comment.