Skip to content

Commit

Permalink
add forgotten $Id$
Browse files Browse the repository at this point in the history
  • Loading branch information
wosch committed Sep 22, 1996
1 parent 3f8ba9a commit 148531e
Show file tree
Hide file tree
Showing 101 changed files with 176 additions and 5 deletions.
1 change: 1 addition & 0 deletions bin/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
# $Id$

BINDIR?= /bin
NOSHARED?= YES
Expand Down
2 changes: 2 additions & 0 deletions bin/ed/test/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# $Id$

The files in this directory with suffixes `.t', `.d', `.r' and `.err' are
used for testing ed. To run the tests, set the ED variable in the Makefile
for the path name of the program to be tested (e.g., /bin/ed), and type
Expand Down
2 changes: 2 additions & 0 deletions bin/ed/test/ckscripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# This script runs the .ed scripts generated by mkscripts.sh
# and compares their output against the .r files, which contain
# the correct output
#
# $Id$

PATH="/bin:/usr/bin:/usr/local/bin/:."
ED=$1
Expand Down
2 changes: 2 additions & 0 deletions bin/ed/test/mkscripts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh -
# This script generates ed test scripts (.ed) from .t files
#
# $Id$

PATH="/bin:/usr/bin:/usr/local/bin/:."
ED=$1
Expand Down
1 change: 1 addition & 0 deletions libexec/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id$

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

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

Sorry for the long wait, but there still were a few things to
Expand Down
1 change: 1 addition & 0 deletions libexec/bootpd/Announce
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# $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: 2 additions & 0 deletions libexec/bootpd/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# $Id$

Changes, most recent first
Date, <email> Real Name
what...
Expand Down
1 change: 1 addition & 0 deletions libexec/bootpd/Makefile.UNIX
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# $Id$
#
# Makefile for the BOOTP programs:
# bootpd - BOOTP server daemon
Expand Down
1 change: 1 addition & 0 deletions libexec/bootpd/Problems
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# $Id$

Common problems and ways to work around them:

Expand Down
1 change: 1 addition & 0 deletions libexec/bootpd/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# $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
3 changes: 3 additions & 0 deletions libexec/bootpd/bootpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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.
$Id$
************************************************************************/

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

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

#include <sys/types.h>
Expand Down
2 changes: 2 additions & 0 deletions libexec/bootpd/getether.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*
* If you figure out how to do this on another system,
* please let me know. <gwr@mc.com>
*
* $Id$
*/

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

#include <sys/types.h>
Expand Down
3 changes: 3 additions & 0 deletions libexec/bootpd/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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.
$Id$
************************************************************************/

/*
Expand Down
2 changes: 2 additions & 0 deletions libexec/bootpd/hwaddr.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* hwaddr.c - routines that deal with hardware addresses.
* (i.e. Ethernet)
*
* $Id$
*/

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

#ifndef HWADDR_H
#define HWADDR_H

Expand Down
2 changes: 2 additions & 0 deletions libexec/bootpd/lookup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
* lookup.c - Lookup IP address, HW address, netmask
*
* $Id$
*/

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

#define VERSION "2.4"
#define PATCHLEVEL 3
3 changes: 3 additions & 0 deletions libexec/bootpd/readfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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.
$Id$
************************************************************************/

/*
Expand Down
3 changes: 3 additions & 0 deletions libexec/bootpd/tools/bootpef/bootpef.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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.
$Id$
************************************************************************/

/*
Expand Down
2 changes: 2 additions & 0 deletions libexec/bootpd/tools/bootptest/bootptest.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* 10/11/93 Released version 1.1
* 09/28/93 Released version 1.0
* 09/93 Original developed by Gordon W. Ross <gwr@mc.com>
*
* $Id$
*/

char *usage = "bootptest [-h] server-name [vendor-data-template-file]";
Expand Down
2 changes: 2 additions & 0 deletions libexec/bootpd/tools/bootptest/print-bootp.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*
* This file was copied from tcpdump-2.1.1 and modified.
* There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov>
*
* $Id$
*/

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

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

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

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

PROG= comsat
MAN8= comsat.8
Expand Down
1 change: 1 addition & 0 deletions libexec/comsat/comsat.8
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)comsat.8 8.1 (Berkeley) 6/4/93
.\" $Id$
.\"
.Dd June 4, 1993
.Dt COMSAT 8
Expand Down
2 changes: 2 additions & 0 deletions libexec/comsat/comsat.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
*/

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

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

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

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

#ifndef lint
Expand Down
1 change: 1 addition & 0 deletions libexec/ftpd/pathnames.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/4/93
* $Id$
*/

#include <paths.h>
Expand Down
2 changes: 2 additions & 0 deletions libexec/ftpd/popen.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
*/

#if 0
#ifndef lint
static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
Expand Down
5 changes: 4 additions & 1 deletion libexec/ftpd/skey-stuff.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* Author: Wietse Venema, Eindhoven University of Technology. */
/* Author: Wietse Venema, Eindhoven University of Technology.
*
* $Id$
*/

#include <stdio.h>
#include <pwd.h>
Expand Down
1 change: 1 addition & 0 deletions libexec/lfs_cleanerd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id$

PROG= lfs_cleanerd
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG}
Expand Down
1 change: 1 addition & 0 deletions libexec/lfs_cleanerd/clean.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)clean.h 8.1 (Berkeley) 6/4/93
* $Id$
*/

/*
Expand Down
2 changes: 2 additions & 0 deletions libexec/lfs_cleanerd/cleanerd.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
*/

#ifndef lint
Expand Down
1 change: 1 addition & 0 deletions libexec/lfs_cleanerd/lfs_cleanerd.8
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)lfs_cleanerd.8 8.2 (Berkeley) 12/11/93
.\" $Id$
.\"
.Dd "December 11, 1993"
.Dt LFS_CLEANERD 8
Expand Down
2 changes: 2 additions & 0 deletions libexec/lfs_cleanerd/library.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
*/

#ifndef lint
Expand Down
2 changes: 2 additions & 0 deletions libexec/lfs_cleanerd/print.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
*/

#ifndef lint
Expand Down
1 change: 1 addition & 0 deletions libexec/mail.local/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $Id$

PROG= mail.local
MAN8= mail.local.8
Expand Down
1 change: 1 addition & 0 deletions libexec/mail.local/mail.local.8
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mail.local.8 8.2 (Berkeley) 12/11/93
.\" $Id$
.\"
.Dd December 11, 1993
.Dt MAIL.LOCAL 8
Expand Down
2 changes: 2 additions & 0 deletions libexec/mail.local/mail.local.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
*/

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

PROG= makekey
MAN8= makekey.8
Expand Down
Loading

0 comments on commit 148531e

Please sign in to comment.