diff options
Diffstat (limited to 'sbin/ifconfig')
| -rw-r--r-- | sbin/ifconfig/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/af_atalk.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/af_inet.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/af_inet6.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/af_ipx.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/af_link.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifbridge.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifcarp.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifclone.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifconfig.8 | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifconfig.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifconfig.h | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifgroup.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifieee80211.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/iflagg.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifmac.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifmedia.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifpfsync.c | 2 | ||||
| -rw-r--r-- | sbin/ifconfig/ifvlan.c | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 09592ad99db5..04fbff834701 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/ifconfig/Makefile,v 1.33 2007/04/17 00:35:09 thompsa Exp $ .include <bsd.own.mk> diff --git a/sbin/ifconfig/af_atalk.c b/sbin/ifconfig/af_atalk.c index 9accc75fdc19..bddd03e3f2c5 100644 --- a/sbin/ifconfig/af_atalk.c +++ b/sbin/ifconfig/af_atalk.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_atalk.c,v 1.2 2007/02/24 23:55:46 sam Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_inet.c b/sbin/ifconfig/af_inet.c index 1720b1981d87..66ea08eb6011 100644 --- a/sbin/ifconfig/af_inet.c +++ b/sbin/ifconfig/af_inet.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_inet.c,v 1.3 2007/02/24 23:55:46 sam Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_inet6.c b/sbin/ifconfig/af_inet6.c index f1871fb4996c..d3fb4fc89a73 100644 --- a/sbin/ifconfig/af_inet6.c +++ b/sbin/ifconfig/af_inet6.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_inet6.c,v 1.6 2007/02/24 23:55:46 sam Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/af_ipx.c b/sbin/ifconfig/af_ipx.c index bc5d500dac76..e49c0f79ee37 100644 --- a/sbin/ifconfig/af_ipx.c +++ b/sbin/ifconfig/af_ipx.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_ipx.c,v 1.4 2007/06/13 18:07:59 rwatson Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_link.c b/sbin/ifconfig/af_link.c index f77515e5115e..5b5a60d3388a 100644 --- a/sbin/ifconfig/af_link.c +++ b/sbin/ifconfig/af_link.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_link.c,v 1.4 2007/02/24 23:55:46 sam Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifbridge.c b/sbin/ifconfig/ifbridge.c index d8176a857b85..2f0d9c5ae70a 100644 --- a/sbin/ifconfig/ifbridge.c +++ b/sbin/ifconfig/ifbridge.c @@ -35,7 +35,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifbridge.c,v 1.11 2007/08/01 00:33:52 thompsa Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifcarp.c b/sbin/ifconfig/ifcarp.c index 36f1bb6a47b7..9c961b71c500 100644 --- a/sbin/ifconfig/ifcarp.c +++ b/sbin/ifconfig/ifcarp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/ifconfig/ifcarp.c,v 1.2 2005/02/22 14:07:47 glebius Exp $ */ /* from $OpenBSD: ifconfig.c,v 1.82 2003/10/19 05:43:35 mcbride Exp $ */ /* diff --git a/sbin/ifconfig/ifclone.c b/sbin/ifconfig/ifclone.c index 3fda062e99dc..651fb5c1d5f1 100644 --- a/sbin/ifconfig/ifclone.c +++ b/sbin/ifconfig/ifclone.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifclone.c,v 1.3 2006/08/12 18:07:17 yar Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 9d3cc6a2db8f..f07823a44c67 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.142.2.1 2007/11/11 17:45:56 sam Exp $ .\" .Dd October 31, 2007 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 3ea1b31fdf4d..b7ab6710c9bb 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifconfig.c,v 1.134 2007/10/04 09:45:41 thompsa Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index 5ef36c9930ec..076a2cd0558f 100644 --- a/sbin/ifconfig/ifconfig.h +++ b/sbin/ifconfig/ifconfig.h @@ -31,7 +31,7 @@ * * so there! * - * $FreeBSD$ + * $FreeBSD: src/sbin/ifconfig/ifconfig.h,v 1.21 2007/06/13 18:07:59 rwatson Exp $ */ #define __constructor __attribute__((constructor)) diff --git a/sbin/ifconfig/ifgroup.c b/sbin/ifconfig/ifgroup.c index 88774a6ae485..d775f7289c9f 100644 --- a/sbin/ifconfig/ifgroup.c +++ b/sbin/ifconfig/ifgroup.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifgroup.c,v 1.2 2007/02/17 18:22:20 sam Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index 97eed75232b1..b904a11c8651 100644 --- a/sbin/ifconfig/ifieee80211.c +++ b/sbin/ifconfig/ifieee80211.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ifconfig/ifieee80211.c,v 1.47.2.1.2.2 2008/02/05 18:17:29 sam Exp $ */ /*- diff --git a/sbin/ifconfig/iflagg.c b/sbin/ifconfig/iflagg.c index 5eaea98b34e1..2e5776ed912b 100644 --- a/sbin/ifconfig/iflagg.c +++ b/sbin/ifconfig/iflagg.c @@ -3,7 +3,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/iflagg.c,v 1.3 2007/07/05 09:18:56 thompsa Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifmac.c b/sbin/ifconfig/ifmac.c index bb021060ea44..3c9a2d171cdf 100644 --- a/sbin/ifconfig/ifmac.c +++ b/sbin/ifconfig/ifmac.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ifconfig/ifmac.c,v 1.4 2004/12/31 19:46:27 sam Exp $ */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index 947b96130342..84697835e503 100644 --- a/sbin/ifconfig/ifmedia.c +++ b/sbin/ifconfig/ifmedia.c @@ -1,5 +1,5 @@ /* $NetBSD: ifconfig.c,v 1.34 1997/04/21 01:17:58 lukem Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/ifconfig/ifmedia.c,v 1.25 2007/06/11 03:56:33 sam Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. diff --git a/sbin/ifconfig/ifpfsync.c b/sbin/ifconfig/ifpfsync.c index 2a388a17e1c8..feafd6e85dbf 100644 --- a/sbin/ifconfig/ifpfsync.c +++ b/sbin/ifconfig/ifpfsync.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ifconfig/ifpfsync.c,v 1.4 2006/06/06 11:21:08 glebius Exp $ */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c index 205ed21c28cb..ba2556de7006 100644 --- a/sbin/ifconfig/ifvlan.c +++ b/sbin/ifconfig/ifvlan.c @@ -56,7 +56,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifvlan.c,v 1.12 2006/07/09 06:10:23 sam Exp $"; #endif #define NOTAG ((u_short) -1) |
