Skip to content

Commit

Permalink
Revert $FreeBSD$ to $Id$
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkHelmet433 committed Feb 22, 1997
1 parent b97fa2e commit 9e522f7
Show file tree
Hide file tree
Showing 161 changed files with 172 additions and 172 deletions.
2 changes: 1 addition & 1 deletion libexec/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$

SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
Expand Down
2 changes: 1 addition & 1 deletion libexec/atrun/LEGAL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$

-----BEGIN PGP SIGNED MESSAGE-----

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

MAINSRC= ${.CURDIR}/../../usr.bin/at

Expand Down
2 changes: 1 addition & 1 deletion libexec/atrun/atrun.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
/* File scope variables */

static char *namep;
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
static debug = 0;

void perr(const char *a);
Expand Down
2 changes: 1 addition & 1 deletion libexec/atrun/atrun.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $FreeBSD$
.\" $Id$
.Dd April 12, 1995
.Dt ATRUN 8
.Os "FreeBSD 2.1"
Expand Down
2 changes: 1 addition & 1 deletion libexec/atrun/gloadavg.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/* File scope variables */

static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";

/* Global functions */

Expand Down
2 changes: 1 addition & 1 deletion libexec/atrun/gloadavg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

double gloadavg(void);
#if 0
static char atrun_h_rcsid[] = "$FreeBSD$";
static char atrun_h_rcsid[] = "$Id$";
#endif
2 changes: 1 addition & 1 deletion libexec/bootpd/Announce
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$

This is an enhanced version of the CMU BOOTP server which was derived
from the original BOOTP server created by Bill Croft at Stanford.
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$

Changes, most recent first
Date, <email> Real Name
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bootpd/Makefile
# $FreeBSD$
# $Id$

PROG= bootpd
CFLAGS+= -DETC_ETHERS
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/Makefile.UNIX
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$
#
# Makefile for the BOOTP programs:
# bootpd - BOOTP server daemon
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# $FreeBSD$
# $Id$

BINDIR?= /usr/libexec
2 changes: 1 addition & 1 deletion libexec/bootpd/Problems
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$

Common problems and ways to work around them:

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

This is an enhanced version of the CMU BOOTP server which was derived
from the original BOOTP server created by Bill Croft at Stanford.
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/bootp.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SOFTWARE.
/*
* Bootstrap Protocol (BOOTP). RFC951 and RFC1395.
*
* $FreeBSD$
* $Id$
*
*
* This file specifies the "implementation-independent" BOOTP protocol
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/bootpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
$FreeBSD$
$Id$
************************************************************************/

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

PROG= bootpgw
NOMAN= true
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/bootptab.mcs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Last update: gwr, Sun Dec 12 19:00:00 EDT 1993
# Blank lines and lines beginning with '#' are ignored.
#
# $FreeBSD$
# $Id$
#
# Legend: (see bootptab.5)
# first field -- hostname (not indented)
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/dovend.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dovend.c : Inserts all but the first few vendor options.
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/dumptab.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumptab.c - handles dumping the database
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/getether.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* If you figure out how to do this on another system,
* please let me know. <[email protected]>
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/getif.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* getif.c : get an interface structure
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
$FreeBSD$
$Id$
************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/hwaddr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* hwaddr.c - routines that deal with hardware addresses.
* (i.e. Ethernet)
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/hwaddr.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* hwaddr.h
*
* $FreeBSD$
* $Id$
*/

#ifndef HWADDR_H
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/lookup.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* lookup.c - Lookup IP address, HW address, netmask
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/patchlevel.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* patchlevel.h
*
* $FreeBSD$
* $Id$
*/

#define VERSION "2.4"
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/readfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
$FreeBSD$
$Id$
************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/rtmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/*
* from arp.c 8.2 (Berkeley) 1/2/94
* $FreeBSD$
* $Id$
*/

#include <sys/param.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Makefile
# $FreeBSD$
# $Id$

SUBDIR= bootpef bootptest

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

BINDIR=/usr/sbin
2 changes: 1 addition & 1 deletion libexec/bootpd/tools/bootpef/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Makefile
# $FreeBSD$
# $Id$

PROG= bootpef
MAN8= bootpef.8
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/tools/bootpef/bootpef.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
$FreeBSD$
$Id$
************************************************************************/

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

PROG= bootptest
MAN8= bootptest.8
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/tools/bootptest/bootptest.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* 09/28/93 Released version 1.0
* 09/93 Original developed by Gordon W. Ross <[email protected]>
*
* $FreeBSD$
* $Id$
*/

char *usage = "bootptest [-h] server-name [vendor-data-template-file]";
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/tools/bootptest/print-bootp.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* This file was copied from tcpdump-2.1.1 and modified.
* There is an e-mail list for tcpdump: <[email protected]>
*
* $FreeBSD$
* $Id$
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/trygetea.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trygetea.c - test program for getether.c
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/trygetif.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trygetif.c - test program for getif.c
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/bootpd/trylook.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* trylook.c - test program for lookup.c
*
* $FreeBSD$
* $Id$
*/

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/comsat/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$

PROG= comsat
MAN8= comsat.8
Expand Down
2 changes: 1 addition & 1 deletion libexec/comsat/comsat.8
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)comsat.8 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\" $Id$
.\"
.Dd June 4, 1993
.Dt COMSAT 8
Expand Down
2 changes: 1 addition & 1 deletion libexec/comsat/comsat.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/

#ifndef lint
Expand Down
2 changes: 1 addition & 1 deletion libexec/fingerd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# $Id$

PROG= fingerd
MAN8= fingerd.8
Expand Down
2 changes: 1 addition & 1 deletion libexec/fingerd/fingerd.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)fingerd.c 8.1 (Berkeley) 6/4/93";
*/
static const char rcsid[] =
"$FreeBSD$";
"$Id$";
#endif /* not lint */

#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion libexec/ftpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 4/4/94
# $FreeBSD$
# $Id$

PROG= ftpd
MAN8= ftpd.8
Expand Down
2 changes: 1 addition & 1 deletion libexec/ftpd/extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/4/94
* $FreeBSD$
* $Id$
*/

void blkfree __P((char **));
Expand Down
2 changes: 1 addition & 1 deletion libexec/ftpd/ftpcmd.y
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ftpcmd.y 8.3 (Berkeley) 4/6/94
* $FreeBSD$
* $Id$
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion libexec/ftpd/ftpd.8
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 19, 1994
.Dt FTPD 8
Expand Down
2 changes: 1 addition & 1 deletion libexec/ftpd/ftpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/

#if 0
Expand Down
2 changes: 1 addition & 1 deletion libexec/ftpd/logwtmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $Id$
*/

#ifndef lint
Expand Down
Loading

0 comments on commit 9e522f7

Please sign in to comment.