Revert $FreeBSD$ to $Id$

This commit is contained in:
Peter Wemm 1997-02-22 14:22:49 +00:00
parent b97fa2ef50
commit 9e522f7a18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22989
161 changed files with 172 additions and 172 deletions

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \ mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
-----BEGIN PGP SIGNED MESSAGE----- -----BEGIN PGP SIGNED MESSAGE-----

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
MAINSRC= ${.CURDIR}/../../usr.bin/at MAINSRC= ${.CURDIR}/../../usr.bin/at

View File

@ -71,7 +71,7 @@
/* File scope variables */ /* File scope variables */
static char *namep; static char *namep;
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
static debug = 0; static debug = 0;
void perr(const char *a); void perr(const char *a);

View File

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

View File

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

View File

@ -25,5 +25,5 @@
double gloadavg(void); double gloadavg(void);
#if 0 #if 0
static char atrun_h_rcsid[] = "$FreeBSD$"; static char atrun_h_rcsid[] = "$Id$";
#endif #endif

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
This is an enhanced version of the CMU BOOTP server which was derived This is an enhanced version of the CMU BOOTP server which was derived
from the original BOOTP server created by Bill Croft at Stanford. from the original BOOTP server created by Bill Croft at Stanford.

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
Changes, most recent first Changes, most recent first
Date, <email> Real Name Date, <email> Real Name

View File

@ -1,5 +1,5 @@
# bootpd/Makefile # bootpd/Makefile
# $FreeBSD$ # $Id$
PROG= bootpd PROG= bootpd
CFLAGS+= -DETC_ETHERS CFLAGS+= -DETC_ETHERS

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
# #
# Makefile for the BOOTP programs: # Makefile for the BOOTP programs:
# bootpd - BOOTP server daemon # bootpd - BOOTP server daemon

View File

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

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
Common problems and ways to work around them: Common problems and ways to work around them:

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
This is an enhanced version of the CMU BOOTP server which was derived This is an enhanced version of the CMU BOOTP server which was derived
from the original BOOTP server created by Bill Croft at Stanford. from the original BOOTP server created by Bill Croft at Stanford.

View File

@ -23,7 +23,7 @@ SOFTWARE.
/* /*
* Bootstrap Protocol (BOOTP). RFC951 and RFC1395. * Bootstrap Protocol (BOOTP). RFC951 and RFC1395.
* *
* $FreeBSD$ * $Id$
* *
* *
* This file specifies the "implementation-independent" BOOTP protocol * This file specifies the "implementation-independent" BOOTP protocol

View File

@ -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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE. SOFTWARE.
$FreeBSD$ $Id$
************************************************************************/ ************************************************************************/

View File

@ -1,5 +1,5 @@
# Makefile # Makefile
# $FreeBSD$ # $Id$
PROG= bootpgw PROG= bootpgw
NOMAN= true NOMAN= true

View File

@ -2,7 +2,7 @@
# Last update: gwr, Sun Dec 12 19:00:00 EDT 1993 # Last update: gwr, Sun Dec 12 19:00:00 EDT 1993
# Blank lines and lines beginning with '#' are ignored. # Blank lines and lines beginning with '#' are ignored.
# #
# $FreeBSD$ # $Id$
# #
# Legend: (see bootptab.5) # Legend: (see bootptab.5)
# first field -- hostname (not indented) # first field -- hostname (not indented)

View File

@ -1,7 +1,7 @@
/* /*
* dovend.c : Inserts all but the first few vendor options. * dovend.c : Inserts all but the first few vendor options.
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,7 +1,7 @@
/* /*
* dumptab.c - handles dumping the database * dumptab.c - handles dumping the database
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -7,7 +7,7 @@
* If you figure out how to do this on another system, * If you figure out how to do this on another system,
* please let me know. <gwr@mc.com> * please let me know. <gwr@mc.com>
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,7 +1,7 @@
/* /*
* getif.c : get an interface structure * getif.c : get an interface structure
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE. SOFTWARE.
$FreeBSD$ $Id$
************************************************************************/ ************************************************************************/

View File

