mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
$Id$ -> $FreeBSD$
This commit is contained in:
parent
dacec3e8f2
commit
97d92980a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50479
@ -1,4 +1,4 @@
|
|||||||
# $Id:$
|
# $FreeBSD$
|
||||||
# @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94
|
# @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94
|
||||||
|
|
||||||
All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite
|
All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.226 1999/03/29 10:59:52 obrien Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# The user-driven targets are:
|
# The user-driven targets are:
|
||||||
#
|
#
|
||||||
|
@ -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
|
# This makefile ensures that the object directory is set according to the
|
||||||
# object format to avoid mixing aout and elf formatted files during the
|
# object format to avoid mixing aout and elf formatted files during the
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: Makefile.inc1,v 1.80 1999/08/06 00:58:41 jdp Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Make command line options:
|
# Make command line options:
|
||||||
# -DCLOBBER will remove /usr/include
|
# -DCLOBBER will remove /usr/include
|
||||||
|
@ -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
|
# This makefile contains rules for preforming upgrades that are outside
|
||||||
# the scope of the normal build world process.
|
# the scope of the normal build world process.
|
||||||
|
3
README
3
README
@ -1,5 +1,6 @@
|
|||||||
This is the top level of the FreeBSD source directory. This file
|
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
|
For copyright information, please see the file COPYRIGHT in this
|
||||||
directory (additional copyright information also exists for some
|
directory (additional copyright information also exists for some
|
||||||
|
2
UPDATING
2
UPDATING
@ -319,4 +319,4 @@ version of FreeBSD, you are on your own to get to November 18, 1998.
|
|||||||
Please filter your entries through Warner (imp@village.org) so that
|
Please filter your entries through Warner (imp@village.org) so that
|
||||||
the style, formatting, etc of this file can be maintained.
|
the style, formatting, etc of this file can be maintained.
|
||||||
|
|
||||||
$Id: UPDATING,v 1.39 1999/08/01 18:19:03 imp Exp $
|
$FreeBSD$
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#if defined(AUTHENTICATION) || defined(ENCRYPTION)
|
#if defined(AUTHENTICATION) || defined(ENCRYPTION)
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
|
static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: sys_term.c,v 1.5 1998/09/01 15:17:28 gpalmer Exp $";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -42,7 +42,7 @@ static const char copyright[] =
|
|||||||
static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#if defined(AUTHENTICATION) || defined(ENCRYPTION)
|
#if defined(AUTHENTICATION) || defined(ENCRYPTION)
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
|
static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: sys_term.c,v 1.5 1998/09/01 15:17:28 gpalmer Exp $";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -42,7 +42,7 @@ static const char copyright[] =
|
|||||||
static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnetd.h"
|
#include "telnetd.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
|
static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= telnet
|
LIB= telnet
|
||||||
|
|
||||||
|
@ -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
|
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
|
||||||
# telnet implementations.
|
# telnet implementations.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= telnet
|
PROG= telnet
|
||||||
|
|
||||||
|
@ -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
|
SUBDIR= include lib libexec usr.bin usr.sbin
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
.if !defined(DISTRIBUTION)
|
.if !defined(DISTRIBUTION)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
.if exists(${.OBJDIR}/../../include)
|
.if exists(${.OBJDIR}/../../include)
|
||||||
INCLUDEOBJDIR= ${.OBJDIR}/../include
|
INCLUDEOBJDIR= ${.OBJDIR}/../include
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
SUBDIR= libroken libsl libacl libkadm libkafs libkdb libkrb libtelnet
|
SUBDIR= libroken libsl libacl libkadm libkafs libkdb libkrb libtelnet
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
SHLIB_MAJOR?= 3
|
SHLIB_MAJOR?= 3
|
||||||
SHLIB_MINOR?= 0
|
SHLIB_MINOR?= 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= acl
|
LIB= acl
|
||||||
CFLAGS+= -I${KRB4DIR}/include \
|
CFLAGS+= -I${KRB4DIR}/include \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= kadm
|
LIB= kadm
|
||||||
CFLAGS+= -I${KRB4DIR}/include \
|
CFLAGS+= -I${KRB4DIR}/include \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= kafs
|
LIB= kafs
|
||||||
CFLAGS+= -I${KRB4DIR}/include \
|
CFLAGS+= -I${KRB4DIR}/include \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= kdb
|
LIB= kdb
|
||||||
CFLAGS+= -I${KRB4DIR}/include \
|
CFLAGS+= -I${KRB4DIR}/include \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.3 1998/11/18 00:40:07 jdp Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= krb
|
LIB= krb
|
||||||
CFLAGS+= -I${KRB4DIR}/include \
|
CFLAGS+= -I${KRB4DIR}/include \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:12 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= roken
|
LIB= roken
|
||||||
CFLAGS+= -I${KRB4DIR}/include \
|
CFLAGS+= -I${KRB4DIR}/include \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= sl
|
LIB= sl
|
||||||
CFLAGS+= -I${KRB4DIR}/include \
|
CFLAGS+= -I${KRB4DIR}/include \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
LIB= telnet
|
LIB= telnet
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
SUBDIR= kauthd kipd kpropd telnetd
|
SUBDIR= kauthd kipd kpropd telnetd
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
BINDIR= /usr/libexec
|
BINDIR= /usr/libexec
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kauthd
|
PROG= kauthd
|
||||||
MAN8= ${KRB4DIR}/man/kauthd.8
|
MAN8= ${KRB4DIR}/man/kauthd.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kipd
|
PROG= kipd
|
||||||
NOMAN= yes
|
NOMAN= yes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kpropd
|
PROG= kpropd
|
||||||
MAN8= ${KRB4DIR}/man/kpropd.8
|
MAN8= ${KRB4DIR}/man/kpropd.8
|
||||||
|
@ -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
|
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
|
||||||
# telnet implementations.
|
# telnet implementations.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
SUBDIR= kadmin kauth kdestroy kinit klist ksrvtgt telnet
|
SUBDIR= kadmin kauth kdestroy kinit klist ksrvtgt telnet
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
BINDIR= /usr/bin
|
BINDIR= /usr/bin
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kadmin
|
PROG= kadmin
|
||||||
MAN8= ${KRB4DIR}/man/kadmin.8
|
MAN8= ${KRB4DIR}/man/kadmin.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kauth
|
PROG= kauth
|
||||||
MAN1= ${KRB4DIR}/man/kauth.1
|
MAN1= ${KRB4DIR}/man/kauth.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kdestroy
|
PROG= kdestroy
|
||||||
MAN1= ${KRB4DIR}/man/kdestroy.1
|
MAN1= ${KRB4DIR}/man/kdestroy.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kinit
|
PROG= kinit
|
||||||
MAN1= ${KRB4DIR}/man/kinit.1
|
MAN1= ${KRB4DIR}/man/kinit.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= klist
|
PROG= klist
|
||||||
MAN1= ${KRB4DIR}/man/klist.1
|
MAN1= ${KRB4DIR}/man/klist.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
MAN1= ${KRB4DIR}/man/ksrvtgt.1
|
MAN1= ${KRB4DIR}/man/ksrvtgt.1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= telnet
|
PROG= telnet
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
SUBDIR= ext_srvtab kadmind kdb_destroy kdb_edit kdb_init kdb_util \
|
SUBDIR= ext_srvtab kadmind kdb_destroy kdb_edit kdb_init kdb_util \
|
||||||
kerberos kip kprop ksrvutil kstash
|
kerberos kip kprop ksrvutil kstash
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id$
|
# $FreeBSD$
|
||||||
|
|
||||||
BINDIR= /usr/sbin
|
BINDIR= /usr/sbin
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1997/10/02 15:03:20 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= ext_srvtab
|
PROG= ext_srvtab
|
||||||
MAN8= ${KRB4DIR}/man/ext_srvtab.8
|
MAN8= ${KRB4DIR}/man/ext_srvtab.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1998/03/20 17:48:12 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kadmind
|
PROG= kadmind
|
||||||
MAN8= ${KRB4DIR}/man/kadmind.8
|
MAN8= ${KRB4DIR}/man/kadmind.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1997/10/02 15:03:20 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kdb_destroy
|
PROG= kdb_destroy
|
||||||
MAN8= ${KRB4DIR}/man/kdb_destroy.8
|
MAN8= ${KRB4DIR}/man/kdb_destroy.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1997/10/02 15:03:21 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kdb_edit
|
PROG= kdb_edit
|
||||||
MAN8= ${KRB4DIR}/man/kdb_edit.8
|
MAN8= ${KRB4DIR}/man/kdb_edit.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1997/10/02 15:03:21 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kdb_init
|
PROG= kdb_init
|
||||||
MAN8= ${KRB4DIR}/man/kdb_init.8
|
MAN8= ${KRB4DIR}/man/kdb_init.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1997/10/02 15:03:22 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kdb_util
|
PROG= kdb_util
|
||||||
MAN8= ${KRB4DIR}/man/kdb_util.8
|
MAN8= ${KRB4DIR}/man/kdb_util.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1997/10/02 15:03:22 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kerberos
|
PROG= kerberos
|
||||||
MAN1= ${KRB4DIR}/man/kerberos.1
|
MAN1= ${KRB4DIR}/man/kerberos.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kip
|
PROG= kip
|
||||||
NOMAN= true
|
NOMAN= true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kprop
|
PROG= kprop
|
||||||
MAN8= ${KRB4DIR}/man/kprop.8
|
MAN8= ${KRB4DIR}/man/kprop.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.4 1998/03/20 17:48:14 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= ksrvutil
|
PROG= ksrvutil
|
||||||
MAN8= ${KRB4DIR}/man/ksrvutil.8
|
MAN8= ${KRB4DIR}/man/ksrvutil.8
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.2 1997/10/02 15:03:23 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= kstash
|
PROG= kstash
|
||||||
MAN8= ${KRB4DIR}/man/kstash.8
|
MAN8= ${KRB4DIR}/man/kstash.8
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static char sccsid[] = "@(#)pw_scan.c 8.3 (Berkeley) 4/2/94";
|
static char sccsid[] = "@(#)pw_scan.c 8.3 (Berkeley) 4/2/94";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id$";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94";
|
static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: pw_util.c,v 1.15 1999/06/26 12:15:37 pb Exp $";
|
"$FreeBSD$";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.503 1999/08/05 08:37:31 jkh Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: fixit_crunch.conf,v 1.15 1998/09/19 01:46:22 jkh Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
# first, we list the source dirs that our programs reside in. These are
|
# first, we list the source dirs that our programs reside in. These are
|
||||||
# searched in order listed to find the dir containing each program.
|
# searched in order listed to find the dir containing each program.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: boot_crunch.conf.generic,v 1.3 1999/07/18 02:20:55 jkh Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
|
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
|
||||||
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386
|
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: boot_crunch.conf.pccard,v 1.1 1999/06/17 19:04:47 markm Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
|
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
|
||||||
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386
|
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
:
|
:
|
||||||
# $Id: fixit.profile,v 1.6 1997/03/02 11:59:26 joerg Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
export BLOCKSIZE=K
|
export BLOCKSIZE=K
|
||||||
export PS1="Fixit# "
|
export PS1="Fixit# "
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Stripped-down version.
|
# Stripped-down version.
|
||||||
#
|
#
|
||||||
# $Id$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# WELL KNOWN PORT NUMBERS
|
# WELL KNOWN PORT NUMBERS
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: fixit_crunch.conf,v 1.15 1998/09/19 01:46:22 jkh Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
# first, we list the source dirs that our programs reside in. These are
|
# first, we list the source dirs that our programs reside in. These are
|
||||||
# searched in order listed to find the dir containing each program.
|
# searched in order listed to find the dir containing each program.
|
||||||
|
@ -14,6 +14,6 @@ build your version of PicoBSD.
|
|||||||
|
|
||||||
<p>Enjoy!</p>
|
<p>Enjoy!</p>
|
||||||
|
|
||||||
<! $Id: README.html,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ >
|
<! $FreeBSD$ >
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.conf,v 1.1 1999/08/22 21:42:29 dwhite Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Makefile for building PICOBSD kernels
|
# Makefile for building PICOBSD kernels
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
|
|
||||||
#
|
#
|
||||||
# $Id: build,v 1.15 1999/08/23 08:33:07 luigi Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# You can set the SRC variable which points to your source tree. It's
|
# You can set the SRC variable which points to your source tree. It's
|
||||||
# /usr/src by default (most people shouldn't change it).
|
# /usr/src by default (most people shouldn't change it).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh -
|
#! /bin/sh -
|
||||||
|
|
||||||
#
|
#
|
||||||
# $Id: clean,v 1.9 1999/08/22 21:42:30 dwhite Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh -
|
#! /bin/sh -
|
||||||
|
|
||||||
# $Id: stage1,v 1.10 1999/08/23 08:33:08 luigi Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# stage1 -- this script fills the mfs for the picobsd kernel
|
# stage1 -- this script fills the mfs for the picobsd kernel
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* $Id: write_mfs_in_kernel.c,v 1.3 1997/02/22 14:10:31 peter Exp $
|
* $FreeBSD$
|
||||||
*
|
*
|
||||||
* This program patches a filesystem into a kernel made with MFS_ROOT
|
* This program patches a filesystem into a kernel made with MFS_ROOT
|
||||||
* option.
|
* option.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: Makefile.mfs,v 1.1 1999/08/22 21:42:35 dwhite Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DESTDIR?=/mnt
|
DESTDIR?=/mnt
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: PICOBSD,v 1.1 1999/08/22 21:42:36 dwhite Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
machine i386
|
machine i386
|
||||||
cpu I386_CPU
|
cpu I386_CPU
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.3.2.1 1999/05/07 10:02:34 abial Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
NOCRYPT?= yes
|
NOCRYPT?= yes
|
||||||
SRC?=/usr/src
|
SRC?=/usr/src
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: crunch.conf,v 1.7 1999/08/22 21:42:42 dwhite Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# NOTE1: the string "/usr/src" will be automatically replaced with the
|
# NOTE1: the string "/usr/src" will be automatically replaced with the
|
||||||
# correct value set in 'build' script - you should change it there
|
# correct value set in 'build' script - you should change it there
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: mfs.rc.en,v 1.2 1999/08/22 21:42:59 dwhite dead $
|
# $FreeBSD$
|
||||||
### WARNING !!!!!! #####
|
### WARNING !!!!!! #####
|
||||||
# We remove this file during execution (see EOF).
|
# We remove this file during execution (see EOF).
|
||||||
# Awful things happen if its size is > 1024B
|
# Awful things happen if its size is > 1024B
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: ppp.conf,v 1.2 1998/07/16 23:28:02 abial Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# PPP Sample Configuration File
|
# PPP Sample Configuration File
|
||||||
default:
|
default:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: ppp.conf.template,v 1.2 1998/07/16 23:28:02 abial Exp $
|
# $FreeBSD$
|
||||||
# PPP Sample Configuration File
|
# PPP Sample Configuration File
|
||||||
#
|
#
|
||||||
default:
|
default:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: rc.en,v 1.4 1999/08/22 21:43:02 dwhite dead $
|
# $FreeBSD$
|
||||||
############################################
|
############################################
|
||||||
### Special setup for one floppy PICOBSD ###
|
### Special setup for one floppy PICOBSD ###
|
||||||
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
|
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: rc.conf.en,v 1.2 1999/08/22 21:43:00 dwhite dead $
|
# $FreeBSD$
|
||||||
### Network configuration sub-section ######################
|
### Network configuration sub-section ######################
|
||||||
### Basic network options: ###
|
### Basic network options: ###
|
||||||
hostname="pico.mydomain.edu" # Set this!
|
hostname="pico.mydomain.edu" # Set this!
|
||||||
|
@ -5,4 +5,4 @@ using strong encryption methods.
|
|||||||
|
|
||||||
<abial@freebsd.org>
|
<abial@freebsd.org>
|
||||||
|
|
||||||
$Id: LICENCE.ssh,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
|
$FreeBSD$
|
||||||
|
@ -103,4 +103,4 @@ Have fun!
|
|||||||
|
|
||||||
Andrzej Bialecki <abial@freebsd.org>
|
Andrzej Bialecki <abial@freebsd.org>
|
||||||
|
|
||||||
$Id: README.en,v 1.4.2.1 1999/05/07 10:02:37 abial Exp $
|
$FreeBSD$
|
||||||
|
@ -104,4 +104,4 @@ Mi
|
|||||||
|
|
||||||
Andrzej Bia³ecki <abial@freebsd.org>
|
Andrzej Bia³ecki <abial@freebsd.org>
|
||||||
|
|
||||||
$Id: README.pl,v 1.3 1998/10/15 21:40:00 abial Exp $
|
$FreeBSD$
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: dialup.en,v 1.2.2.1 1999/05/07 10:02:39 abial Exp $
|
# $FreeBSD$
|
||||||
set_resolv() {
|
set_resolv() {
|
||||||
echo "[H[J"
|
echo "[H[J"
|
||||||
echo "[1m Default Domain Name[m"
|
echo "[1m Default Domain Name[m"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: dialup.pl,v 1.2.2.1 1999/05/07 10:02:40 abial Exp $
|
# $FreeBSD$
|
||||||
set_resolv() {
|
set_resolv() {
|
||||||
echo "[H[J"
|
echo "[H[J"
|
||||||
echo "[1m Domy¶lna Nazwa Domeny[m"
|
echo "[1m Domy¶lna Nazwa Domeny[m"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $
|
# $FreeBSD$
|
||||||
# This file should contain the addresses and aliases
|
# This file should contain the addresses and aliases
|
||||||
# for local hosts that share this file.
|
# for local hosts that share this file.
|
||||||
127.0.0.1 localhost localhost.mydomain.edu
|
127.0.0.1 localhost localhost.mydomain.edu
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $
|
# $FreeBSD$
|
||||||
# This file should contain the addresses and aliases
|
# This file should contain the addresses and aliases
|
||||||
# for local hosts that share this file.
|
# for local hosts that share this file.
|
||||||
127.0.0.1 localhost localhost.mydomain.org.pl
|
127.0.0.1 localhost localhost.mydomain.org.pl
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: login.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
if [ "$2" != "root" ]
|
if [ "$2" != "root" ]
|
||||||
then
|
then
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: login.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
|
# $FreeBSD$
|
||||||
|
|
||||||
if [ "$2" != "root" ]
|
if [ "$2" != "root" ]
|
||||||
then
|
then
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user