Revert $FreeBSD$ to $Id$

This commit is contained in:
Peter Wemm 1997-02-22 19:58:13 +00:00
parent 53faa0dade
commit c115df18cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23012
227 changed files with 231 additions and 228 deletions

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}

View File

@ -1,6 +1,6 @@
# German/ISO 8859-1 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# German/ISO 8859-1 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# Espan~ol (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# Espan~ol (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# icelandic (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# icelandic (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# CP866 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.CP866
order \

View File

@ -1,6 +1,6 @@
# koi8-r (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.KOI8-R
order \

View File

@ -1,6 +1,6 @@
# CP866 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.CP866
order \

View File

@ -1,6 +1,6 @@
# koi8-r (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.KOI8-R
order \

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
# $FreeBSD$
# $Id$
# XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93
.\" $FreeBSD$
.\" $Id$
.\"
.TH AR 1 "June 29, 1993"
.AT 3

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93
.\" $FreeBSD$
.\" $Id$
.\"
.TH AR 1 "June 29, 1993"
.AT 3

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
.include "${.CURDIR}/Makefile.inc"

View File

@ -92,7 +92,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
/* File scope variables */
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
char *no_export[] =
{
"TERM", "TERMCAP", "DISPLAY", "_"

View File

@ -1,4 +1,4 @@
.\" $FreeBSD$
.\" $Id$
.Dd April 12, 1995
.Dt "AT" 1
.Os "FreeBSD 2.1"

View File

@ -37,7 +37,7 @@
/* File scope variables */
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
/* External variables */

View File

@ -130,7 +130,7 @@ static size_t sc_len; /* scanner - lenght of token buffer */
static int sc_tokid; /* scanner - token id */
static int sc_tokplur; /* scanner - is token plural? */
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
/* Local functions */

View File

@ -48,7 +48,7 @@
/* File scope variables */
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
/* Function declarations */

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)basename.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 18, 1994
.Dt BASENAME 1

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)biff.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd June 6, 1993
.Dt BIFF 1

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#include <stdlib.h>

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd "June 6, 1993"
.Dt CAP_MKDB 1

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG= chat
SRCS= chat.c

View File

@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\" manual page [] for chat 1.8
.\" $FreeBSD$
.\" $Id$
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph

View File

@ -31,7 +31,7 @@
*
*/
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#include <stdio.h>
#include <time.h>

View File

@ -40,7 +40,7 @@ static char copyright[] =
#ifndef lint
static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94";
static char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* not lint */
#include <sys/param.h>

View File

@ -35,7 +35,7 @@
* Center for Telecommunications Research
* Columbia University, New York City
*
* $FreeBSD$
* $Id$
*/
#ifdef YP

View File

@ -35,7 +35,7 @@
* Center for Telecommunications Research
* Columbia University, New York City
*
* $FreeBSD$
* $Id$
*/
#ifdef YP

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cmp.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd June 6, 1993
.Dt CMP 1

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG = colldef
LFLAGS = -8 -i

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}

View File

@ -1,6 +1,6 @@
# German/ISO 8859-1 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# Espan~ol (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# icelandic (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.ISO_8859-1
order \

View File

@ -1,6 +1,6 @@
# CP866 (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.CP866
order \

View File

@ -1,6 +1,6 @@
# koi8-r (backward compatible with ASCII)
#
# $FreeBSD$
# $Id$
#
charmap map.KOI8-R
order \

View File

@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#include <err.h>

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#include <ctype.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG= compile_et
SRCS= compile_et.c error_table.y

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#ifndef _ZOPEN_H_

View File

@ -36,7 +36,7 @@
# SUCH DAMAGE.
#
# From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93
# $FreeBSD$
# $Id$
#
# Transitional front end to CCCP to make it behave like (Reiser) CCP:
# specifies -traditional

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)du.1 8.2 (Berkeley) 4/1/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 1, 1994
.Dt DU 1

View File

@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
$
$ For ee patchlevel 3
$
$ $FreeBSD$
$ $Id$
$
$set 1
$quote "

View File

@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
$
$ For ee patchlevel 3
$
$ $FreeBSD$
$ $Id$
$
$set 1
$quote "

View File

@ -1,4 +1,4 @@
.\" $FreeBSD$
.\" $Id$
.Dd July 2, 1996
.Dt FETCH 1
.Os FreeBSD 3.0

View File

@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
/* $FreeBSD$ */
/* $Id$ */
#include <sys/types.h>

View File