@ -2,7 +2,7 @@
* hwaddr.c - routines that deal with hardware addresses. * hwaddr.c - routines that deal with hardware addresses.
* (i.e. Ethernet) * (i.e. Ethernet)
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,7 +1,7 @@
/* /*
* hwaddr.h * hwaddr.h
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef HWADDR_H #ifndef HWADDR_H

View File

@ -1,7 +1,7 @@
/* /*
* lookup.c - Lookup IP address, HW address, netmask * lookup.c - Lookup IP address, HW address, netmask
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,7 +1,7 @@
/* /*
* patchlevel.h * patchlevel.h
* *
* $FreeBSD$ * $Id$
*/ */
#define VERSION "2.4" #define VERSION "2.4"

View File

@ -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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE. SOFTWARE.
$FreeBSD$ $Id$
************************************************************************/ ************************************************************************/

View File

@ -39,7 +39,7 @@
/* /*
* from arp.c 8.2 (Berkeley) 1/2/94 * from arp.c 8.2 (Berkeley) 1/2/94
* $FreeBSD$ * $Id$
*/ */
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,5 +1,5 @@
# Makefile # Makefile
# $FreeBSD$ # $Id$
SUBDIR= bootpef bootptest SUBDIR= bootpef bootptest

View File

@ -1,4 +1,4 @@
# Makefile.inc # Makefile.inc
# $FreeBSD$ # $Id$
BINDIR=/usr/sbin BINDIR=/usr/sbin

View File

@ -1,5 +1,5 @@
# Makefile # Makefile
# $FreeBSD$ # $Id$
PROG= bootpef PROG= bootpef
MAN8= bootpef.8 MAN8= bootpef.8

View File

@ -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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE. SOFTWARE.
$FreeBSD$ $Id$
************************************************************************/ ************************************************************************/

View File

@ -1,5 +1,5 @@
# Makefile # Makefile
# $FreeBSD$ # $Id$
PROG= bootptest PROG= bootptest
MAN8= bootptest.8 MAN8= bootptest.8

View File

@ -31,7 +31,7 @@
* 09/28/93 Released version 1.0 * 09/28/93 Released version 1.0
* 09/93 Original developed by Gordon W. Ross <gwr@mc.com> * 09/93 Original developed by Gordon W. Ross <gwr@mc.com>
* *
* $FreeBSD$ * $Id$
*/ */
char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; char *usage = "bootptest [-h] server-name [vendor-data-template-file]";

View File

