diff options
Diffstat (limited to 'sbin/routed')
| -rw-r--r-- | sbin/routed/Makefile | 2 | ||||
| -rw-r--r-- | sbin/routed/Makefile.inc | 2 | ||||
| -rw-r--r-- | sbin/routed/defs.h | 4 | ||||
| -rw-r--r-- | sbin/routed/if.c | 4 | ||||
| -rw-r--r-- | sbin/routed/input.c | 4 | ||||
| -rw-r--r-- | sbin/routed/main.c | 4 | ||||
| -rw-r--r-- | sbin/routed/output.c | 4 | ||||
| -rw-r--r-- | sbin/routed/parms.c | 4 | ||||
| -rw-r--r-- | sbin/routed/pathnames.h | 2 | ||||
| -rw-r--r-- | sbin/routed/radix.c | 4 | ||||
| -rw-r--r-- | sbin/routed/radix.h | 2 | ||||
| -rw-r--r-- | sbin/routed/rdisc.c | 4 | ||||
| -rw-r--r-- | sbin/routed/routed.8 | 2 | ||||
| -rw-r--r-- | sbin/routed/rtquery/Makefile | 2 | ||||
| -rw-r--r-- | sbin/routed/rtquery/rtquery.8 | 2 | ||||
| -rw-r--r-- | sbin/routed/rtquery/rtquery.c | 4 | ||||
| -rw-r--r-- | sbin/routed/table.c | 4 | ||||
| -rw-r--r-- | sbin/routed/trace.c | 4 |
18 files changed, 29 insertions, 29 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 99b07f595674..ca26ba986407 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,5 +1,5 @@ # Make `routed` for FreeBSD -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/Makefile,v 1.18.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c diff --git a/sbin/routed/Makefile.inc b/sbin/routed/Makefile.inc index 265f86d1ed55..c1f3478ce541 100644 --- a/sbin/routed/Makefile.inc +++ b/sbin/routed/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/Makefile.inc,v 1.4.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .include "../Makefile.inc" diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index c42cd806e150..a7797b86877f 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -28,11 +28,11 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/defs.h,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifdef sgi -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/defs.h,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $" #endif /* Definitions for RIPv2 routing process. diff --git a/sbin/routed/if.c b/sbin/routed/if.c index 61ac412b2e1c..160a8a44231f 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/if.c,v 1.22.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "defs.h" @@ -35,7 +35,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/if.c,v 1.22.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 8f8eefc5614c..c468d8172bcf 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/input.c,v 1.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "defs.h" @@ -34,7 +34,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/input.c,v 1.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 85bc9e8d3675..fe068b532164 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/main.c,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "defs.h" @@ -45,7 +45,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993 " __RCSID("$NetBSD$"); #include <util.h> #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/main.c,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.31 $"); #ident "$Revision: 2.31 $" diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 53eb4a5cff99..1e881c595bc8 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/output.c,v 1.18.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "defs.h" @@ -34,7 +34,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/output.c,v 1.18.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 078f886048a2..1638120d00b7 100644 --- a/sbin/routed/parms.c +++ b/sbin/routed/parms.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/parms.c,v 1.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "defs.h" @@ -36,7 +36,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/parms.c,v 1.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index c45405ed9e55..9e3fdce94a92 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -28,7 +28,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/pathnames.h,v 1.8.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index 7685f782bac8..66410ac47d55 100644 --- a/sbin/routed/radix.c +++ b/sbin/routed/radix.c @@ -28,7 +28,7 @@ * * @(#)radix.c 8.4 (Berkeley) 11/2/94 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/radix.c,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* @@ -40,7 +40,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/radix.c,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.23 $"); #ident "$Revision: 2.23 $" diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h index 5cc177e94160..4e4df152ecd1 100644 --- a/sbin/routed/radix.h +++ b/sbin/routed/radix.h @@ -28,7 +28,7 @@ * * @(#)radix.h 8.2 (Berkeley) 10/31/94 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/radix.h,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __RADIX_H_ diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 260f6e073230..c1e490af91d4 100644 --- a/sbin/routed/rdisc.c +++ b/sbin/routed/rdisc.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/rdisc.c,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "defs.h" @@ -37,7 +37,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/rdisc.c,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index c285ef3ad6dc..4c9d2820b5c9 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)routed.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/routed/routed.8,v 1.35.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd June 1, 1996 .Dt ROUTED 8 diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 7076158727f6..d5e1514985d5 100644 --- a/sbin/routed/rtquery/Makefile +++ b/sbin/routed/rtquery/Makefile @@ -1,6 +1,6 @@ # Make `routed` tools for BSD/OS # $Revision: 1.6 $ -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/rtquery/Makefile,v 1.14.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ PROG= rtquery MAN= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 4f16e88d5c09..6b6115b84b92 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,5 +1,5 @@ .\" $Revision: 2.27 $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/routed/rtquery/rtquery.8,v 1.20.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd June 1, 1996 .Dt RTQUERY 8 diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index 1b3a47bef5da..d6258f84d5de 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/rtquery/rtquery.c,v 1.17.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/cdefs.h> @@ -62,7 +62,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n" #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/rtquery/rtquery.c,v 1.17.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 8054a49b3404..177486431aaa 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/table.c,v 1.26.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "defs.h" @@ -34,7 +34,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/table.c,v 1.26.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index 8797e579e4f7..6a994495b854 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/trace.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #define RIPCMDS @@ -39,7 +39,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/trace.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" |