@ -3,11 +3,14 @@
/*
* Patchlevel file for Ian Darwin's MAGIC command.
* $Id$
* $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $
*
* $Log: patchlevel.h,v $
* Revision 1.5 1997/02/22 19:29:15 peter
* Revert $Id$ to $Id$
*
* Revision 1.4 1997/01/14 06:59:48 jkh
* Make the long-awaited change from $Id$ to $Id$
* Make the long-awaited change from $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $ to $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $
*
* This will make a number of things easier in the future, as well as (finally!)
* avoiding the Id-smashing problem which has plagued developers for so long.

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG= file2c
MAN1= file2c.1

View File

@ -5,7 +5,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ---------------------------------------------------------------------------
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.Dd Jan 28, 1995
.Dt FILE2C 1

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $FreeBSD$
* $Id$
*
*/

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)find.1 8.4 (Berkeley) 4/1/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 1, 1994
.Dt FIND 1

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG= gencat
SRCS= gencat.c genlib.c

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 18, 1994
.Dt HEXDUMP 1

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)od.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd %Q
.Os

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"

View File

@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)groups.sh 8.1 (Berkeley) 6/6/93
# $FreeBSD$
# $Id$
PATH=/bin:/usr/bin; export PATH

View File

@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)whoami.sh 8.1 (Berkeley) 6/6/93
# $FreeBSD$
# $Id$
PATH=/bin:/usr/bin; export PATH

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG= ipcrm

View File

@ -21,7 +21,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\" $Id$
.\""
.Dd August 8th, 1994
.Dt ipcrm 1

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG= ipcs
BINGRP= kmem

View File

@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.Dd June 18, 1994
.Dt "IPCS" 1

View File

@ -24,7 +24,7 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#include <stdio.h>

View File

@ -1,7 +1,7 @@
.ll 6i
.pl 10.5i
.\" from: @(#)keyinfo.1 1.1 (Bellcore) 7/20/93
.\" $FreeBSD$
.\" $Id$
.\"
.lt 6.0i
.TH KEYINFO 1 "26 April 1996"

View File

@ -3,7 +3,7 @@
# Search /etc/skeykeys for the skey string for this user OR user specified
# in 1st parameter.
#
# $FreeBSD$
# $Id$
#
die "usage: keyinfo [user]\n" unless $#ARGV < 1;

View File

@ -22,7 +22,7 @@
.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.Dd June 25, 1995
.Os FreeBSD 2.2

View File

@ -26,7 +26,7 @@
#
# killall - kill processes by name
#
# $FreeBSD$
# $Id$
$ENV{'PATH'} = '/bin:/usr/bin'; # security

View File

@ -1,5 +1,5 @@
# @(#)Makefile 1.1 (Berkeley) 6/6/93
# $FreeBSD$
# $Id$
PROG= ktrace
SRCS= ktrace.c subr.c

View File

@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* not lint */
#include <sys/param.h>

View File

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
PROG= kzip
MAN8= kzip.8

View File

@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.Dd August 15, 1996
.Os

View File

@ -9,7 +9,7 @@
* Copyright (C) 1993 Hannu Savolainen
* Ported to 386bsd by Serge Vakulenko
* based on tools/build.c by Linus Torvalds
* $FreeBSD$
* $Id$
*
*/

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd September 18, 1996
.Dt LASTCOMM 1

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#ifndef lint

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
#
# By default, flex will be configured to generate 8-bit scanners only if the
# -8 flag is given. If you want it to always generate 8-bit scanners, add

View File

@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
LIB= ln
SRCS= libmain.c libyywrap.c

View File

@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
.\" $FreeBSD$
.\" $Id$
.\"
.Dd January 15, 1996
.Dt LIMITS 1

View File

@ -20,7 +20,7 @@
*
* Display/change(+runprogram)/eval resource limits.
*
* $FreeBSD$
* $Id$
*/
#include <err.h>

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
# $Id$
SUBDIR= bigram code locate

View File

@ -1,3 +1,3 @@
# $FreeBSD$
# $Id$
LIBEXECDIR?= /usr/libexec

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#ifndef lint

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#ifndef lint

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
# $Id$
PROG= locate
SRCS= util.c locate.c

View File

@ -30,7 +30,7 @@
#
# Sequence of databases is important.
#
# $FreeBSD$
# $Id$
# The directory containing locate subprograms
: ${LIBEXECDIR=/usr/libexec}; export LIBEXECDIR

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/

View File

@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd June 6, 1993
.Dt LOCATE 1

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/
#ifndef lint

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* @(#)locate.h 8.1 (Berkeley) 6/6/93
* $FreeBSD$
* $Id$
*/
/* Symbolic constants shared by locate.c and code.c */

View File

@ -1,7 +1,7 @@
#
# /etc/locate.rc - command script for updatedb(8)
#
# $FreeBSD$
# $Id$
#
# All commented values are the defaults

View File

@ -28,7 +28,7 @@
#
# usage: mklocatedb [-presort] < filelist > database
#
# $FreeBSD$
# $Id$
# The directory containing locate subprograms

Some files were not shown because too many files have changed in this diff Show More