@ -23,7 +23,7 @@
* This file was copied from tcpdump-2.1.1 and modified. * This file was copied from tcpdump-2.1.1 and modified.
* There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov> * There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov>
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,7 +1,7 @@
/* /*
* trygetea.c - test program for getether.c * trygetea.c - test program for getether.c
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,7 +1,7 @@
/* /*
* trygetif.c - test program for getif.c * trygetif.c - test program for getif.c
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,7 +1,7 @@
/* /*
* trylook.c - test program for lookup.c * trylook.c - test program for lookup.c
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
PROG= comsat PROG= comsat
MAN8= comsat.8 MAN8= comsat.8

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)comsat.8 8.1 (Berkeley) 6/4/93 .\" @(#)comsat.8 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd June 4, 1993 .Dd June 4, 1993
.Dt COMSAT 8 .Dt COMSAT 8

View File

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

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
PROG= fingerd PROG= fingerd
MAN8= fingerd.8 MAN8= fingerd.8

View File

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

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 4/4/94 # @(#)Makefile 8.2 (Berkeley) 4/4/94
# $FreeBSD$ # $Id$
PROG= ftpd PROG= ftpd
MAN8= ftpd.8 MAN8= ftpd.8

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)extern.h 8.2 (Berkeley) 4/4/94 * @(#)extern.h 8.2 (Berkeley) 4/4/94
* $FreeBSD$ * $Id$
*/ */
void blkfree __P((char **)); void blkfree __P((char **));

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ftpcmd.y 8.3 (Berkeley) 4/6/94 * @(#)ftpcmd.y 8.3 (Berkeley) 4/6/94
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd April 19, 1994 .Dd April 19, 1994
.Dt FTPD 8 .Dt FTPD 8

View File

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

View File

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

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)pathnames.h 8.1 (Berkeley) 6/4/93 * @(#)pathnames.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$ * $Id$
*/ */
#include <paths.h> #include <paths.h>

View File

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

View File

@ -1,6 +1,6 @@
/* Author: Wietse Venema, Eindhoven University of Technology. /* Author: Wietse Venema, Eindhoven University of Technology.
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
PROG= getNAME PROG= getNAME

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.Dd July 8, 1996 .Dd July 8, 1996
.Dt getNAME 1 .Dt getNAME 1

View File

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

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93 # from: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
PROG= getty PROG= getty
SRCS= main.c init.c subr.c chat.c SRCS= main.c init.c subr.c chat.c

View File

@ -22,7 +22,7 @@
* Modem chat module - send/expect style functions for getty * Modem chat module - send/expect style functions for getty
* For semi-intelligent modem handling. * For semi-intelligent modem handling.
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/param.h> #include <sys/param.h>

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)extern.h 8.1 (Berkeley) 6/4/93 * from: @(#)extern.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$ * $Id$
*/ */
struct delayval; struct delayval;

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $Id$
.\" " .\" "
.Dd June 4, 1993 .Dd June 4, 1993
.Dt GETTY 8 .Dt GETTY 8

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94
.\" $FreeBSD$ .\" $Id$
.\" " .\" "
.Dd April 19, 1994 .Dd April 19, 1994
.Dt GETTYTAB 5 .Dt GETTYTAB 5

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94 * from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -33,7 +33,7 @@
#ifndef lint #ifndef lint
/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/ /*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
#endif /* not lint */ #endif /* not lint */
/* /*

View File

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

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93 * from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$ * $Id$
*/ */
#include <paths.h> #include <paths.h>

View File

@ -33,7 +33,7 @@
#ifndef lint #ifndef lint
/*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/ /*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
#endif /* not lint */ #endif /* not lint */
/* /*

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93 .\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $Id$
.\" " .\" "
.Dd November 17, 1996 .Dd November 17, 1996
.Dt TTYS 5 .Dt TTYS 5

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93 # @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$ # $Id$
PROG= lfs_cleanerd PROG= lfs_cleanerd
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG} CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG}

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)clean.h 8.1 (Berkeley) 6/4/93 * @(#)clean.h 8.1 (Berkeley) 6/4/93
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

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

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)lfs_cleanerd.8 8.2 (Berkeley) 12/11/93 .\" @(#)lfs_cleanerd.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd "December 11, 1993" .Dd "December 11, 1993"
.Dt LFS_CLEANERD 8 .Dt LFS_CLEANERD 8

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93 # @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$ # $Id$
PROG= mail.local PROG= mail.local
MAN8= mail.local.8 MAN8= mail.local.8

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)mail.local.8 8.2 (Berkeley) 12/11/93 .\" @(#)mail.local.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd December 11, 1993 .Dd December 11, 1993
.Dt MAIL.LOCAL 8 .Dt MAIL.LOCAL 8

View File

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

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
PROG= makekey PROG= makekey
MAN8= makekey.8 MAN8= makekey.8

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)makekey.8 8.2 (Berkeley) 12/11/93 .\" @(#)makekey.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd December 11, 1993 .Dd December 11, 1993
.Dt MAKEKEY 8 .Dt MAKEKEY 8

View File

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

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= mknetid PROG= mknetid
SRCS= mknetid.c hash.c parse_group.c SRCS= mknetid.c hash.c parse_group.c

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdio.h> #include <stdio.h>
@ -39,7 +39,7 @@
#include "hash.h" #include "hash.h"
#ifndef lint #ifndef lint
static const char rcsid[] = "$FreeBSD$"; static const char rcsid[] = "$Id$";
#endif #endif

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
/* Groupid entry hung off a member_entry node. */ /* Groupid entry hung off a member_entry node. */

View File

@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd June 23, 1996 .Dd June 23, 1996
.Dt MKNETID 8 .Dt MKNETID 8

View File

@ -35,7 +35,7 @@
* Center for Telecommunications Research * Center for Telecommunications Research
* Columbia University, New York City * Columbia University, New York City
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>
@ -55,7 +55,7 @@
#include "hash.h" #include "hash.h"
#ifndef lint #ifndef lint
static const char rcsid[] = "$FreeBSD$"; static const char rcsid[] = "$Id$";
#endif #endif
#define LINSIZ 1024 #define LINSIZ 1024

View File

@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#ifndef lint #ifndef lint
static const char rcsid[] = "$FreeBSD$"; static const char rcsid[] = "$Id$";
#endif #endif
/* /*

View File

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

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
PROG= rbootd PROG= rbootd
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)bpf.c 8.1 (Berkeley) 6/4/93 * @(#)bpf.c 8.1 (Berkeley) 6/4/93
* $FreeBSD$ * $Id$
* *
* Utah $Hdr: bpf.c 3.1 92/07/06$ * Utah $Hdr: bpf.c 3.1 92/07/06$
* Author: Jeff Forys, University of Utah CSS * Author: Jeff Forys, University of Utah CSS

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)parseconf.c 8.1 (Berkeley) 6/4/93 * @(#)parseconf.c 8.1 (Berkeley) 6/4/93
* $FreeBSD$ * $Id$
* *
* Utah $Hdr: parseconf.c 3.1 92/07/06$ * Utah $Hdr: parseconf.c 3.1 92/07/06$
* Author: Jeff Forys, University of Utah CSS * Author: Jeff Forys, University of Utah CSS

View File

@ -38,7 +38,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)rbootd.8 8.2 (Berkeley) 12/11/93 .\" @(#)rbootd.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.\" Utah $Hdr: rbootd.man 3.1 92/07/06$ .\" Utah $Hdr: rbootd.man 3.1 92/07/06$
.\" Author: Jeff Forys, University of Utah CSS .\" Author: Jeff Forys, University of Utah CSS

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)rbootd.c 8.2 (Berkeley) 2/22/94 * @(#)rbootd.c 8.2 (Berkeley) 2/22/94
* $FreeBSD$ * $Id$
* *
* Utah $Hdr: rbootd.c 3.1 92/07/06$ * Utah $Hdr: rbootd.c 3.1 92/07/06$
* Author: Jeff Forys, University of Utah CSS * Author: Jeff Forys, University of Utah CSS

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= revnetgroup PROG= revnetgroup
SRCS= revnetgroup.c hash.c parse_netgroup.c SRCS= revnetgroup.c hash.c parse_netgroup.c

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdio.h> #include <stdio.h>
@ -39,7 +39,7 @@
#include "hash.h" #include "hash.h"
#ifndef lint #ifndef lint
static const char rcsid[] = "$FreeBSD$"; static const char rcsid[] = "$Id$";
#endif #endif
/* /*

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
/* Groupname entry hung off a member_entry node. */ /* Groupname entry hung off a member_entry node. */

View File

@ -35,7 +35,7 @@
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "$FreeBSD$"; static char sccsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
/* /*
@ -52,7 +52,7 @@ static char sccsid[] = "$FreeBSD$";
#include "hash.h" #include "hash.h"
#ifndef lint #ifndef lint
static const char rcsid[] = "$FreeBSD$"; static const char rcsid[] = "$Id$";
#endif #endif
/* /*

View File

@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd October 24, 1995 .Dd October 24, 1995
.Dt REVNETGROUP 8 .Dt REVNETGROUP 8

View File

@ -35,7 +35,7 @@
* Center for Telecommunications Research * Center for Telecommunications Research
* Columbia University, New York City * Columbia University, New York City
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdio.h> #include <stdio.h>
@ -46,7 +46,7 @@
#include "hash.h" #include "hash.h"
#ifndef lint #ifndef lint
static const char rcsid[] = "$FreeBSD$"; static const char rcsid[] = "$Id$";
#endif #endif
/* Default location of netgroup file. */ /* Default location of netgroup file. */

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93 # @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$ # $Id$
PROG= rexecd PROG= rexecd
MAN8= rexecd.8 MAN8= rexecd.8

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)rexecd.8 8.2 (Berkeley) 12/11/93 .\" @(#)rexecd.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd September 23, 1994 .Dd September 23, 1994
.Dt REXECD 8 .Dt REXECD 8

View File

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

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