forked from Mirror/frr
delete CVS keywords
This commit is contained in:
parent
6159928d28
commit
b82cdeb18f
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
Building and Installing Quagga from releases or snapshots:
|
Building and Installing Quagga from releases or snapshots:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
||||||
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
|
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
|
||||||
##
|
##
|
||||||
## $Id$
|
|
||||||
AC_PREREQ(2.53)
|
AC_PREREQ(2.53)
|
||||||
|
|
||||||
AC_INIT(Quagga, 0.99.19, [https://bugzilla.quagga.net])
|
AC_INIT(Quagga, 0.99.19, [https://bugzilla.quagga.net])
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
* This source code may be translated into executable form and incorporated
|
* This source code may be translated into executable form and incorporated
|
||||||
* into proprietary software; there is no requirement for such software to
|
* into proprietary software; there is no requirement for such software to
|
||||||
* contain a copyright notice related to this source.
|
* contain a copyright notice related to this source.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
* $Name$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
$Id$
|
|
||||||
|
|
||||||
Command interpreter routine for virtual terminal [aka TeletYpe]
|
Command interpreter routine for virtual terminal [aka TeletYpe]
|
||||||
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
|
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
* Logging of zebra
|
* Logging of zebra
|
||||||
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
|
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
* Zebra logging funcions.
|
* Zebra logging funcions.
|
||||||
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
|
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
*
|
*
|
||||||
* The script is sensitive to the format (though not whitespace), see
|
* The script is sensitive to the format (though not whitespace), see
|
||||||
* the top of memtypes.awk for more details.
|
* the top of memtypes.awk for more details.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "zebra.h"
|
#include "zebra.h"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Scan a file of route-type definitions (see eg route_types.txt) and
|
# Scan a file of route-type definitions (see eg route_types.txt) and
|
||||||
# generate a corresponding header file with:
|
# generate a corresponding header file with:
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# Solaris packages automake file
|
# Solaris packages automake file
|
||||||
# $Id$
|
|
||||||
|
|
||||||
# XXX This file uses GNU make extensions.
|
# XXX This file uses GNU make extensions.
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
# 02111-1307, USA.
|
# 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Starts/stops the given daemon
|
# Starts/stops the given daemon
|
||||||
|
|
||||||
SMFINCLUDE=/lib/svc/share/smf_include.sh
|
SMFINCLUDE=/lib/svc/share/smf_include.sh
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
* This file is part of Quagga.
|
* This file is part of Quagga.
|
||||||
*
|
*
|
||||||
* Quagga is free software; you can redistribute it and/or modify it
|
* Quagga is free software; you can redistribute it and/or modify it
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
$Id$
|
|
||||||
|
|
||||||
Monitor status of quagga daemons and restart if necessary.
|
Monitor status of quagga daemons and restart if necessary.
|
||||||
|
|
||||||
Copyright (C) 2004 Andrew J. Schorr
|
Copyright (C) 2004 Andrew J. Schorr
|
||||||
|
|
Loading…
Reference in a new issue