diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
| commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
| tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /sbin | |
| parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) | |
Diffstat (limited to 'sbin')
528 files changed, 539 insertions, 539 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index bc7a1290a19b..311f525508cb 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/Makefile,v 1.156.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ # XXX MISSING: icheck ncheck diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index d1fed2690a19..efa809d7c4c6 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/8/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/Makefile.inc,v 1.14.12.1 2008/10/02 02:57:24 kensmith Exp $ BINDIR?= /sbin WARNS?= 2 diff --git a/sbin/adjkerntz/Makefile b/sbin/adjkerntz/Makefile index 27c128916f9b..af69008e5390 100644 --- a/sbin/adjkerntz/Makefile +++ b/sbin/adjkerntz/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/adjkerntz/Makefile,v 1.6.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= adjkerntz MAN= adjkerntz.8 diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index 5591f2e10b76..139af14c4319 100644 --- a/sbin/adjkerntz/adjkerntz.8 +++ b/sbin/adjkerntz/adjkerntz.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/adjkerntz/adjkerntz.8,v 1.29.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 4, 1996 .Dt ADJKERNTZ 8 diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c index aee01e8753ac..be27ceec7bda 100644 --- a/sbin/adjkerntz/adjkerntz.c +++ b/sbin/adjkerntz/adjkerntz.c @@ -32,7 +32,7 @@ static const char copyright[] = #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/adjkerntz/adjkerntz.c,v 1.29.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Andrey A. Chernov <ache@astral.msk.su> Dec 20 1993 diff --git a/sbin/atacontrol/Makefile b/sbin/atacontrol/Makefile index 73b916080d42..ce5087561867 100644 --- a/sbin/atacontrol/Makefile +++ b/sbin/atacontrol/Makefile @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sbin/atacontrol/Makefile,v 1.8.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= atacontrol MAN= atacontrol.8 diff --git a/sbin/atacontrol/atacontrol.8 b/sbin/atacontrol/atacontrol.8 index dd25f570023a..b083d25eae01 100644 --- a/sbin/atacontrol/atacontrol.8 +++ b/sbin/atacontrol/atacontrol.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/atacontrol/atacontrol.8,v 1.26.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 28, 2007 .Dt ATACONTROL 8 diff --git a/sbin/atacontrol/atacontrol.c b/sbin/atacontrol/atacontrol.c index 451ae75f4157..b38a46bc9c2a 100644 --- a/sbin/atacontrol/atacontrol.c +++ b/sbin/atacontrol/atacontrol.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/atacontrol/atacontrol.c,v 1.36.2.6.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index ed7ca1a849a7..715119105b79 100644 --- a/sbin/atm/Makefile +++ b/sbin/atm/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/Makefile,v 1.5.22.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= atm \ atmconfig \ diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 3d5738afdbc4..d7da56ea065a 100644 --- a/sbin/atm/Makefile.inc +++ b/sbin/atm/Makefile.inc @@ -21,6 +21,6 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile.inc,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/Makefile.inc,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $ .include "../Makefile.inc" diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 973e5cce4cd4..ae9ea197836d 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/atm/Makefile,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= atm SRCS= atm.c atm_fore200.c atm_inet.c atm_print.c \ diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8 index 25c4b75d1718..58ec7dd988fd 100644 --- a/sbin/atm/atm/atm.8 +++ b/sbin/atm/atm/atm.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/sbin/atm/atm/atm.8,v 1.6.22.1 2008/10/02 02:57:24 kensmith Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c index 94cde38582d7..37584baa6086 100644 --- a/sbin/atm/atm/atm.c +++ b/sbin/atm/atm/atm.c @@ -57,7 +57,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm.c,v 1.10.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/atm/atm/atm.h b/sbin/atm/atm/atm.h index 09f5c87987cb..0aef45ea279a 100644 --- a/sbin/atm/atm/atm.h +++ b/sbin/atm/atm/atm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sbin/atm/atm/atm.h,v 1.9.16.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c index d6da01790392..d66f94aaacbd 100644 --- a/sbin/atm/atm/atm_fore200.c +++ b/sbin/atm/atm/atm_fore200.c @@ -56,7 +56,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_fore200.c,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c index 2f916a091bdc..863c6706337d 100644 --- a/sbin/atm/atm/atm_inet.c +++ b/sbin/atm/atm/atm_inet.c @@ -53,7 +53,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_inet.c,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c index a3f0ce3bfd0e..02ffdc4d6883 100644 --- a/sbin/atm/atm/atm_print.c +++ b/sbin/atm/atm/atm_print.c @@ -60,7 +60,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_print.c,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c index 790bfc179919..9c9b9df44eba 100644 --- a/sbin/atm/atm/atm_set.c +++ b/sbin/atm/atm/atm_set.c @@ -54,7 +54,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_set.c,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c index e744c755fd41..f7175eb73e0c 100644 --- a/sbin/atm/atm/atm_show.c +++ b/sbin/atm/atm/atm_show.c @@ -53,7 +53,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_show.c,v 1.10.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c index a612beef2066..bd8038aa893e 100644 --- a/sbin/atm/atm/atm_subr.c +++ b/sbin/atm/atm/atm_subr.c @@ -53,7 +53,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_subr.c,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/atm/atmconfig/Makefile b/sbin/atm/atmconfig/Makefile index 1db0fa46dc00..146a8f34bf05 100644 --- a/sbin/atm/atmconfig/Makefile +++ b/sbin/atm/atmconfig/Makefile @@ -3,7 +3,7 @@ # All rights reserved. # Author: Harti Brandt <brandt@fokus.gmd.de> # -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/atmconfig/Makefile,v 1.8.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= atmconfig .ifndef RESCUE diff --git a/sbin/atm/atmconfig/atm_oid.list b/sbin/atm/atmconfig/atm_oid.list index ca64afa44267..5b6249802c6e 100644 --- a/sbin/atm/atmconfig/atm_oid.list +++ b/sbin/atm/atmconfig/atm_oid.list @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/atmconfig/atm_oid.list,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ begemotAtmIfTable begemotAtmIfName begemotAtmIfNodeId diff --git a/sbin/atm/atmconfig/atmconfig.8 b/sbin/atm/atmconfig/atmconfig.8 index 1ff76a100cd8..8e224d1f75df 100644 --- a/sbin/atm/atmconfig/atmconfig.8 +++ b/sbin/atm/atmconfig/atmconfig.8 @@ -26,7 +26,7 @@ .\" .\" Author: Hartmut Brandt <harti@FreeBSD.org> .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/atm/atmconfig/atmconfig.8,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 11, 2003 .Dt ATMCONFIG 8 diff --git a/sbin/atm/atmconfig/atmconfig.h b/sbin/atm/atmconfig/atmconfig.h index 5e5b04172cb0..8e365c36b7f8 100644 --- a/sbin/atm/atmconfig/atmconfig.h +++ b/sbin/atm/atmconfig/atmconfig.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sbin/atm/atmconfig/atmconfig.h,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _ATMCONFIG_H #define _ATMCONFIG_H diff --git a/sbin/atm/atmconfig/atmconfig.help b/sbin/atm/atmconfig/atmconfig.help index 8c6e7cec7f2f..80c4b48c3f6f 100644 --- a/sbin/atm/atmconfig/atmconfig.help +++ b/sbin/atm/atmconfig/atmconfig.help @@ -31,7 +31,7 @@ # # Help file for the atmconfig utility # -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/atmconfig/atmconfig.help,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ # ^0 intro ATM configuration utility. diff --git a/sbin/atm/atmconfig/atmconfig_device.c b/sbin/atm/atmconfig/atmconfig_device.c index 082494df95a5..90c01285c288 100644 --- a/sbin/atm/atmconfig/atmconfig_device.c +++ b/sbin/atm/atmconfig/atmconfig_device.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/atm/atmconfig/atmconfig_device.c,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "atmconfig.h" #include "atmconfig_device.h" diff --git a/sbin/atm/atmconfig/atmconfig_device.h b/sbin/atm/atmconfig/atmconfig_device.h index 1c099fcdc79a..62ff03bab756 100644 --- a/sbin/atm/atmconfig/atmconfig_device.h +++ b/sbin/atm/atmconfig/atmconfig_device.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/atm/atmconfig/atmconfig_device.h,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef ATMCONFIG_DEVICE_H_ #define ATMCONFIG_DEVICE_H_ diff --git a/sbin/atm/atmconfig/atmconfig_device.help b/sbin/atm/atmconfig/atmconfig_device.help index 27237c8cb7b9..c7deb9044644 100644 --- a/sbin/atm/atmconfig/atmconfig_device.help +++ b/sbin/atm/atmconfig/atmconfig_device.help @@ -27,7 +27,7 @@ # # Help file for the atmconfig utility # -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/atmconfig/atmconfig_device.help,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ # ^0 device ^^ device show information about ATM hardware interfaces diff --git a/sbin/atm/atmconfig/diag.c b/sbin/atm/atmconfig/diag.c index 0dd78826fb66..7c245aafe392 100644 --- a/sbin/atm/atmconfig/diag.c +++ b/sbin/atm/atmconfig/diag.c @@ -27,7 +27,7 @@ * Author: Hartmut Brandt <harti@freebsd.org> */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/atm/atmconfig/diag.c,v 1.6.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sbin/atm/atmconfig/diag.h b/sbin/atm/atmconfig/diag.h index 8b36cd44e1f5..39c24c09a81f 100644 --- a/sbin/atm/atmconfig/diag.h +++ b/sbin/atm/atmconfig/diag.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sbin/atm/atmconfig/diag.h,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $ */ struct diagif { diff --git a/sbin/atm/atmconfig/main.c b/sbin/atm/atmconfig/main.c index d2543f7d1f36..1116c9f12b4c 100644 --- a/sbin/atm/atmconfig/main.c +++ b/sbin/atm/atmconfig/main.c @@ -27,7 +27,7 @@ * Author: Hartmut Brandt <harti@freebsd.org> */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/atm/atmconfig/main.c,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sbin/atm/atmconfig/natm.c b/sbin/atm/atmconfig/natm.c index 29f5ce231e0a..c1ab996065f7 100644 --- a/sbin/atm/atmconfig/natm.c +++ b/sbin/atm/atmconfig/natm.c @@ -27,7 +27,7 @@ * Author: Hartmut Brandt <harti@freebsd.org> */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/atm/atmconfig/natm.c,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/sbin/atm/atmconfig/private.h b/sbin/atm/atmconfig/private.h index 9dcf53979517..9715d35e7783 100644 --- a/sbin/atm/atmconfig/private.h +++ b/sbin/atm/atmconfig/private.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sbin/atm/atmconfig/private.h,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> #include <sys/socket.h> diff --git a/sbin/atm/fore_dnld/COPYRIGHT b/sbin/atm/fore_dnld/COPYRIGHT index f934d4293724..1e47e7e714f9 100644 --- a/sbin/atm/fore_dnld/COPYRIGHT +++ b/sbin/atm/fore_dnld/COPYRIGHT @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sbin/atm/fore_dnld/COPYRIGHT,v 1.1.50.1 2008/10/02 02:57:24 kensmith Exp $ This copyright applies to the microcode image in the file pca200e.c. diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index abcec31b2363..9a4cd2f81b35 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/fore_dnld/Makefile,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fore_dnld MAN= fore_dnld.8 diff --git a/sbin/atm/fore_dnld/fore_dnld.8 b/sbin/atm/fore_dnld/fore_dnld.8 index c7afb78b9fb7..efdc78b5c6b1 100644 --- a/sbin/atm/fore_dnld/fore_dnld.8 +++ b/sbin/atm/fore_dnld/fore_dnld.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/atm/fore_dnld/fore_dnld.8,v 1.10.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 3, 1996 .Dt FORE_DNLD 8 diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c index dc52effc9702..605518cb3728 100644 --- a/sbin/atm/fore_dnld/fore_dnld.c +++ b/sbin/atm/fore_dnld/fore_dnld.c @@ -62,7 +62,7 @@ #include <unistd.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/fore_dnld/fore_dnld.c,v 1.17.24.1 2008/10/02 02:57:24 kensmith Exp $"); #endif extern u_char pca200e_microcode_3[]; diff --git a/sbin/atm/fore_dnld/pca200e.c b/sbin/atm/fore_dnld/pca200e.c index c208a4ddf3a1..af83a971c92c 100644 --- a/sbin/atm/fore_dnld/pca200e.c +++ b/sbin/atm/fore_dnld/pca200e.c @@ -36,7 +36,7 @@ * This are binary copies of the PCA200E firmware versions 3.0.1 and * 4.1.12 * - * $FreeBSD$ + * $FreeBSD: src/sbin/atm/fore_dnld/pca200e.c,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index 67d9bab32b9c..0e94978ca9a9 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/ilmid/Makefile,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ilmid MAN= ilmid.8 diff --git a/sbin/atm/ilmid/ilmid.8 b/sbin/atm/ilmid/ilmid.8 index 8ffa9fe12563..f63a34628e4f 100644 --- a/sbin/atm/ilmid/ilmid.8 +++ b/sbin/atm/ilmid/ilmid.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/atm/ilmid/ilmid.8,v 1.8.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 14, 1998 .Dt ILMID 8 diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index 4a1e5eca101f..0c9bc97bc4a4 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -71,7 +71,7 @@ #include <ctype.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/ilmid/ilmid.c,v 1.34.16.1 2008/10/02 02:57:24 kensmith Exp $"); #endif diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index a39227716b77..5625f8f0a8b6 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/badsect/Makefile,v 1.8.28.1 2008/10/02 02:57:24 kensmith Exp $ PROG= badsect DPADD= ${LIBUFS} diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index 293e9589a281..69bea4e21a1f 100644 --- a/sbin/badsect/badsect.8 +++ b/sbin/badsect/badsect.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)badsect.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/badsect/badsect.8,v 1.23.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 5, 1993 .Dt BADSECT 8 diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 93891714c193..459f591ed343 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -39,7 +39,7 @@ static const char sccsid[] = "@(#)badsect.c 8.1 (Berkeley) 6/5/93"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/badsect/badsect.c,v 1.21.16.1 2008/10/02 02:57:24 kensmith Exp $"); /* * badsect diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 716dab3db69e..bf6a6934dd9e 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/17/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/bsdlabel/Makefile,v 1.19.20.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5 index a0bb82ee4e54..67ff62622ff6 100644 --- a/sbin/bsdlabel/bsdlabel.5 +++ b/sbin/bsdlabel/bsdlabel.5 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.5.5 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/bsdlabel/bsdlabel.5,v 1.17.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 5, 1993 .Dt DISKLABEL 5 diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 5e92f7acafc1..b468ddf4ddbb 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/bsdlabel/bsdlabel.8,v 1.60.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 8, 2007 .Dt BSDLABEL 8 diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index bcba1253751d..4297fffac238 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -53,7 +53,7 @@ static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 1/7/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/bsdlabel/bsdlabel.c,v 1.110.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <stdint.h> diff --git a/sbin/bsdlabel/pathnames.h b/sbin/bsdlabel/pathnames.h index c8a9ef362e54..a6f2a4013af2 100644 --- a/sbin/bsdlabel/pathnames.h +++ b/sbin/bsdlabel/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/sbin/bsdlabel/pathnames.h,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/bsdlabel/runtest.sh b/sbin/bsdlabel/runtest.sh index 9d561f39ab82..99f857263a7d 100644 --- a/sbin/bsdlabel/runtest.sh +++ b/sbin/bsdlabel/runtest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/bsdlabel/runtest.sh,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $ TMP=/tmp/$$. set -e diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 7a3d4213cbac..cb893bfcbc27 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/camcontrol/Makefile,v 1.16.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= camcontrol SRCS= camcontrol.c util.c diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 4b37c461e797..ea4a50bb2191 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/camcontrol/camcontrol.8,v 1.41.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index d9f1b59f32fa..22e637e8be40 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/camcontrol/camcontrol.c,v 1.53.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/ioctl.h> #include <sys/stdint.h> diff --git a/sbin/camcontrol/camcontrol.h b/sbin/camcontrol/camcontrol.h index eebbe8553ed5..03b93a8f7fb2 100644 --- a/sbin/camcontrol/camcontrol.h +++ b/sbin/camcontrol/camcontrol.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/camcontrol/camcontrol.h,v 1.4.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _CAMCONTROL_H diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 3fb9587e206a..003780da7722 100644 --- a/sbin/camcontrol/modeedit.c +++ b/sbin/camcontrol/modeedit.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/camcontrol/modeedit.c,v 1.17.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/queue.h> #include <sys/types.h> diff --git a/sbin/camcontrol/util.c b/sbin/camcontrol/util.c index 67f4e4f0cd15..1be9ca7434e1 100644 --- a/sbin/camcontrol/util.c +++ b/sbin/camcontrol/util.c @@ -44,7 +44,7 @@ * from: scsi.c,v 1.17 1998/01/12 07:57:57 charnier Exp $"; */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/camcontrol/util.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/stdint.h> #include <sys/types.h> diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index ac7558409ed6..a3ab8dd6ad33 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ccdconfig/Makefile,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ccdconfig WARNS?= 6 diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index 4ba08be643c2..8c3d33679323 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ccdconfig/ccdconfig.8,v 1.33.2.2.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 17, 1995 .Dt CCDCONFIG 8 diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index 5159bfa1ed48..91a024d02ff0 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/ccdconfig/ccdconfig.c,v 1.35.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/ccdconfig/pathnames.h b/sbin/ccdconfig/pathnames.h index 538cfeda096d..539979e8eb6c 100644 --- a/sbin/ccdconfig/pathnames.h +++ b/sbin/ccdconfig/pathnames.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ccdconfig/pathnames.h,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */ #define _PATH_CCDCONF "/etc/ccd.conf" diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index c68c312f269b..a359bf5399ab 100644 --- a/sbin/clri/Makefile +++ b/sbin/clri/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/clri/Makefile,v 1.6.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= clri MAN= clri.8 diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index c3c37960cbb2..01dd01e4f42d 100644 --- a/sbin/clri/clri.8 +++ b/sbin/clri/clri.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)clri.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/clri/clri.8,v 1.14.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index dc77a41c66d5..eeba8fd00a8a 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/clri/clri.c,v 1.15.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile index a7720d81b41e..8b1a40a7e4d2 100644 --- a/sbin/comcontrol/Makefile +++ b/sbin/comcontrol/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.4 (Berkeley) 6/5/91 -# $FreeBSD$ +# $FreeBSD: src/sbin/comcontrol/Makefile,v 1.7.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= comcontrol MAN= comcontrol.8 diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 87a7630582e3..dfdf8c5def28 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/comcontrol/comcontrol.8,v 1.29.16.1 2008/10/02 02:57:24 kensmith Exp $ .Dd May 15, 1994 .Dt COMCONTROL 8 .Os diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index 753ded36d1a9..53858691b16e 100644 --- a/sbin/comcontrol/comcontrol.c +++ b/sbin/comcontrol/comcontrol.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/comcontrol/comcontrol.c,v 1.14.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/sbin/conscontrol/Makefile b/sbin/conscontrol/Makefile index ddd2434e6cc5..424ca2a67c9d 100644 --- a/sbin/conscontrol/Makefile +++ b/sbin/conscontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/conscontrol/Makefile,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= conscontrol MAN= conscontrol.8 diff --git a/sbin/conscontrol/conscontrol.8 b/sbin/conscontrol/conscontrol.8 index 726041e4087b..56fc613d24c2 100644 --- a/sbin/conscontrol/conscontrol.8 +++ b/sbin/conscontrol/conscontrol.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/conscontrol/conscontrol.8,v 1.9.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 23, 2001 .Dt CONSCONTROL 8 diff --git a/sbin/conscontrol/conscontrol.c b/sbin/conscontrol/conscontrol.c index d8e5bc52c11a..77dbf445030e 100644 --- a/sbin/conscontrol/conscontrol.c +++ b/sbin/conscontrol/conscontrol.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/conscontrol/conscontrol.c,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 469e1e247b97..61ce90d3f76d 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/devd/Makefile,v 1.6.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8 index 494995e5b48e..7721e2a1f038 100644 --- a/sbin/devd/devd.8 +++ b/sbin/devd/devd.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/devd/devd.8,v 1.14.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 24, 2005 .Dt DEVD 8 diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index ee872d8fe9f7..1f34b3732ba6 100644 --- a/sbin/devd/devd.cc +++ b/sbin/devd/devd.cc @@ -34,7 +34,7 @@ // - devd.conf needs more details on the supported statements. #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/devd/devd.cc,v 1.22.2.6.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index c8de20f09944..ff1188417fcc 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/devd/devd.conf.5,v 1.8.12.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .\" The section on comments was taken from named.conf.5, which has the .\" following copyright: diff --git a/sbin/devd/devd.h b/sbin/devd/devd.h index a8d113b03439..6f3f90a966bf 100644 --- a/sbin/devd/devd.h +++ b/sbin/devd/devd.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/devd.h,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef DEVD_H diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh index 55af222ccadb..6e1615f564e4 100644 --- a/sbin/devd/devd.hh +++ b/sbin/devd/devd.hh @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/devd.hh,v 1.3.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef DEVD_HH diff --git a/sbin/devd/parse.y b/sbin/devd/parse.y index 28b8a908adb1..998b0e60f805 100644 --- a/sbin/devd/parse.y +++ b/sbin/devd/parse.y @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/parse.y,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include "devd.h" diff --git a/sbin/devd/token.l b/sbin/devd/token.l index 0fa78da4ebc3..3804ab246b6b 100644 --- a/sbin/devd/token.l +++ b/sbin/devd/token.l @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/token.l,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <ctype.h> diff --git a/sbin/devfs/Makefile b/sbin/devfs/Makefile index 95d2540272e6..25a754dcf3f2 100644 --- a/sbin/devfs/Makefile +++ b/sbin/devfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/devfs/Makefile,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= devfs SRCS= devfs.c rule.c diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8 index d9a00f0a7970..902e752429de 100644 --- a/sbin/devfs/devfs.8 +++ b/sbin/devfs/devfs.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/devfs/devfs.8,v 1.15.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 1, 2008 .Dt DEVFS 8 diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c index 0e7b66210121..f9d9acf39349 100644 --- a/sbin/devfs/devfs.c +++ b/sbin/devfs/devfs.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/devfs/devfs.c,v 1.5.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sbin/devfs/extern.h b/sbin/devfs/extern.h index a9f8d224838d..ea4ed720146c 100644 --- a/sbin/devfs/extern.h +++ b/sbin/devfs/extern.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devfs/extern.h,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef __DEVFS_H__ diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c index 25a7d289ad0f..34d77d6c29cc 100644 --- a/sbin/devfs/rule.c +++ b/sbin/devfs/rule.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/devfs/rule.c,v 1.7.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 7e32326ff00a..d3472b913f44 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.9 2004/05/04 12:52:05 henning Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/Makefile,v 1.24.16.1 2008/10/02 02:57:24 kensmith Exp $ # # Copyright (c) 1996, 1997 The Internet Software Consortium. # All rights reserved. diff --git a/sbin/dhclient/alloc.c b/sbin/dhclient/alloc.c index cd60ceca7d83..2adc26194954 100644 --- a/sbin/dhclient/alloc.c +++ b/sbin/dhclient/alloc.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/alloc.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index 8a669e1befb3..68accbef37e5 100644 --- a/sbin/dhclient/bpf.c +++ b/sbin/dhclient/bpf.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/bpf.c,v 1.2.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" #include <sys/ioctl.h> diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c index 5d7084e74c79..c003a8dca82a 100644 --- a/sbin/dhclient/clparse.c +++ b/sbin/dhclient/clparse.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/clparse.c,v 1.1.1.1.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" #include "dhctoken.h" diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c index 3c8932dbd5b2..4f745bfdf101 100644 --- a/sbin/dhclient/conflex.c +++ b/sbin/dhclient/conflex.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/conflex.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> diff --git a/sbin/dhclient/convert.c b/sbin/dhclient/convert.c index adca0929a07c..0c5946d0fbe5 100644 --- a/sbin/dhclient/convert.c +++ b/sbin/dhclient/convert.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/convert.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/dhclient-script b/sbin/dhclient/dhclient-script index f6da4f6670ea..834d9548c1be 100644 --- a/sbin/dhclient/dhclient-script +++ b/sbin/dhclient/dhclient-script @@ -1,7 +1,7 @@ #!/bin/sh # # $OpenBSD: dhclient-script,v 1.6 2004/05/06 18:22:41 claudio Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/dhclient-script,v 1.4.2.8.2.1 2008/10/02 02:57:24 kensmith Exp $ # # Copyright (c) 2003 Kenneth R Westerback <krw@openbsd.org> # diff --git a/sbin/dhclient/dhclient-script.8 b/sbin/dhclient/dhclient-script.8 index b04974bc1617..e031705e4d79 100644 --- a/sbin/dhclient/dhclient-script.8 +++ b/sbin/dhclient/dhclient-script.8 @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dhclient/dhclient-script.8,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 1, 1997 .Dt DHCLIENT-SCRIPT 8 diff --git a/sbin/dhclient/dhclient.8 b/sbin/dhclient/dhclient.8 index 58f5ddd3ea05..5bb6f9c489ca 100644 --- a/sbin/dhclient/dhclient.8 +++ b/sbin/dhclient/dhclient.8 @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dhclient/dhclient.8,v 1.2.2.4.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 13, 2007 .Dt DHCLIENT 8 diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index 6ebc0d2d6dcb..f4fa134aa7a3 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/dhclient.c,v 1.6.2.7.4.2 2008/10/26 19:28:04 brooks Exp $"); #include "dhcpd.h" #include "privsep.h" diff --git a/sbin/dhclient/dhclient.conf b/sbin/dhclient/dhclient.conf index 7eaeeb8eb40a..ced61903543e 100644 --- a/sbin/dhclient/dhclient.conf +++ b/sbin/dhclient/dhclient.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/dhclient.conf,v 1.1.1.1.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ send host-name "andare.fugue.com"; send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5 index 167239ef63c3..31696665608e 100644 --- a/sbin/dhclient/dhclient.conf.5 +++ b/sbin/dhclient/dhclient.conf.5 @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dhclient/dhclient.conf.5,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 1, 1997 .Dt DHCLIENT.CONF 5 diff --git a/sbin/dhclient/dhclient.leases.5 b/sbin/dhclient/dhclient.leases.5 index b1f0f3d8bd53..a7b24d57b527 100644 --- a/sbin/dhclient/dhclient.leases.5 +++ b/sbin/dhclient/dhclient.leases.5 @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dhclient/dhclient.leases.5,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 1, 1997 .Dt DHCLIENT.LEASES 5 diff --git a/sbin/dhclient/dhcp-options.5 b/sbin/dhclient/dhcp-options.5 index 37356062ccac..878cc37e8442 100644 --- a/sbin/dhclient/dhcp-options.5 +++ b/sbin/dhclient/dhcp-options.5 @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dhclient/dhcp-options.5,v 1.2.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 1, 1995 .Dt DHCP-OPTIONS 5 diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h index e4fa9d174c1b..9d2264ed4862 100644 --- a/sbin/dhclient/dhcp.h +++ b/sbin/dhclient/dhcp.h @@ -1,5 +1,5 @@ /* $OpenBSD: dhcp.h,v 1.5 2004/05/04 15:49:49 deraadt Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/dhclient/dhcp.h,v 1.2.2.1.4.2 2008/10/26 19:28:04 brooks Exp $ */ /* Protocol structures... */ diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 02766e0280ea..9242784ec995 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/dispatch.c,v 1.1.1.1.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/errwarn.c b/sbin/dhclient/errwarn.c index de3458322fda..b237107d5377 100644 --- a/sbin/dhclient/errwarn.c +++ b/sbin/dhclient/errwarn.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/errwarn.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <errno.h> diff --git a/sbin/dhclient/hash.c b/sbin/dhclient/hash.c index 040236ab735b..6d28a728e048 100644 --- a/sbin/dhclient/hash.c +++ b/sbin/dhclient/hash.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/hash.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/inet.c b/sbin/dhclient/inet.c index 4b7b1cef1bad..a3c20ddb69cf 100644 --- a/sbin/dhclient/inet.c +++ b/sbin/dhclient/inet.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/inet.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c index 09aa4d8ffb64..b105a9a1cf95 100644 --- a/sbin/dhclient/options.c +++ b/sbin/dhclient/options.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/options.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> diff --git a/sbin/dhclient/packet.c b/sbin/dhclient/packet.c index 484953ca2d98..16b9a69c7078 100644 --- a/sbin/dhclient/packet.c +++ b/sbin/dhclient/packet.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/packet.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/parse.c b/sbin/dhclient/parse.c index 6a54fd0a4c88..c25c698136c7 100644 --- a/sbin/dhclient/parse.c +++ b/sbin/dhclient/parse.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/parse.c,v 1.2.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" #include "dhctoken.h" diff --git a/sbin/dhclient/privsep.c b/sbin/dhclient/privsep.c index b42572f2895b..79fbdfb3fbc8 100644 --- a/sbin/dhclient/privsep.c +++ b/sbin/dhclient/privsep.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/privsep.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" #include "privsep.h" diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index 81a9acc8e122..58a724889501 100644 --- a/sbin/dhclient/tables.c +++ b/sbin/dhclient/tables.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/tables.c,v 1.1.1.1.2.3.4.2 2008/10/26 19:28:04 brooks Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/tree.c b/sbin/dhclient/tree.c index 0ed2919bb314..462114854111 100644 --- a/sbin/dhclient/tree.c +++ b/sbin/dhclient/tree.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dhclient/tree.c,v 1.1.1.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 8472f56c461f..e379554d0ebc 100644 --- a/sbin/dmesg/Makefile +++ b/sbin/dmesg/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/dmesg/Makefile,v 1.8.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= dmesg MAN= dmesg.8 diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index 9d05e6c70b75..e2346e750074 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dmesg.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dmesg/dmesg.8,v 1.19.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 5, 1993 .Dt DMESG 8 diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index f2e513f6106c..c2e1f9776664 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -39,7 +39,7 @@ static const char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dmesg/dmesg.c,v 1.27.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/msgbuf.h> diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 608162aa570e..f2d86e3dcedf 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/dump/Makefile,v 1.24.26.1 2008/10/02 02:57:24 kensmith Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/cache.c b/sbin/dump/cache.c index 906ac2716959..99a16bed6f6c 100644 --- a/sbin/dump/cache.c +++ b/sbin/dump/cache.c @@ -3,7 +3,7 @@ * * Block cache for dump * - * $FreeBSD$ + * $FreeBSD: src/sbin/dump/cache.c,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index e5c6eb753997..31d7586bfbce 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dump.8 8.3 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dump/dump.8,v 1.70.2.3.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 24, 2006 .Dt DUMP 8 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index d467668b7e82..76fe5f30d7fc 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -28,7 +28,7 @@ * * @(#)dump.h 8.2 (Berkeley) 4/28/95 * - * $FreeBSD$ + * $FreeBSD: src/sbin/dump/dump.h,v 1.27.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index dd02642bdbf6..93d5186f6864 100644 --- a/sbin/dump/dumprmt.c +++ b/sbin/dump/dumprmt.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)dumprmt.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/dumprmt.c,v 1.22.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index de880bbc030c..d6f700c0fd05 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/itime.c,v 1.16.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 827ffcc129f3..efee97755179 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/main.c,v 1.63.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 3dc17b67db67..f3af2e32312d 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)optr.c 8.2 (Berkeley) 1/6/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/optr.c,v 1.32.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index eb3ce3977af2..212568e1129d 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/sbin/dump/pathnames.h,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 913409fb7b01..b4a9a433989a 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)tape.c 8.4 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/tape.c,v 1.27.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 211cfa6370b9..6269ed09a529 100644 --- a/sbin/dump/traverse.c +++ b/sbin/dump/traverse.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)traverse.c 8.7 (Berkeley) 6/15/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/traverse.c,v 1.36.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 3720ebf550fd..21aa83ad2a3d 100644 --- a/sbin/dump/unctime.c +++ b/sbin/dump/unctime.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)unctime.c 8.2 (Berkeley) 6/14/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dump/unctime.c,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <time.h> diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 99faa77ad725..09763afd8488 100644 --- a/sbin/dumpfs/Makefile +++ b/sbin/dumpfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/dumpfs/Makefile,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= dumpfs DPADD= ${LIBUFS} diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 8879f783e3cb..661fed2215df 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dumpfs.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dumpfs/dumpfs.8,v 1.15.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 19, 2003 .Dt DUMPFS 8 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 325cdcbf9864..721be9e8a63a 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dumpfs/dumpfs.c,v 1.43.20.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index c273f93470a2..d924dd8ea350 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dumpon/Makefile,v 1.10.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= dumpon WARNS?= 6 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index ff47bcb19479..b121044d2a33 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)swapon.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dumpon/dumpon.8,v 1.33.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 73d46b00eb3c..ead52ff4d586 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -39,7 +39,7 @@ static char sccsid[] = "From: @(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/dumpon/dumpon.c,v 1.22.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index 6899c47c8356..57972e0a7d77 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fdisk/Makefile,v 1.11.8.1.10.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fdisk SRCS= fdisk.c geom_mbr_enc.c diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 7ce831fd9e6b..72ccbc83f55c 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fdisk/fdisk.8,v 1.36.8.2.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 30, 2007 .Dt FDISK 8 diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 0c6e5559d720..544b8fcfcaba 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fdisk/fdisk.c,v 1.79.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/disk.h> #include <sys/disklabel.h> diff --git a/sbin/fdisk/runtest.sh b/sbin/fdisk/runtest.sh index f25f4272bb0f..0ca61ed57a23 100644 --- a/sbin/fdisk/runtest.sh +++ b/sbin/fdisk/runtest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/fdisk/runtest.sh,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ set -e MD=`mdconfig -a -t malloc -s 4m -x 63 -y 16` diff --git a/sbin/fdisk_pc98/Makefile b/sbin/fdisk_pc98/Makefile index e5932f8a2d36..ecd865ece3e9 100644 --- a/sbin/fdisk_pc98/Makefile +++ b/sbin/fdisk_pc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fdisk_pc98/Makefile,v 1.7.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fdisk SRCS= fdisk.c geom_pc98_enc.c diff --git a/sbin/fdisk_pc98/fdisk.8 b/sbin/fdisk_pc98/fdisk.8 index c4b25c75c964..89b4ecc68f47 100644 --- a/sbin/fdisk_pc98/fdisk.8 +++ b/sbin/fdisk_pc98/fdisk.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fdisk_pc98/fdisk.8,v 1.15.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 4, 1996 .Dt FDISK 8 diff --git a/sbin/fdisk_pc98/fdisk.c b/sbin/fdisk_pc98/fdisk.c index b5d6cc755048..570d97d0231c 100644 --- a/sbin/fdisk_pc98/fdisk.c +++ b/sbin/fdisk_pc98/fdisk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fdisk_pc98/fdisk.c,v 1.17.2.2.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/disk.h> #include <sys/disklabel.h> diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index a1ffef7989a0..8e3963a168bc 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.8 (Berkeley) 6/21/2000 # # $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/ffsinfo/Makefile,v 1.7.24.1 2008/10/02 02:57:24 kensmith Exp $ # GROWFS= ${.CURDIR}/../growfs diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8 index ff5afe44c391..569467798fd3 100644 --- a/sbin/ffsinfo/ffsinfo.8 +++ b/sbin/ffsinfo/ffsinfo.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" $TSHeader: src/sbin/ffsinfo/ffsinfo.8,v 1.3 2000/12/12 19:30:55 tomsoft Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ffsinfo/ffsinfo.8,v 1.17.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 8, 2000 .Dt FSINFO 8 diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c index 1570da5e5f90..14c6ccd60aa3 100644 --- a/sbin/ffsinfo/ffsinfo.c +++ b/sbin/ffsinfo/ffsinfo.c @@ -48,7 +48,7 @@ All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ffsinfo/ffsinfo.c,v 1.10.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index bc445fda26f7..1ec84be09299 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck/Makefile,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fsck SRCS= fsck.c fsutil.c preen.c diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index b7360d9bd8c0..15d22955db23 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck/fsck.8,v 1.37.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 25, 2001 .Dt FSCK 8 diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index 490a29af919a..0a4f177616fe 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck/fsck.c,v 1.18.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c index a4578bd63eb6..609830a2a8bb 100644 --- a/sbin/fsck/fsutil.c +++ b/sbin/fsck/fsutil.c @@ -33,7 +33,7 @@ #ifndef lint __RCSID("$NetBSD: fsutil.c,v 1.7 1998/07/30 17:41:03 thorpej Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck/fsutil.c,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck/fsutil.h b/sbin/fsck/fsutil.h index 84e72909592d..6e9036c1d171 100644 --- a/sbin/fsck/fsutil.h +++ b/sbin/fsck/fsutil.h @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck/fsutil.h,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $ */ void perror(const char *); diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index 6204685833f4..d21e727c7635 100644 --- a/sbin/fsck/preen.c +++ b/sbin/fsck/preen.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck/preen.c,v 1.28.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index 5b7474fd338b..87f770efbc4e 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck_ffs/Makefile,v 1.16.12.1 2008/10/02 02:57:24 kensmith Exp $ # @(#)Makefile 8.2 (Berkeley) 4/27/95 PROG= fsck_ffs diff --git a/sbin/fsck_ffs/SMM.doc/0.t b/sbin/fsck_ffs/SMM.doc/0.t index 5fe189dc471a..35e655e2bb12 100644 --- a/sbin/fsck_ffs/SMM.doc/0.t +++ b/sbin/fsck_ffs/SMM.doc/0.t @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_ffs/SMM.doc/0.t,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" @(#)0.t 8.1 (Berkeley) 6/8/93 .\" .if n .ND diff --git a/sbin/fsck_ffs/SMM.doc/1.t b/sbin/fsck_ffs/SMM.doc/1.t index 3098b49f9576..c44fa708876b 100644 --- a/sbin/fsck_ffs/SMM.doc/1.t +++ b/sbin/fsck_ffs/SMM.doc/1.t @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_ffs/SMM.doc/1.t,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" @(#)1.t 8.1 (Berkeley) 6/5/93 .\" .ds RH Introduction diff --git a/sbin/fsck_ffs/SMM.doc/2.t b/sbin/fsck_ffs/SMM.doc/2.t index b294a6af3bec..954e01451968 100644 --- a/sbin/fsck_ffs/SMM.doc/2.t +++ b/sbin/fsck_ffs/SMM.doc/2.t @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_ffs/SMM.doc/2.t,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" @(#)2.t 8.1 (Berkeley) 6/5/93 .\" .ds RH Overview of the file system diff --git a/sbin/fsck_ffs/SMM.doc/3.t b/sbin/fsck_ffs/SMM.doc/3.t index 522a222c3dc3..f41639436ebf 100644 --- a/sbin/fsck_ffs/SMM.doc/3.t +++ b/sbin/fsck_ffs/SMM.doc/3.t @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_ffs/SMM.doc/3.t,v 1.7.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" @(#)3.t 8.1 (Berkeley) 6/5/93 .\" .ds RH Fixing corrupted file systems diff --git a/sbin/fsck_ffs/SMM.doc/4.t b/sbin/fsck_ffs/SMM.doc/4.t index 353fab3378fa..afc8391c2148 100644 --- a/sbin/fsck_ffs/SMM.doc/4.t +++ b/sbin/fsck_ffs/SMM.doc/4.t @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_ffs/SMM.doc/4.t,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" @(#)4.t 8.1 (Berkeley) 6/5/93 .\" .ds RH Appendix A \- Fsck_ffs Error Conditions diff --git a/sbin/fsck_ffs/SMM.doc/Makefile b/sbin/fsck_ffs/SMM.doc/Makefile index 9ddc06f097ae..38f962afb2e5 100644 --- a/sbin/fsck_ffs/SMM.doc/Makefile +++ b/sbin/fsck_ffs/SMM.doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck_ffs/SMM.doc/Makefile,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ # @(#)Makefile 8.1 (Berkeley) 6/8/93 DIR= smm/03.fsck_ffs diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c index da838b05c36a..775671bd0e9a 100644 --- a/sbin/fsck_ffs/dir.c +++ b/sbin/fsck_ffs/dir.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/dir.c,v 1.30.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/ea.c b/sbin/fsck_ffs/ea.c index 2cdf71e3ebeb..3226272a7215 100644 --- a/sbin/fsck_ffs/ea.c +++ b/sbin/fsck_ffs/ea.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/ea.c,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h index 32f9cfaa7eae..00b0ec44644f 100644 --- a/sbin/fsck_ffs/fsck.h +++ b/sbin/fsck_ffs/fsck.h @@ -57,7 +57,7 @@ * SUCH DAMAGE. * * @(#)fsck.h 8.4 (Berkeley) 5/9/95 - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck_ffs/fsck.h,v 1.36.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <unistd.h> diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index a64c7ce8b5e7..6ead6b239807 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fsck.8 8.4 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_ffs/fsck_ffs.8,v 1.33.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 24, 2001 .Dt FSCK_FFS 8 diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c index 6bb590eb67c1..5f4751fb827b 100644 --- a/sbin/fsck_ffs/fsutil.c +++ b/sbin/fsck_ffs/fsutil.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/fsutil.c,v 1.25.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index e470f9970247..2798b552ca3c 100644 --- a/sbin/fsck_ffs/inode.c +++ b/sbin/fsck_ffs/inode.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/inode.c,v 1.37.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stdint.h> diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index a7179691542a..380283856c13 100644 --- a/sbin/fsck_ffs/main.c +++ b/sbin/fsck_ffs/main.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/main.c,v 1.44.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index f72887755ec2..4f3c064a4e2c 100644 --- a/sbin/fsck_ffs/pass1.c +++ b/sbin/fsck_ffs/pass1.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/pass1.c,v 1.43.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c index e635935fca00..467add20a343 100644 --- a/sbin/fsck_ffs/pass1b.c +++ b/sbin/fsck_ffs/pass1b.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)pass1b.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/pass1b.c,v 1.15.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c index c4fdd2a8a578..2e2a70874952 100644 --- a/sbin/fsck_ffs/pass2.c +++ b/sbin/fsck_ffs/pass2.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)pass2.c 8.9 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/pass2.c,v 1.26.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c index 22309cbbde57..250393dbe1bd 100644 --- a/sbin/fsck_ffs/pass3.c +++ b/sbin/fsck_ffs/pass3.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/pass3.c,v 1.15.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index 8a426eaa081e..b06e4f4d3d9f 100644 --- a/sbin/fsck_ffs/pass4.c +++ b/sbin/fsck_ffs/pass4.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)pass4.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/pass4.c,v 1.15.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index 693831fe1578..9289f3c0cb32 100644 --- a/sbin/fsck_ffs/pass5.c +++ b/sbin/fsck_ffs/pass5.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/pass5.c,v 1.42.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index f6b736d2ec79..3f6b134df0ba 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)setup.c 8.10 (Berkeley) 5/9/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/setup.c,v 1.49.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index 8e6682034214..66063bc9ec87 100644 --- a/sbin/fsck_ffs/utilities.c +++ b/sbin/fsck_ffs/utilities.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/utilities.c,v 1.23.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile index fd539b94f9d7..c0805ba43774 100644 --- a/sbin/fsck_msdosfs/Makefile +++ b/sbin/fsck_msdosfs/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck_msdosfs/Makefile,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ FSCK= ${.CURDIR}/../fsck .PATH: ${FSCK} diff --git a/sbin/fsck_msdosfs/boot.c b/sbin/fsck_msdosfs/boot.c index 32ed8633e037..d40193e18aa5 100644 --- a/sbin/fsck_msdosfs/boot.c +++ b/sbin/fsck_msdosfs/boot.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: boot.c,v 1.9 2003/07/24 19:25:46 ws Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/boot.c,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/check.c b/sbin/fsck_msdosfs/check.c index 48ae5ca20eb1..d80a37c2c805 100644 --- a/sbin/fsck_msdosfs/check.c +++ b/sbin/fsck_msdosfs/check.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: check.c,v 1.10 2000/04/25 23:02:51 jdolecek Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/check.c,v 1.10.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/dir.c b/sbin/fsck_msdosfs/dir.c index b87a916c17ff..771626b38ee0 100644 --- a/sbin/fsck_msdosfs/dir.c +++ b/sbin/fsck_msdosfs/dir.c @@ -37,7 +37,7 @@ #ifndef lint __RCSID("$NetBSD: dir.c,v 1.14 1998/08/25 19:18:15 ross Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/dir.c,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/sbin/fsck_msdosfs/dosfs.h b/sbin/fsck_msdosfs/dosfs.h index 3a5d4394c506..2809acd83adf 100644 --- a/sbin/fsck_msdosfs/dosfs.h +++ b/sbin/fsck_msdosfs/dosfs.h @@ -31,7 +31,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * $NetBSD: dosfs.h,v 1.4 1997/01/03 14:32:48 ws Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck_msdosfs/dosfs.h,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef DOSFS_H diff --git a/sbin/fsck_msdosfs/ext.h b/sbin/fsck_msdosfs/ext.h index 53127cf44ab4..02d5682c7e11 100644 --- a/sbin/fsck_msdosfs/ext.h +++ b/sbin/fsck_msdosfs/ext.h @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * $NetBSD: ext.h,v 1.6 2000/04/25 23:02:51 jdolecek Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck_msdosfs/ext.h,v 1.10.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef EXT_H diff --git a/sbin/fsck_msdosfs/fat.c b/sbin/fsck_msdosfs/fat.c index 0b0bd9e11e89..a23b602412c5 100644 --- a/sbin/fsck_msdosfs/fat.c +++ b/sbin/fsck_msdosfs/fat.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: fat.c,v 1.12 2000/10/10 20:24:52 is Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/fat.c,v 1.7.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8 index 8631210cb4e6..952423d710f1 100644 --- a/sbin/fsck_msdosfs/fsck_msdosfs.8 +++ b/sbin/fsck_msdosfs/fsck_msdosfs.8 @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_msdosfs/fsck_msdosfs.8,v 1.15.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 13, 1995 .Dt FSCK_MSDOSFS 8 diff --git a/sbin/fsck_msdosfs/main.c b/sbin/fsck_msdosfs/main.c index eacc792d0323..9796a0ece10d 100644 --- a/sbin/fsck_msdosfs/main.c +++ b/sbin/fsck_msdosfs/main.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: main.c,v 1.10 1997/10/01 02:18:14 enami Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/main.c,v 1.15.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 65333ef07252..7f10fe7002c2 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.1.1.1 1995/10/08 23:08:36 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/fsdb/Makefile,v 1.19.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fsdb MAN= fsdb.8 diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 12e70f285e56..792d2b826f69 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -26,7 +26,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsdb/fsdb.8,v 1.28.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 22, 2006 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index 3853d295c07f..b93aa43a7f39 100644 --- a/sbin/fsdb/fsdb.c +++ b/sbin/fsdb/fsdb.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsdb/fsdb.c,v 1.29.2.4.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index abe1f4760ccb..3473d999d3b0 100644 --- a/sbin/fsdb/fsdb.h +++ b/sbin/fsdb/fsdb.h @@ -27,7 +27,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/fsdb/fsdb.h,v 1.10.14.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ extern int bread(int fd, char *buf, ufs2_daddr_t blk, long size); diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index d50c6c00d331..ea8883a44cec 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsdb/fsdbutil.c,v 1.18.10.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile index 7e2da62408e3..e82bf62022f7 100644 --- a/sbin/fsirand/Makefile +++ b/sbin/fsirand/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsirand/Makefile,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fsirand WARNS?= 0 diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 00f0eeee4c99..be1ddd8bb030 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -27,7 +27,7 @@ .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $OpenBSD: fsirand.8,v 1.6 1997/02/23 03:58:26 millert Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsirand/fsirand.8,v 1.17.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index defdf5250d33..a978972aba1c 100644 --- a/sbin/fsirand/fsirand.c +++ b/sbin/fsirand/fsirand.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsirand/fsirand.c,v 1.13.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile index 87058028533e..ec93be0a074d 100644 --- a/sbin/gbde/Makefile +++ b/sbin/gbde/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gbde/Makefile,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= gbde SRCS= gbde.c template.c diff --git a/sbin/gbde/gbde.8 b/sbin/gbde/gbde.8 index d9994ea2ecbb..137a493201b2 100644 --- a/sbin/gbde/gbde.8 +++ b/sbin/gbde/gbde.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/gbde/gbde.8,v 1.13.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 12, 2005 .Dt GBDE 8 diff --git a/sbin/gbde/gbde.c b/sbin/gbde/gbde.c index 0a1e740c4041..a8a32354119a 100644 --- a/sbin/gbde/gbde.c +++ b/sbin/gbde/gbde.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/gbde/gbde.c,v 1.30.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ * * XXX: Future stuff * diff --git a/sbin/gbde/image.uu b/sbin/gbde/image.uu index 82e6f2e47489..6f34aa474e6f 100644 --- a/sbin/gbde/image.uu +++ b/sbin/gbde/image.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sbin/gbde/image.uu,v 1.1.26.1 2008/10/02 02:57:24 kensmith Exp $ begin 644 gbde.image.bz2 M0EIH.3%!629364"&9H\`Y1=_____________________________________ diff --git a/sbin/gbde/template.txt b/sbin/gbde/template.txt index 3d22007befd9..ef9fd7e975b3 100644 --- a/sbin/gbde/template.txt +++ b/sbin/gbde/template.txt @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gbde/template.txt,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $ # # Sector size is the smallest unit of data which can be read or written. # Making it too small decreases performance and decreases available space. diff --git a/sbin/gbde/test.sh b/sbin/gbde/test.sh index 67d8b3809c37..83129f23594b 100644 --- a/sbin/gbde/test.sh +++ b/sbin/gbde/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/gbde/test.sh,v 1.4.20.1 2008/10/02 02:57:24 kensmith Exp $ set -e diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index 95f00d914756..51323e80c6ba 100644 --- a/sbin/geom/Makefile +++ b/sbin/geom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/Makefile,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= core class diff --git a/sbin/geom/Makefile.inc b/sbin/geom/Makefile.inc index 94ca09f3889c..031bec8a0c47 100644 --- a/sbin/geom/Makefile.inc +++ b/sbin/geom/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/Makefile.inc,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ WARNS?= 6 CLASS_DIR?=/lib/geom diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index e172bbf4e56f..012d7ae58bc2 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/Makefile,v 1.5.2.3.10.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= concat .if !defined(NO_CRYPT) && !defined(NO_OPENSSL) diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc index 63109c29df6a..500f5f820e89 100644 --- a/sbin/geom/class/Makefile.inc +++ b/sbin/geom/class/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/Makefile.inc,v 1.7.16.1 2008/10/02 02:57:24 kensmith Exp $ SHLIBDIR?=${CLASS_DIR} SHLIB_NAME?=geom_${CLASS}.so diff --git a/sbin/geom/class/concat/Makefile b/sbin/geom/class/concat/Makefile index b3a3e23c449d..cfa76df4e7c5 100644 --- a/sbin/geom/class/concat/Makefile +++ b/sbin/geom/class/concat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/concat/Makefile,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8 index 2e1b79dadd1a..8fe06fa98686 100644 --- a/sbin/geom/class/concat/gconcat.8 +++ b/sbin/geom/class/concat/gconcat.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/concat/gconcat.8,v 1.17.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 21, 2004 .Dt GCONCAT 8 diff --git a/sbin/geom/class/concat/geom_concat.c b/sbin/geom/class/concat/geom_concat.c index 7334f6daeb4d..6adb72f68901 100644 --- a/sbin/geom/class/concat/geom_concat.c +++ b/sbin/geom/class/concat/geom_concat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/concat/geom_concat.c,v 1.8.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/eli/Makefile b/sbin/geom/class/eli/Makefile index 041e738465cf..37a059754bf3 100644 --- a/sbin/geom/class/eli/Makefile +++ b/sbin/geom/class/eli/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/eli/Makefile,v 1.3.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2 diff --git a/sbin/geom/class/eli/geli.8 b/sbin/geom/class/eli/geli.8 index c2d588d173f3..4fb6576d011a 100644 --- a/sbin/geom/class/eli/geli.8 +++ b/sbin/geom/class/eli/geli.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/eli/geli.8,v 1.2.2.7.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 16, 2006 .Dt GELI 8 diff --git a/sbin/geom/class/eli/geom_eli.c b/sbin/geom/class/eli/geom_eli.c index 5db3b99e09de..455337e0ded5 100644 --- a/sbin/geom/class/eli/geom_eli.c +++ b/sbin/geom/class/eli/geom_eli.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/eli/geom_eli.c,v 1.1.2.11.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/sbin/geom/class/label/Makefile b/sbin/geom/class/label/Makefile index cba7ac6b4483..0c31fad741e5 100644 --- a/sbin/geom/class/label/Makefile +++ b/sbin/geom/class/label/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/label/Makefile,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/label/geom_label.c b/sbin/geom/class/label/geom_label.c index a45eb4d35d57..e0e1172451a6 100644 --- a/sbin/geom/class/label/geom_label.c +++ b/sbin/geom/class/label/geom_label.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/label/geom_label.c,v 1.6.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8 index cbff2b467ef2..41b8c02eadba 100644 --- a/sbin/geom/class/label/glabel.8 +++ b/sbin/geom/class/label/glabel.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/label/glabel.8,v 1.12.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 2, 2004 .Dt GLABEL 8 diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile index f07a790539b6..852778872d35 100644 --- a/sbin/geom/class/mirror/Makefile +++ b/sbin/geom/class/mirror/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/mirror/Makefile,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/mirror/geom_mirror.c b/sbin/geom/class/mirror/geom_mirror.c index fc575f3cbdc9..5e1e48a78439 100644 --- a/sbin/geom/class/mirror/geom_mirror.c +++ b/sbin/geom/class/mirror/geom_mirror.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/mirror/geom_mirror.c,v 1.10.2.3.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8 index 441e12cfe7b2..28546c2ba3a4 100644 --- a/sbin/geom/class/mirror/gmirror.8 +++ b/sbin/geom/class/mirror/gmirror.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/mirror/gmirror.8,v 1.16.2.4.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 31, 2006 .Dt GMIRROR 8 diff --git a/sbin/geom/class/nop/Makefile b/sbin/geom/class/nop/Makefile index 75a20376ff45..4197a82fbe6e 100644 --- a/sbin/geom/class/nop/Makefile +++ b/sbin/geom/class/nop/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/nop/Makefile,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/nop/geom_nop.c b/sbin/geom/class/nop/geom_nop.c index c1c16b5fd2fe..19bc5eb3549a 100644 --- a/sbin/geom/class/nop/geom_nop.c +++ b/sbin/geom/class/nop/geom_nop.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/nop/geom_nop.c,v 1.6.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8 index 64c04ca5307c..e627d9e98343 100644 --- a/sbin/geom/class/nop/gnop.8 +++ b/sbin/geom/class/nop/gnop.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/nop/gnop.8,v 1.18.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 21, 2004 .Dt GNOP 8 diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669dec92..d7a6c58bcecb 100644 --- a/sbin/geom/class/raid3/Makefile +++ b/sbin/geom/class/raid3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/raid3/Makefile,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index 396892ae3237..62fffa625cc3 100644 --- a/sbin/geom/class/raid3/geom_raid3.c +++ b/sbin/geom/class/raid3/geom_raid3.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/raid3/geom_raid3.c,v 1.11.2.5.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8 index b2da0bf9e791..37eaf396c660 100644 --- a/sbin/geom/class/raid3/graid3.8 +++ b/sbin/geom/class/raid3/graid3.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/raid3/graid3.8,v 1.16.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 22, 2004 .Dt GRAID3 8 diff --git a/sbin/geom/class/shsec/Makefile b/sbin/geom/class/shsec/Makefile index ea38f159241a..6a3f94ba15a4 100644 --- a/sbin/geom/class/shsec/Makefile +++ b/sbin/geom/class/shsec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/shsec/Makefile,v 1.1.18.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/shsec/geom_shsec.c b/sbin/geom/class/shsec/geom_shsec.c index c5b81638c9c2..ac716ffc74e3 100644 --- a/sbin/geom/class/shsec/geom_shsec.c +++ b/sbin/geom/class/shsec/geom_shsec.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/shsec/geom_shsec.c,v 1.5.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/shsec/gshsec.8 b/sbin/geom/class/shsec/gshsec.8 index 67dff5d59616..185265784ca6 100644 --- a/sbin/geom/class/shsec/gshsec.8 +++ b/sbin/geom/class/shsec/gshsec.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/shsec/gshsec.8,v 1.8.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 8, 2005 .Dt GSHSEC 8 diff --git a/sbin/geom/class/stripe/Makefile b/sbin/geom/class/stripe/Makefile index 53a35fff46bf..6d4a45da8cea 100644 --- a/sbin/geom/class/stripe/Makefile +++ b/sbin/geom/class/stripe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/stripe/Makefile,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/stripe/geom_stripe.c b/sbin/geom/class/stripe/geom_stripe.c index b0e8aa380359..bafb7dd04579 100644 --- a/sbin/geom/class/stripe/geom_stripe.c +++ b/sbin/geom/class/stripe/geom_stripe.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/stripe/geom_stripe.c,v 1.11.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8 index ee70184bdb3a..36afe740d78b 100644 --- a/sbin/geom/class/stripe/gstripe.8 +++ b/sbin/geom/class/stripe/gstripe.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/stripe/gstripe.8,v 1.25.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 21, 2004 .Dt GSTRIPE 8 diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index d76c35b0512d..1304a334d9b2 100644 --- a/sbin/geom/core/Makefile +++ b/sbin/geom/core/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/core/Makefile,v 1.10.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../misc diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index ca68c28b9d45..3d3493dadfde 100644 --- a/sbin/geom/core/geom.8 +++ b/sbin/geom/core/geom.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/core/geom.8,v 1.17.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 21, 2004 .Dt GEOM 8 diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c index b2c591a0473f..6aadd8d87805 100644 --- a/sbin/geom/core/geom.c +++ b/sbin/geom/core/geom.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/core/geom.c,v 1.22.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/geom/core/geom.h b/sbin/geom/core/geom.h index 37621463f96d..79befe9c54aa 100644 --- a/sbin/geom/core/geom.h +++ b/sbin/geom/core/geom.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/geom/core/geom.h,v 1.2.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _GEOM_H_ diff --git a/sbin/geom/misc/subr.c b/sbin/geom/misc/subr.c index 745d91955d3d..294b62f55559 100644 --- a/sbin/geom/misc/subr.c +++ b/sbin/geom/misc/subr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/misc/subr.c,v 1.3.8.4.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/geom/misc/subr.h b/sbin/geom/misc/subr.h index 7b5120053d80..0b2452b6dd32 100644 --- a/sbin/geom/misc/subr.h +++ b/sbin/geom/misc/subr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/geom/misc/subr.h,v 1.3.8.4.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _SUBR_H_ diff --git a/sbin/ggate/Makefile b/sbin/ggate/Makefile index 97094d6f9fb5..b67169a4a7c0 100644 --- a/sbin/ggate/Makefile +++ b/sbin/ggate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/Makefile,v 1.2.12.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= ${_ggatec} \ ${_ggated} \ diff --git a/sbin/ggate/Makefile.inc b/sbin/ggate/Makefile.inc index e55271f7ddc5..7c93247d1a3a 100644 --- a/sbin/ggate/Makefile.inc +++ b/sbin/ggate/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/Makefile.inc,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ WARNS?= 6 diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile index c49cfe819816..c44c2e42bf3c 100644 --- a/sbin/ggate/ggatec/Makefile +++ b/sbin/ggate/ggatec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/ggatec/Makefile,v 1.6.12.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggatec/ggatec.8 b/sbin/ggate/ggatec/ggatec.8 index 9f6bc0065f59..04e8bcab4be0 100644 --- a/sbin/ggate/ggatec/ggatec.8 +++ b/sbin/ggate/ggatec/ggatec.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ggate/ggatec/ggatec.8,v 1.5.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 26, 2004 .Dt GGATEC 8 diff --git a/sbin/ggate/ggatec/ggatec.c b/sbin/ggate/ggatec/ggatec.c index 70f667dfbfe0..56a2cbfd9aa7 100644 --- a/sbin/ggate/ggatec/ggatec.c +++ b/sbin/ggate/ggatec/ggatec.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/ggate/ggatec/ggatec.c,v 1.6.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/ggated/Makefile b/sbin/ggate/ggated/Makefile index 4e7708ebffa3..b3ed4832fb3b 100644 --- a/sbin/ggate/ggated/Makefile +++ b/sbin/ggate/ggated/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/ggated/Makefile,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8 index 3024a04230d7..f317d04874f8 100644 --- a/sbin/ggate/ggated/ggated.8 +++ b/sbin/ggate/ggated/ggated.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ggate/ggated/ggated.8,v 1.4.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 29, 2004 .Dt GGATED 8 diff --git a/sbin/ggate/ggated/ggated.c b/sbin/ggate/ggated/ggated.c index b211ccc8592c..716e20916521 100644 --- a/sbin/ggate/ggated/ggated.c +++ b/sbin/ggate/ggated/ggated.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/ggate/ggated/ggated.c,v 1.7.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile index 604a75480313..5f8d279c9e19 100644 --- a/sbin/ggate/ggatel/Makefile +++ b/sbin/ggate/ggatel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/ggatel/Makefile,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggatel/ggatel.8 b/sbin/ggate/ggatel/ggatel.8 index 01b964a947e6..80575ad203de 100644 --- a/sbin/ggate/ggatel/ggatel.8 +++ b/sbin/ggate/ggatel/ggatel.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ggate/ggatel/ggatel.8,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 26, 2004 .Dt GGATEL 8 diff --git a/sbin/ggate/ggatel/ggatel.c b/sbin/ggate/ggatel/ggatel.c index 03979c3f9f72..ff2b433724c3 100644 --- a/sbin/ggate/ggatel/ggatel.c +++ b/sbin/ggate/ggatel/ggatel.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/ggate/ggatel/ggatel.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/shared/ggate.c b/sbin/ggate/shared/ggate.c index 09e35d36434a..445e8b3d333f 100644 --- a/sbin/ggate/shared/ggate.c +++ b/sbin/ggate/shared/ggate.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/ggate/shared/ggate.c,v 1.5.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/shared/ggate.h b/sbin/ggate/shared/ggate.h index 3e26253c360c..4fe703db6b1f 100644 --- a/sbin/ggate/shared/ggate.h +++ b/sbin/ggate/shared/ggate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ggate/shared/ggate.h,v 1.3.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _GGATE_H_ diff --git a/sbin/gpt/Makefile b/sbin/gpt/Makefile index b619b00f3002..9caf0d9c09f1 100644 --- a/sbin/gpt/Makefile +++ b/sbin/gpt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gpt/Makefile,v 1.6.8.2.2.1 2008/10/02 02:57:24 kensmith Exp $ PROG= gpt SRCS= add.c boot.c create.c destroy.c gpt.c label.c map.c migrate.c \ diff --git a/sbin/gpt/add.c b/sbin/gpt/add.c index b2c20a0302b9..8e0dbc60e211 100644 --- a/sbin/gpt/add.c +++ b/sbin/gpt/add.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/add.c,v 1.11.2.4.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/boot.c b/sbin/gpt/boot.c index b4a151acce4b..0424cc16823a 100644 --- a/sbin/gpt/boot.c +++ b/sbin/gpt/boot.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/boot.c,v 1.2.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/sbin/gpt/create.c b/sbin/gpt/create.c index 24a6a6d014fb..56f741a2c199 100644 --- a/sbin/gpt/create.c +++ b/sbin/gpt/create.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/create.c,v 1.10.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/destroy.c b/sbin/gpt/destroy.c index 7c2c198608bc..4454cbdc1db2 100644 --- a/sbin/gpt/destroy.c +++ b/sbin/gpt/destroy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/destroy.c,v 1.5.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8 index 7e5413905698..f11ae7efd499 100644 --- a/sbin/gpt/gpt.8 +++ b/sbin/gpt/gpt.8 @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/gpt/gpt.8,v 1.13.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 24, 2007 .Os diff --git a/sbin/gpt/gpt.c b/sbin/gpt/gpt.c index 543acca47442..903d0abd2e4f 100644 --- a/sbin/gpt/gpt.c +++ b/sbin/gpt/gpt.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/gpt.c,v 1.10.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/gpt/gpt.h b/sbin/gpt/gpt.h index 857eaf0901d7..7bd0b8ad78a3 100644 --- a/sbin/gpt/gpt.h +++ b/sbin/gpt/gpt.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/gpt/gpt.h,v 1.7.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _GPT_H_ diff --git a/sbin/gpt/label.c b/sbin/gpt/label.c index 4a793cd1cc12..a6bb2c05ff29 100644 --- a/sbin/gpt/label.c +++ b/sbin/gpt/label.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/label.c,v 1.1.2.3.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/map.c b/sbin/gpt/map.c index 91b56850b9c4..bc907d246007 100644 --- a/sbin/gpt/map.c +++ b/sbin/gpt/map.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/map.c,v 1.5.8.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <err.h> diff --git a/sbin/gpt/map.h b/sbin/gpt/map.h index 4c3f0992d59a..0dbbba300e00 100644 --- a/sbin/gpt/map.h +++ b/sbin/gpt/map.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/gpt/map.h,v 1.5.8.1.10.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _MAP_H_ diff --git a/sbin/gpt/migrate.c b/sbin/gpt/migrate.c index 8f3b4ecff32c..a098d0ae6948 100644 --- a/sbin/gpt/migrate.c +++ b/sbin/gpt/migrate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/migrate.c,v 1.13.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/disklabel.h> diff --git a/sbin/gpt/recover.c b/sbin/gpt/recover.c index dd13a64951ed..a4cc0c4b7b14 100644 --- a/sbin/gpt/recover.c +++ b/sbin/gpt/recover.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/recover.c,v 1.7.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/remove.c b/sbin/gpt/remove.c index 381ff0b8217f..4ca91acf7816 100644 --- a/sbin/gpt/remove.c +++ b/sbin/gpt/remove.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/remove.c,v 1.4.2.3.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/show.c b/sbin/gpt/show.c index 5d0ee2e971bc..1d7b7a9ef48a 100644 --- a/sbin/gpt/show.c +++ b/sbin/gpt/show.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/show.c,v 1.11.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index a5e9937e8f16..a17efc8e0a9e 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.8 (Berkeley) 6/21/2000 # # $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/growfs/Makefile,v 1.13.16.1 2008/10/02 02:57:24 kensmith Exp $ # #GFSDBG= diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index d97fae31af88..b8174c481467 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/growfs/debug.c,v 1.9.20.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/growfs/debug.h b/sbin/growfs/debug.h index 3cad9d97874c..f022eae3be49 100644 --- a/sbin/growfs/debug.h +++ b/sbin/growfs/debug.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * $TSHeader: src/sbin/growfs/debug.h,v 1.2 2000/11/16 18:43:50 tom Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/growfs/debug.h,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 387e5114bdc0..833e6e614e9e 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/growfs/growfs.8,v 1.24.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 8, 2000 .Dt GROWFS 8 diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index fa5b680006ab..dfa3d9435a35 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -47,7 +47,7 @@ All rights reserved.\n"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/growfs/growfs.c,v 1.24.12.1 2008/10/02 02:57:24 kensmith Exp $"); /* ********************************************************** INCLUDES ***** */ #include <sys/param.h> diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile index 6d414974dba1..e37dd7699fc9 100644 --- a/sbin/gvinum/Makefile +++ b/sbin/gvinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gvinum/Makefile,v 1.3.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ PROG= gvinum SRCS= gvinum.c gvinum.h geom_vinum_share.c diff --git a/sbin/gvinum/gvinum.8 b/sbin/gvinum/gvinum.8 index 582e50917160..b95b9bcffba1 100644 --- a/sbin/gvinum/gvinum.8 +++ b/sbin/gvinum/gvinum.8 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/gvinum/gvinum.8,v 1.2.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 1, 2005 .Dt GVINUM 8 diff --git a/sbin/gvinum/gvinum.c b/sbin/gvinum/gvinum.c index 23a21b92ca29..48e65a4b4e97 100644 --- a/sbin/gvinum/gvinum.c +++ b/sbin/gvinum/gvinum.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/gvinum/gvinum.c,v 1.4.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/gvinum/gvinum.h b/sbin/gvinum/gvinum.h index d1b45a07749b..6ce6e97c5fa6 100644 --- a/sbin/gvinum/gvinum.h +++ b/sbin/gvinum/gvinum.h @@ -34,6 +34,6 @@ * advised of the possibility of such damage. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/gvinum/gvinum.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #define GVINUMMOD "geom_vinum" diff --git a/sbin/idmapd/Makefile b/sbin/idmapd/Makefile index 462bc599eb3f..8a6844bd1831 100644 --- a/sbin/idmapd/Makefile +++ b/sbin/idmapd/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 # -# $FreeBSD$ +# $FreeBSD: src/sbin/idmapd/Makefile,v 1.3.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= idmapd MAN= idmapd.8 diff --git a/sbin/idmapd/idmapd.8 b/sbin/idmapd/idmapd.8 index 256897d90f8d..0ac690d64261 100644 --- a/sbin/idmapd/idmapd.8 +++ b/sbin/idmapd/idmapd.8 @@ -20,7 +20,7 @@ .\" connection with the use of the software, even if it has been or is hereafter .\" advised of the possibility of such damages. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/idmapd/idmapd.8,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 14, 2003 .Dt IDMAPD 8 diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c index fa3a082d3ddb..823204ace720 100644 --- a/sbin/idmapd/idmapd.c +++ b/sbin/idmapd/idmapd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/idmapd/idmapd.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $Id: idmapd.c,v 1.5 2003/11/05 14:58:58 rees Exp $ */ /* diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 78aae4507ba2..0148c5340ed2 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.29.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ifconfig diff --git a/sbin/ifconfig/af_atalk.c b/sbin/ifconfig/af_atalk.c index 0ceb8b92b318..010bddd1cbac 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.1.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_inet.c b/sbin/ifconfig/af_inet.c index 7678daa1aa97..e7c284b6a04f 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.2.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_inet6.c b/sbin/ifconfig/af_inet6.c index 2aae38225235..64d730040346 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.3.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/af_ipx.c b/sbin/ifconfig/af_ipx.c index d16e2eb86d97..97c9f595d275 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.1.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_link.c b/sbin/ifconfig/af_link.c index d61075065f5b..bcf2013f3a3f 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.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifbridge.c b/sbin/ifconfig/ifbridge.c index b8edf7894e50..0ce184f40b6a 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.1.2.5.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifcarp.c b/sbin/ifconfig/ifcarp.c index 36f1bb6a47b7..4c02228bd5ba 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.18.1 2008/10/02 02:57:24 kensmith 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 8b613ad78407..c15329224516 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.1.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index b57f474053a3..25c30da32e0d 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.95.2.26.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 16, 2007 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index a5b47974f83b..bf0ea6f91489 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.113.2.6.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index dc68a8196a80..14f4bf62982c 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.16.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ */ #define __constructor __attribute__((constructor)) diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index f68a0fdaa941..648c44389a23 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.18.2.15.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /*- diff --git a/sbin/ifconfig/iflagg.c b/sbin/ifconfig/iflagg.c index 5eaea98b34e1..6fe8ee7443a6 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.1.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifmac.c b/sbin/ifconfig/ifmac.c index bb021060ea44..4e6e0dc67466 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index 398f1b757fa5..14943798fa56 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.19.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. diff --git a/sbin/ifconfig/ifpfsync.c b/sbin/ifconfig/ifpfsync.c index 2a388a17e1c8..1e0e4159a608 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.3.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c index f2dfba4dcc24..6cc2300ad868 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.7.2.5.8.1 2008/10/02 02:57:24 kensmith Exp $"; #endif static struct vlanreq __vreq; static int __have_dev = 0; diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 0dcbffade77b..0f874baed8b1 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/init/Makefile,v 1.32.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= init MAN= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 064eac7e455a..a7118ed24d4c 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)init.8 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/init/init.8,v 1.46.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 15, 2005 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index eb0569a17641..96637fef9af3 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/init/init.c,v 1.60.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h index 335445bb0634..d13ed29140f6 100644 --- a/sbin/init/pathnames.h +++ b/sbin/init/pathnames.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/sbin/init/pathnames.h,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile index 17f330d1f0f2..86e0e8ffe187 100644 --- a/sbin/ip6fw/Makefile +++ b/sbin/ip6fw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ip6fw/Makefile,v 1.6.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ip6fw WARNS?= 2 diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8 index 9d296cfd71b0..d56191489859 100644 --- a/sbin/ip6fw/ip6fw.8 +++ b/sbin/ip6fw/ip6fw.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ip6fw/ip6fw.8,v 1.25.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .\" $KAME$ .\" diff --git a/sbin/ip6fw/ip6fw.c b/sbin/ip6fw/ip6fw.c index 9ceabbff04c8..cf42030a4d70 100644 --- a/sbin/ip6fw/ip6fw.c +++ b/sbin/ip6fw/ip6fw.c @@ -48,7 +48,7 @@ * NEW command line interface for IP firewall facility * * $Id: ip6fw.c,v 1.1.2.2.2.2 1999/05/14 05:13:50 shin Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/ip6fw/ip6fw.c,v 1.18.20.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/ip6fw/sample.sh b/sbin/ip6fw/sample.sh index 00641401f6e7..1daa00cf6454 100644 --- a/sbin/ip6fw/sample.sh +++ b/sbin/ip6fw/sample.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $FreeBSD$ +# $FreeBSD: src/sbin/ip6fw/sample.sh,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $ fwcmd=/sbin/ip6fw diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index df57c807a02b..1321712dd773 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.16.16.1 2008/10/02 02:57:24 kensmith Exp $ #.WAIT SUBDIR= libipf diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 3373b557bd8c..ae3a839c4853 100644 --- a/sbin/ipf/Makefile.inc +++ b/sbin/ipf/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile.inc,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile index 0a5f4a82c3a2..a93ca6f5ab4b 100644 --- a/sbin/ipf/ipf/Makefile +++ b/sbin/ipf/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipf/Makefile,v 1.3.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipf SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c diff --git a/sbin/ipf/ipfs/Makefile b/sbin/ipf/ipfs/Makefile index a64f805b2ab3..c9e5a43dd4bc 100644 --- a/sbin/ipf/ipfs/Makefile +++ b/sbin/ipf/ipfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipfs/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipfs MAN= ipfs.8 diff --git a/sbin/ipf/ipfstat/Makefile b/sbin/ipf/ipfstat/Makefile index a33c5df38d8f..11124d7b1da9 100644 --- a/sbin/ipf/ipfstat/Makefile +++ b/sbin/ipf/ipfstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipfstat/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/ipftest/Makefile b/sbin/ipf/ipftest/Makefile index 8903f253b426..5f9a80338e5f 100644 --- a/sbin/ipf/ipftest/Makefile +++ b/sbin/ipf/ipftest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipftest/Makefile,v 1.3.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ WARNS=0 diff --git a/sbin/ipf/ipmon/Makefile b/sbin/ipf/ipmon/Makefile index 3639f8733c1e..357afa3c842b 100644 --- a/sbin/ipf/ipmon/Makefile +++ b/sbin/ipf/ipmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipmon/Makefile,v 1.2.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipmon SRCS= ${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c diff --git a/sbin/ipf/ipnat/Makefile b/sbin/ipf/ipnat/Makefile index 1c017e182cb1..b2696191c614 100644 --- a/sbin/ipf/ipnat/Makefile +++ b/sbin/ipf/ipnat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipnat/Makefile,v 1.2.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipnat SRCS= ${GENHDRS} ipnat.c ipnat_y.c ipnat_l.c diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile index 6e3f85da847d..a8e031721028 100644 --- a/sbin/ipf/ippool/Makefile +++ b/sbin/ipf/ippool/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ippool/Makefile,v 1.2.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ippool SRCS= ${GENHDRS} ippool_y.c ippool_l.c kmem.c ippool.c diff --git a/sbin/ipf/ipresend/Makefile b/sbin/ipf/ipresend/Makefile index 5e0ac15cbb1f..3e8618fb3477 100644 --- a/sbin/ipf/ipresend/Makefile +++ b/sbin/ipf/ipresend/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipresend/Makefile,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipresend SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c diff --git a/sbin/ipf/ipsend/Makefile b/sbin/ipf/ipsend/Makefile index 4ae4c3441bbb..a5af6ec70203 100644 --- a/sbin/ipf/ipsend/Makefile +++ b/sbin/ipf/ipsend/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipsend/Makefile,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/iptest/Makefile b/sbin/ipf/iptest/Makefile index 647471cf4cef..6956397a2411 100644 --- a/sbin/ipf/iptest/Makefile +++ b/sbin/ipf/iptest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/iptest/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index 130b3b61f40e..0b4920a174f3 100644 --- a/sbin/ipf/libipf/Makefile +++ b/sbin/ipf/libipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/libipf/Makefile,v 1.2.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ LIB= ipf INTERNALLIB= diff --git a/sbin/ipf/rules/Makefile b/sbin/ipf/rules/Makefile index a90907fc9853..d4466f1c9609 100644 --- a/sbin/ipf/rules/Makefile +++ b/sbin/ipf/rules/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/rules/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 023f682b25f5..12488a45f81f 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfw/Makefile,v 1.14.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipfw SRCS= ipfw2.c diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 9248dcf74116..a639e5b162d4 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ipfw/ipfw.8,v 1.175.2.16.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 4, 2007 .Dt IPFW 8 diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index fa3d0e67c051..f1b3a93dead2 100644 --- a/sbin/ipfw/ipfw2.c +++ b/sbin/ipfw/ipfw2.c @@ -17,7 +17,7 @@ * * NEW command line interface for IP firewall facility * - * $FreeBSD$ + * $FreeBSD: src/sbin/ipfw/ipfw2.c,v 1.76.2.23.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/kldconfig/Makefile b/sbin/kldconfig/Makefile index e92daf6c6f7c..6b3ec2b8d27d 100644 --- a/sbin/kldconfig/Makefile +++ b/sbin/kldconfig/Makefile @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/kldconfig/Makefile,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= kldconfig diff --git a/sbin/kldconfig/kldconfig.8 b/sbin/kldconfig/kldconfig.8 index 18fbaf609ac4..5b7d66d88dff 100644 --- a/sbin/kldconfig/kldconfig.8 +++ b/sbin/kldconfig/kldconfig.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/kldconfig/kldconfig.8,v 1.7.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 15, 2001 .Dt KLDCONFIG 8 diff --git a/sbin/kldconfig/kldconfig.c b/sbin/kldconfig/kldconfig.c index 403251d2a18f..d2cb9ced94b0 100644 --- a/sbin/kldconfig/kldconfig.c +++ b/sbin/kldconfig/kldconfig.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/kldconfig/kldconfig.c,v 1.7.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index da597d4594f9..6a997a467161 100644 --- a/sbin/kldload/Makefile +++ b/sbin/kldload/Makefile @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/kldload/Makefile,v 1.10.28.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 918b92db545e..c2cad6616b31 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/kldload/kldload.8,v 1.22.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 13, 2006 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index 9e841bccf908..2a2b119b0312 100644 --- a/sbin/kldload/kldload.c +++ b/sbin/kldload/kldload.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/kldload/kldload.c,v 1.10.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index b602a3edfb1f..c6da4cd968f1 100644 --- a/sbin/kldstat/Makefile +++ b/sbin/kldstat/Makefile @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/kldstat/Makefile,v 1.9.28.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= kldstat diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index b98adc648eba..366665599abf 100644 --- a/sbin/kldstat/kldstat.8 +++ b/sbin/kldstat/kldstat.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/kldstat/kldstat.8,v 1.13.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 25, 1997 .Dt KLDSTAT 8 diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 74f375e0ec6c..e1e711c9947b 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/kldstat/kldstat.c,v 1.17.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdint.h> diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index 1f71a8f8313e..f62076265f46 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/kldunload/Makefile,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= kldunload diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index 0a7937c5ebc4..d2779fee8a00 100644 --- a/sbin/kldunload/kldunload.8 +++ b/sbin/kldunload/kldunload.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/kldunload/kldunload.8,v 1.16.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 27, 2006 .Dt KLDUNLOAD 8 diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index cafc7ea4dee4..1f027fd4d7ea 100644 --- a/sbin/kldunload/kldunload.c +++ b/sbin/kldunload/kldunload.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/kldunload/kldunload.c,v 1.15.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 442ae6350713..800de058c8dc 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ldconfig/Makefile,v 1.20.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ldconfig SRCS= elfhints.c ldconfig.c shlib.c support.c diff --git a/sbin/ldconfig/elfhints.c b/sbin/ldconfig/elfhints.c index 9bdf56e4271e..df32046d6946 100644 --- a/sbin/ldconfig/elfhints.c +++ b/sbin/ldconfig/elfhints.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/ldconfig/elfhints.c,v 1.8.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 49e22ddbd913..9947a8272ce4 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ldconfig/ldconfig.8,v 1.33.8.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 11, 2005 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index 5ef2176de7a7..a9d7e2189e10 100644 --- a/sbin/ldconfig/ldconfig.c +++ b/sbin/ldconfig/ldconfig.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ldconfig/ldconfig.c,v 1.45.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.h b/sbin/ldconfig/ldconfig.h index 859bcbd204bc..18ed388c926f 100644 --- a/sbin/ldconfig/ldconfig.h +++ b/sbin/ldconfig/ldconfig.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ldconfig/ldconfig.h,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef LDCONFIG_H diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile index 25199d375d89..c79122a0e308 100644 --- a/sbin/mca/Makefile +++ b/sbin/mca/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mca/Makefile,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mca WARNS?= 4 NO_MAN= diff --git a/sbin/mca/mca.c b/sbin/mca/mca.c index 0c4e1a0c5a80..ddf5568326f2 100644 --- a/sbin/mca/mca.c +++ b/sbin/mca/mca.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mca/mca.c,v 1.3.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 07c4109e0d79..7110e6e9eb65 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/md5/Makefile,v 1.10.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= md5 diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index a771fb76132c..d2000bc5c7ab 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/md5/md5.1,v 1.24.16.1 2008/10/02 02:57:24 kensmith Exp $ .Dd June 6, 2004 .Dt MD5 1 .Os diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 1423b16bcb9a..0e0b0def9176 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/md5/md5.c,v 1.34.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index 1d5aff263653..01c8b6335570 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mdconfig/Makefile,v 1.8.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mdconfig MAN= mdconfig.8 diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index fca9bb86d6fa..117125d3ec6c 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -39,7 +39,7 @@ .\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93 .\" from: src/usr.sbin/vnconfig/vnconfig.8,v 1.19 2000/12/27 15:30:29 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mdconfig/mdconfig.8,v 1.33.2.4.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 28, 2007 .Dt MDCONFIG 8 diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index a042eee86fac..cb58dc0e9d1d 100644 --- a/sbin/mdconfig/mdconfig.c +++ b/sbin/mdconfig/mdconfig.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sbin/mdconfig/mdconfig.c,v 1.43.2.5.4.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/sbin/mdmfs/Makefile b/sbin/mdmfs/Makefile index 1ef708454267..afb12d88b4c5 100644 --- a/sbin/mdmfs/Makefile +++ b/sbin/mdmfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mdmfs/Makefile,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mdmfs LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index ef8e596420d9..a4d860cc73e2 100644 --- a/sbin/mdmfs/mdmfs.8 +++ b/sbin/mdmfs/mdmfs.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mdmfs/mdmfs.8,v 1.20.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 15, 2007 .Dt MDMFS 8 diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index bdd880b28542..d6878d8949d1 100644 --- a/sbin/mdmfs/mdmfs.c +++ b/sbin/mdmfs/mdmfs.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mdmfs/mdmfs.c,v 1.23.2.5.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/mdioctl.h> diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index d28d3a595377..9504ccf6737d 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/mknod/Makefile,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mknod WARNS?= 0 diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 54b544153c97..82be61f47505 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mknod.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mknod/mknod.8,v 1.31.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 15, 2004 .Dt MKNOD 8 diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index 4c0493c1ddb6..3d9104a423fd 100644 --- a/sbin/mknod/mknod.c +++ b/sbin/mknod/mknod.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mknod.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mknod/mknod.c,v 1.14.20.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mksnap_ffs/Makefile b/sbin/mksnap_ffs/Makefile index 3c08f565225d..8f44e256f0dd 100644 --- a/sbin/mksnap_ffs/Makefile +++ b/sbin/mksnap_ffs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mksnap_ffs/Makefile,v 1.1.28.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mksnap_ffs MAN= mksnap_ffs.8 diff --git a/sbin/mksnap_ffs/mksnap_ffs.8 b/sbin/mksnap_ffs/mksnap_ffs.8 index 2465f557f2ff..945b269f4fcc 100644 --- a/sbin/mksnap_ffs/mksnap_ffs.8 +++ b/sbin/mksnap_ffs/mksnap_ffs.8 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mksnap_ffs/mksnap_ffs.8,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 19, 2003 .Dt MKSNAP_FFS 8 diff --git a/sbin/mksnap_ffs/mksnap_ffs.c b/sbin/mksnap_ffs/mksnap_ffs.c index a7ff9572572b..537c7a7b6a2c 100644 --- a/sbin/mksnap_ffs/mksnap_ffs.c +++ b/sbin/mksnap_ffs/mksnap_ffs.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mksnap_ffs/mksnap_ffs.c,v 1.8.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 407abea2f1f3..5cc86c892429 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.6 (Berkeley) 5/8/95 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount/Makefile,v 1.15.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h index 638f8a4a1eb2..b3cc7b041ff4 100644 --- a/sbin/mount/extern.h +++ b/sbin/mount/extern.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount/extern.h,v 1.4.26.1 2008/10/02 02:57:24 kensmith Exp $ */ /* vfslist.c */ diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index a033ac169dff..341dc6693eed 100644 --- a/sbin/mount/getmntopts.3 +++ b/sbin/mount/getmntopts.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getmntopts.3 8.3 (Berkeley) 3/30/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount/getmntopts.3,v 1.13.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 30, 1995 .Dt GETMNTOPTS 3 diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index 856c692c13d3..cfc543e39481 100644 --- a/sbin/mount/getmntopts.c +++ b/sbin/mount/getmntopts.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount/getmntopts.c,v 1.15.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 51728eb0b43c..c345a4637b0f 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)mntopts.h 8.7 (Berkeley) 3/29/95 - * $FreeBSD$ + * $FreeBSD: src/sbin/mount/mntopts.h,v 1.26.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ struct mntopt { diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 92f05a6f3467..1b740cb481ef 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount/mount.8,v 1.73.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 12, 2006 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 7fe0d0b6b838..c77e096970c3 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/mount.c,v 1.69.2.7.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 178dd48ff822..de0a727f92cf 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/mount_ufs.c,v 1.26.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/pathnames.h b/sbin/mount/pathnames.h index aaa0a2c10e1e..082ebb689016 100644 --- a/sbin/mount/pathnames.h +++ b/sbin/mount/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.2 (Berkeley) 3/27/94 - * $FreeBSD$ + * $FreeBSD: src/sbin/mount/pathnames.h,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #define _PATH_MOUNTDPID "/var/run/mountd.pid" diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index f95a76efdb24..8b8c7e0ed495 100644 --- a/sbin/mount/vfslist.c +++ b/sbin/mount/vfslist.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount/vfslist.c,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdlib.h> diff --git a/sbin/mount_autofs/Makefile b/sbin/mount_autofs/Makefile index e7d040d4d08c..1515680c9d3d 100644 --- a/sbin/mount_autofs/Makefile +++ b/sbin/mount_autofs/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.6 2004/09/08 08:27:12 bright Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_autofs/Makefile,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG=mount_autofs MAN=mount_autofs.8 diff --git a/sbin/mount_autofs/mount_autofs.8 b/sbin/mount_autofs/mount_autofs.8 index 5f10ea72e188..d42e716e202d 100644 --- a/sbin/mount_autofs/mount_autofs.8 +++ b/sbin/mount_autofs/mount_autofs.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: mount_autofs.8,v 1.3 2004/09/08 08:12:21 bright Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_autofs/mount_autofs.8,v 1.3.16.1 2008/10/02 02:57:24 kensmith Exp $ .Dd August 30, 2004 .Dt MOUNT_AUTOFS 8 .Os diff --git a/sbin/mount_autofs/mount_autofs.c b/sbin/mount_autofs/mount_autofs.c index 17fbb5b5b6fe..fa367f300ce7 100644 --- a/sbin/mount_autofs/mount_autofs.c +++ b/sbin/mount_autofs/mount_autofs.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $Id: mount_autofs.c,v 1.5 2004/09/08 08:12:21 bright Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_autofs/mount_autofs.c,v 1.4.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <err.h> #include <stdio.h> diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 044985cecc87..659b31e9b10b 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_cd9660/Makefile,v 1.10.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_cd9660 SRCS= mount_cd9660.c getmntopts.c diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index a2de093f706a..ed96783d5a09 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_cd9660/mount_cd9660.8,v 1.28.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 26, 2003 .Dt MOUNT_CD9660 8 diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 1633f4fd6d82..643f641ad36d 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_cd9660/mount_cd9660.c,v 1.30.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/cdio.h> diff --git a/sbin/mount_ext2fs/Makefile b/sbin/mount_ext2fs/Makefile index 3eefb92eb8c0..f5f4ac92cbfb 100644 --- a/sbin/mount_ext2fs/Makefile +++ b/sbin/mount_ext2fs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_ext2fs/Makefile,v 1.7.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_ext2fs SRCS= mount_ext2fs.c getmntopts.c diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index 91a315e8bd39..7d6e31174b08 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_ext2fs/mount_ext2fs.8,v 1.15.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 31, 1996 .Dt MOUNT_EXT2FS 8 diff --git a/sbin/mount_ext2fs/mount_ext2fs.c b/sbin/mount_ext2fs/mount_ext2fs.c index 04d2ea08c86e..3286c8386788 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.c +++ b/sbin/mount_ext2fs/mount_ext2fs.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_lfs.c 8.3 (Berkeley) 3/27/94"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_ext2fs/mount_ext2fs.c,v 1.20.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index 084377407787..da343498caa6 100644 --- a/sbin/mount_hpfs/Makefile +++ b/sbin/mount_hpfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_hpfs/Makefile,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= mount_hpfs diff --git a/sbin/mount_hpfs/mount_hpfs.8 b/sbin/mount_hpfs/mount_hpfs.8 index 0cdcb20e2e15..daa9c7ee732a 100644 --- a/sbin/mount_hpfs/mount_hpfs.8 +++ b/sbin/mount_hpfs/mount_hpfs.8 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_hpfs/mount_hpfs.8,v 1.11.28.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 20, 1999 .Dt MOUNT_HPFS 8 diff --git a/sbin/mount_hpfs/mount_hpfs.c b/sbin/mount_hpfs/mount_hpfs.c index a9a87e238881..6bb214295d1b 100644 --- a/sbin/mount_hpfs/mount_hpfs.c +++ b/sbin/mount_hpfs/mount_hpfs.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_hpfs/mount_hpfs.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile index 273ac01037c0..c4ba3f023809 100644 --- a/sbin/mount_msdosfs/Makefile +++ b/sbin/mount_msdosfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdosfs/Makefile,v 1.27.12.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= mount_msdosfs diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8 index 6147aa42b137..f86a3091d2e5 100644 --- a/sbin/mount_msdosfs/mount_msdosfs.8 +++ b/sbin/mount_msdosfs/mount_msdosfs.8 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_msdosfs/mount_msdosfs.8,v 1.31.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 7, 1994 .Dt MOUNT_MSDOSFS 8 diff --git a/sbin/mount_msdosfs/mount_msdosfs.c b/sbin/mount_msdosfs/mount_msdosfs.c index e7573c9b897c..351ddcc1ff1a 100644 --- a/sbin/mount_msdosfs/mount_msdosfs.c +++ b/sbin/mount_msdosfs/mount_msdosfs.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_msdosfs/mount_msdosfs.c,v 1.36.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 68fe70ac3e13..1ac05479d76c 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nfs/Makefile,v 1.14.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_nfs SRCS= mount_nfs.c getmntopts.c mounttab.c diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index edc055ca2891..1d8448fef4ec 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nfs/mount_nfs.8,v 1.43.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 25, 2005 .Dt MOUNT_NFS 8 diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index ba6097dcf031..f8a06d3dd9d6 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount_nfs/mount_nfs.c,v 1.65.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/mount_nfs4/Makefile b/sbin/mount_nfs4/Makefile index 881d11904ae1..dc60b076b76e 100644 --- a/sbin/mount_nfs4/Makefile +++ b/sbin/mount_nfs4/Makefile @@ -1,6 +1,6 @@ # ${.CURDIR}(#)Makefile 8.2 (Berkeley) 3/27/94 # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nfs4/Makefile,v 1.2.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_nfs4 SRCS= mount_nfs4.c getmntopts.c mounttab.c diff --git a/sbin/mount_nfs4/mount_nfs4.8 b/sbin/mount_nfs4/mount_nfs4.8 index 8ef824581fce..028092c93612 100644 --- a/sbin/mount_nfs4/mount_nfs4.8 +++ b/sbin/mount_nfs4/mount_nfs4.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nfs4/mount_nfs4.8,v 1.5.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 14, 2003 .Dt MOUNT_NFS4 8 diff --git a/sbin/mount_nfs4/mount_nfs4.c b/sbin/mount_nfs4/mount_nfs4.c index 94d0d935d507..d8d8c951a39b 100644 --- a/sbin/mount_nfs4/mount_nfs4.c +++ b/sbin/mount_nfs4/mount_nfs4.c @@ -72,7 +72,7 @@ static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount_nfs4/mount_nfs4.c,v 1.7.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 5938b0dd52a6..239741527ee2 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.10.16.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= mount_ntfs diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 059618fd3127..1c62ee0f6972 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_ntfs/mount_ntfs.8,v 1.21.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 17, 2007 .Dt MOUNT_NTFS 8 diff --git a/sbin/mount_ntfs/mount_ntfs.c b/sbin/mount_ntfs/mount_ntfs.c index 4bd118f2b527..0ea335cbbdce 100644 --- a/sbin/mount_ntfs/mount_ntfs.c +++ b/sbin/mount_ntfs/mount_ntfs.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_ntfs/mount_ntfs.c,v 1.14.16.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 9a6be28a960c..a4d582528d60 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nullfs/Makefile,v 1.11.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_nullfs SRCS= mount_nullfs.c getmntopts.c diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 177ecdd2cf84..149d8c7a49e8 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nullfs/mount_nullfs.8,v 1.30.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 1, 1995 .Dt MOUNT_NULLFS 8 diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c index 410562469172..1620792646c4 100644 --- a/sbin/mount_nullfs/mount_nullfs.c +++ b/sbin/mount_nullfs/mount_nullfs.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_nullfs/mount_nullfs.c,v 1.25.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_reiserfs/Makefile b/sbin/mount_reiserfs/Makefile index 686629fe1843..e3e7f66f6b8a 100644 --- a/sbin/mount_reiserfs/Makefile +++ b/sbin/mount_reiserfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_reiserfs/Makefile,v 1.1.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG = mount_reiserfs SRCS = mount_reiserfs.c getmntopts.c diff --git a/sbin/mount_reiserfs/mount_reiserfs.8 b/sbin/mount_reiserfs/mount_reiserfs.8 index 7306182667d2..935089246f60 100644 --- a/sbin/mount_reiserfs/mount_reiserfs.8 +++ b/sbin/mount_reiserfs/mount_reiserfs.8 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_reiserfs/mount_reiserfs.8,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 3, 2005 .Dt MOUNT_REISERFS 8 diff --git a/sbin/mount_reiserfs/mount_reiserfs.c b/sbin/mount_reiserfs/mount_reiserfs.c index b7c71ad01457..feb233472658 100644 --- a/sbin/mount_reiserfs/mount_reiserfs.c +++ b/sbin/mount_reiserfs/mount_reiserfs.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/mount_reiserfs/mount_reiserfs.c,v 1.3.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 4dce03662f96..18a990256f40 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_std/Makefile,v 1.11.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_std SRCS= mount_std.c getmntopts.c diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index 136c0d72e558..887a5310e8d0 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_std/mount_std.8,v 1.23.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 26, 2004 .Dt MOUNT_STD 8 diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c index ec8041d241c7..dbeb884ec79c 100644 --- a/sbin/mount_std/mount_std.c +++ b/sbin/mount_std/mount_std.c @@ -39,7 +39,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_std/mount_std.c,v 1.21.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index e83328a2f9f5..d12235c72b71 100644 --- a/sbin/mount_udf/Makefile +++ b/sbin/mount_udf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_udf/Makefile,v 1.5.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_udf SRCS= mount_udf.c getmntopts.c diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8 index fb39419aea48..6e650336caed 100644 --- a/sbin/mount_udf/mount_udf.8 +++ b/sbin/mount_udf/mount_udf.8 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_udf/mount_udf.8,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 23, 2002 .Dt MOUNT_UDF 8 diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c index 0175f20f24fd..f4a8f686c995 100644 --- a/sbin/mount_udf/mount_udf.c +++ b/sbin/mount_udf/mount_udf.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_udf/mount_udf.c,v 1.13.16.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sbin/mount_ufs/Makefile b/sbin/mount_ufs/Makefile index f7d331defca4..019476945ad2 100644 --- a/sbin/mount_ufs/Makefile +++ b/sbin/mount_ufs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_ufs/Makefile,v 1.2.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_ufs SRCS= mount_ufs.c getmntopts.c diff --git a/sbin/mount_ufs/mount_ufs.c b/sbin/mount_ufs/mount_ufs.c index 4292af4c120c..d366774392fc 100644 --- a/sbin/mount_ufs/mount_ufs.c +++ b/sbin/mount_ufs/mount_ufs.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_ufs/mount_ufs.c,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdio.h> diff --git a/sbin/mount_umapfs/Makefile b/sbin/mount_umapfs/Makefile index 0f5891fb2bf8..fd0eee268eb4 100644 --- a/sbin/mount_umapfs/Makefile +++ b/sbin/mount_umapfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_umapfs/Makefile,v 1.12.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_umapfs SRCS= mount_umapfs.c getmntopts.c diff --git a/sbin/mount_umapfs/mount_umapfs.8 b/sbin/mount_umapfs/mount_umapfs.8 index 1bbaadb84bcf..5c0230b552e1 100644 --- a/sbin/mount_umapfs/mount_umapfs.8 +++ b/sbin/mount_umapfs/mount_umapfs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_umap.8 8.4 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_umapfs/mount_umapfs.8,v 1.22.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 1, 1995 .Dt MOUNT_UMAPFS 8 diff --git a/sbin/mount_umapfs/mount_umapfs.c b/sbin/mount_umapfs/mount_umapfs.c index b16cf10a98da..06ad9abac23a 100644 --- a/sbin/mount_umapfs/mount_umapfs.c +++ b/sbin/mount_umapfs/mount_umapfs.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_umap.c 8.5 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_umapfs/mount_umapfs.c,v 1.25.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 35158ab92378..6bc095948289 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_unionfs/Makefile,v 1.12.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mount_unionfs SRCS= mount_unionfs.c getmntopts.c diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index 4f661b8bdd1b..e58f2d14e4c2 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_union.8 8.6 (Berkeley) 3/27/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_unionfs/mount_unionfs.8,v 1.20.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 30, 2006 .Dt MOUNT_UNIONFS 8 diff --git a/sbin/mount_unionfs/mount_unionfs.c b/sbin/mount_unionfs/mount_unionfs.c index 6827bb9aa3d0..654964b753fc 100644 --- a/sbin/mount_unionfs/mount_unionfs.c +++ b/sbin/mount_unionfs/mount_unionfs.c @@ -44,7 +44,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_union.c 8.5 (Berkeley) 3/27/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_unionfs/mount_unionfs.c,v 1.24.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif #endif /* not lint */ diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile index c6bf3267a7cf..501fb597791b 100644 --- a/sbin/natd/Makefile +++ b/sbin/natd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/Makefile,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG = natd SRCS = natd.c icmp.c diff --git a/sbin/natd/README b/sbin/natd/README index d2e8a9ae6709..5aa14e16e62e 100644 --- a/sbin/natd/README +++ b/sbin/natd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/README,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $ A Network Address Translation Daemon for FreeBSD diff --git a/sbin/natd/icmp.c b/sbin/natd/icmp.c index 1509b965f4b8..8ccc3ec6d8d9 100644 --- a/sbin/natd/icmp.c +++ b/sbin/natd/icmp.c @@ -9,7 +9,7 @@ * * Ari Suutari <suutari@iki.fi> * - * $FreeBSD$ + * $FreeBSD: src/sbin/natd/icmp.c,v 1.7.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdlib.h> diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index e0b526c5fc27..4d2ca855bf69 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/natd/natd.8,v 1.62.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ .Dd February 4, 2008 .Dt NATD 8 .Os diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index e7c3600a1726..8bc75118cd11 100644 --- a/sbin/natd/natd.c +++ b/sbin/natd/natd.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/natd/natd.c,v 1.49.12.1 2008/10/02 02:57:24 kensmith Exp $"); #define SYSLOG_NAMES diff --git a/sbin/natd/natd.h b/sbin/natd/natd.h index a05d1f7e4dca..e98f25f5c1e1 100644 --- a/sbin/natd/natd.h +++ b/sbin/natd/natd.h @@ -9,7 +9,7 @@ * * Ari Suutari <suutari@iki.fi> * - * $FreeBSD$ + * $FreeBSD: src/sbin/natd/natd.h,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #define PIDFILE "/var/run/natd.pid" diff --git a/sbin/natd/samples/natd.cf.sample b/sbin/natd/samples/natd.cf.sample index d4dcd714bd92..fd94f908a804 100644 --- a/sbin/natd/samples/natd.cf.sample +++ b/sbin/natd/samples/natd.cf.sample @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/samples/natd.cf.sample,v 1.5.50.1 2008/10/02 02:57:24 kensmith Exp $ # # # Configuration file for natd. diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index efbe7abfe492..4d54ebcd24b7 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs/Makefile,v 1.22.28.1 2008/10/02 02:57:24 kensmith Exp $ PROG= newfs DPADD= ${LIBUFS} diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 916b34cde4fa..24c7ef5faabd 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)mkfs.c 8.11 (Berkeley) 5/3/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/newfs/mkfs.c,v 1.89.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <grp.h> diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index c7db5685b336..d0a03f392a3b 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)newfs.8 8.6 (Berkeley) 5/3/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/newfs/newfs.8,v 1.69.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 21, 2008 .Dt NEWFS 8 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 289d05582593..1b7026e5dda9 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/newfs/newfs.c,v 1.80.12.1 2008/10/02 02:57:24 kensmith Exp $"); /* * newfs: friendly front end to mkfs diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h index dae9fd877255..7b8fa40bf247 100644 --- a/sbin/newfs/newfs.h +++ b/sbin/newfs/newfs.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/newfs/newfs.h,v 1.17.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <libufs.h> diff --git a/sbin/newfs/ref.test b/sbin/newfs/ref.test index 1967e247d4e5..a5fe91660efb 100644 --- a/sbin/newfs/ref.test +++ b/sbin/newfs/ref.test @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs/ref.test,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $ 00c08266df6b0c79d2673515c182216a c00458f223a9119190591e8b8679bf97 7d5b3c75244898dbb07a4cd20860c8a1 diff --git a/sbin/newfs/runtest00.sh b/sbin/newfs/runtest00.sh index a95dbcc83b25..fb72669d5a0e 100644 --- a/sbin/newfs/runtest00.sh +++ b/sbin/newfs/runtest00.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs/runtest00.sh,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $ set -e diff --git a/sbin/newfs/runtest01.sh b/sbin/newfs/runtest01.sh index 47128326ed24..705e1ee5fa97 100644 --- a/sbin/newfs/runtest01.sh +++ b/sbin/newfs/runtest01.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs/runtest01.sh,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $ set -e diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index 5ee8277d42a9..060e202d8cdd 100644 --- a/sbin/newfs_msdos/Makefile +++ b/sbin/newfs_msdos/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.11.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= newfs_msdos MAN= newfs_msdos.8 diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 024ed1c188c6..7871816d047d 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/newfs_msdos/newfs_msdos.8,v 1.20.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 6, 1998 .Dt NEWFS_MSDOS 8 diff --git a/sbin/newfs_msdos/newfs_msdos.c b/sbin/newfs_msdos/newfs_msdos.c index b645fb7155b8..9d3c738b48f2 100644 --- a/sbin/newfs_msdos/newfs_msdos.c +++ b/sbin/newfs_msdos/newfs_msdos.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/newfs_msdos/newfs_msdos.c,v 1.21.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 22717c576f42..eb36bbe5a74b 100644 --- a/sbin/nfsiod/Makefile +++ b/sbin/nfsiod/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/nfsiod/Makefile,v 1.9.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= nfsiod WARNS?= 6 diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 44bf1af28ad2..6c393224bc42 100644 --- a/sbin/nfsiod/nfsiod.8 +++ b/sbin/nfsiod/nfsiod.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)nfsiod.8 8.2 (Berkeley) 2/22/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/nfsiod/nfsiod.8,v 1.19.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 22, 1994 .Dt NFSIOD 8 diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index 31559cc61bd7..d53ebc7cdd5f 100644 --- a/sbin/nfsiod/nfsiod.c +++ b/sbin/nfsiod/nfsiod.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)nfsiod.c 8.4 (Berkeley) 5/3/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/nfsiod/nfsiod.c,v 1.18.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/syslog.h> diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile index e128b62160f7..aae78cc4d8b7 100644 --- a/sbin/nos-tun/Makefile +++ b/sbin/nos-tun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/nos-tun/Makefile,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= nos-tun WARNS?= 0 diff --git a/sbin/nos-tun/nos-tun.8 b/sbin/nos-tun/nos-tun.8 index 405d43007b62..138e250e2ce7 100644 --- a/sbin/nos-tun/nos-tun.8 +++ b/sbin/nos-tun/nos-tun.8 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/nos-tun/nos-tun.8,v 1.18.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 11, 1998 .Dt NOS-TUN 8 diff --git a/sbin/nos-tun/nos-tun.c b/sbin/nos-tun/nos-tun.c index 9966840038f7..d7f7cfe3fefc 100644 --- a/sbin/nos-tun/nos-tun.c +++ b/sbin/nos-tun/nos-tun.c @@ -57,7 +57,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/nos-tun/nos-tun.c,v 1.14.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index 4ffa6a781c4a..65bf13391d7e 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pfctl/Makefile,v 1.5.12.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/pf/pfctl .PATH: ${.CURDIR}/../../contrib/pf/man diff --git a/sbin/pfctl/missing/altq/altq.h b/sbin/pfctl/missing/altq/altq.h index c740ed359ad1..84745cd13d03 100644 --- a/sbin/pfctl/missing/altq/altq.h +++ b/sbin/pfctl/missing/altq/altq.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq.h,v 1.10 2003/07/10 12:07:47 kjc Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_cbq.h b/sbin/pfctl/missing/altq/altq_cbq.h index 3c41c6bd836f..e03bb13ff4ae 100644 --- a/sbin/pfctl/missing/altq/altq_cbq.h +++ b/sbin/pfctl/missing/altq/altq_cbq.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_cbq.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_cbq.h,v 1.10 2003/08/20 23:30:23 itojun Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_classq.h b/sbin/pfctl/missing/altq/altq_classq.h index 43045b25a630..4b62608a0bb5 100644 --- a/sbin/pfctl/missing/altq/altq_classq.h +++ b/sbin/pfctl/missing/altq/altq_classq.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_classq.h,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_classq.h,v 1.6 2003/01/07 07:33:38 kjc Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_hfsc.h b/sbin/pfctl/missing/altq/altq_hfsc.h index ac242114c084..2b310035d444 100644 --- a/sbin/pfctl/missing/altq/altq_hfsc.h +++ b/sbin/pfctl/missing/altq/altq_hfsc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_hfsc.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_hfsc.h,v 1.10 2003/07/10 12:07:48 kjc Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_priq.h b/sbin/pfctl/missing/altq/altq_priq.h index 526b09235e39..3d3741c84550 100644 --- a/sbin/pfctl/missing/altq/altq_priq.h +++ b/sbin/pfctl/missing/altq/altq_priq.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_priq.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_priq.h,v 1.5 2003/07/10 12:07:48 kjc Exp $ */ /* * Copyright (C) 2000-2003 diff --git a/sbin/pfctl/missing/altq/altq_red.h b/sbin/pfctl/missing/altq/altq_red.h index 96e3fae94fc6..aee881c01ab7 100644 --- a/sbin/pfctl/missing/altq/altq_red.h +++ b/sbin/pfctl/missing/altq/altq_red.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_red.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_red.h,v 1.8 2003/07/10 12:07:49 kjc Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_rio.h b/sbin/pfctl/missing/altq/altq_rio.h index eda338ae2f1d..726d30998aee 100644 --- a/sbin/pfctl/missing/altq/altq_rio.h +++ b/sbin/pfctl/missing/altq/altq_rio.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_rio.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_rio.h,v 1.9 2003/07/10 12:07:49 kjc Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_rmclass.h b/sbin/pfctl/missing/altq/altq_rmclass.h index 87e3e630bb8a..1d361ed39e0e 100644 --- a/sbin/pfctl/missing/altq/altq_rmclass.h +++ b/sbin/pfctl/missing/altq/altq_rmclass.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_rmclass.h,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_rmclass.h,v 1.10 2003/08/20 23:30:23 itojun Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_rmclass_debug.h b/sbin/pfctl/missing/altq/altq_rmclass_debug.h index 7fcc86ba129b..b0fe7d05467a 100644 --- a/sbin/pfctl/missing/altq/altq_rmclass_debug.h +++ b/sbin/pfctl/missing/altq/altq_rmclass_debug.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_rmclass_debug.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_rmclass_debug.h,v 1.3 2002/11/29 04:36:24 kjc Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_var.h b/sbin/pfctl/missing/altq/altq_var.h index 165b5afe3204..5cc892258ea6 100644 --- a/sbin/pfctl/missing/altq/altq_var.h +++ b/sbin/pfctl/missing/altq/altq_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_var.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_var.h,v 1.15 2003/07/10 12:07:49 kjc Exp $ */ /* diff --git a/sbin/pfctl/missing/altq/altq_wfq.h b/sbin/pfctl/missing/altq/altq_wfq.h index ca163cf3652d..ef1f8a9e8bc9 100644 --- a/sbin/pfctl/missing/altq/altq_wfq.h +++ b/sbin/pfctl/missing/altq/altq_wfq.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/pfctl/missing/altq/altq_wfq.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: altq_wfq.h,v 1.8 2003/07/10 12:07:49 kjc Exp $ */ /* diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 01c41d0723f1..91cac7f6d762 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pflogd/Makefile,v 1.3.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/pf/pflogd diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 24882d3d7d6d..05168a4fbcb7 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/ping/Makefile,v 1.19.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ping MAN= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index a500923f29f0..0936ed5b4207 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ping.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ping/ping.8,v 1.51.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 4, 2006 .Dt PING 8 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 2d4a9bdd496d..282325d08c0e 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/ping/ping.c,v 1.106.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"); /* * P I N G . C diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 2d0cad43e1c2..d48ec3715916 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ping6/Makefile,v 1.12.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ping6 MAN= ping6.8 diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 2830238a585f..d700a2efd22b 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ping6/ping6.8,v 1.23.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 27, 2008 .Dt PING6 8 diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 72ab3eccc64f..e1464d46852e 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -78,7 +78,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ping6/ping6.c,v 1.29.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index b54eda312880..8573d4cd651a 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/quotacheck/Makefile,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= quotacheck diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c index 93ce142cc362..8abb1e721097 100644 --- a/sbin/quotacheck/preen.c +++ b/sbin/quotacheck/preen.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)preen.c 8.5 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/quotacheck/preen.c,v 1.25.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index 11952907e406..b2440d0afeab 100644 --- a/sbin/quotacheck/quotacheck.8 +++ b/sbin/quotacheck/quotacheck.8 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/quotacheck/quotacheck.8,v 1.16.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 25, 2007 .Dt QUOTACHECK 8 diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index 93a4b8e583bc..2c880cd73c56 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)quotacheck.c 8.3 (Berkeley) 1/29/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/quotacheck/quotacheck.c,v 1.25.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Fix up / report on disk quotas & usage diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index 2ca64cc90b5f..b4730c1176fd 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/rcorder/Makefile,v 1.5.8.1.8.1 2008/10/02 02:57:24 kensmith Exp $ PROG= rcorder SRCS= ealloc.c hash.c rcorder.c diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8 index 6a0c570c4e0d..e46d1e76a1bd 100644 --- a/sbin/rcorder/rcorder.8 +++ b/sbin/rcorder/rcorder.8 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/rcorder/rcorder.8,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 17, 2000 .Dt RCORDER 8 diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c index 5bf60cb174bc..137314f45219 100644 --- a/sbin/rcorder/rcorder.c +++ b/sbin/rcorder/rcorder.c @@ -36,7 +36,7 @@ */ #include <sys/types.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/rcorder/rcorder.c,v 1.1.1.2.14.2.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/stat.h> diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 42f086887eb7..77348011145c 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/reboot/Makefile,v 1.14.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ PROG= reboot WARNS?= 6 diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 4b15ccf3f54c..133196f9db5d 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -34,7 +34,7 @@ .\" .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/reboot/boot_i386.8,v 1.52.2.8.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 18, 2005 .Dt BOOT 8 i386 diff --git a/sbin/reboot/nextboot.8 b/sbin/reboot/nextboot.8 index 765fa796fe04..bbd851884949 100644 --- a/sbin/reboot/nextboot.8 +++ b/sbin/reboot/nextboot.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/reboot/nextboot.8,v 1.4.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 4, 2002 .Dt NEXTBOOT 8 diff --git a/sbin/reboot/nextboot.sh b/sbin/reboot/nextboot.sh index 56e53f60a1a9..00f420e63b4f 100644 --- a/sbin/reboot/nextboot.sh +++ b/sbin/reboot/nextboot.sh @@ -3,7 +3,7 @@ # Copyright 2002. Gordon Tetlow. # gordon@FreeBSD.org # -# $FreeBSD$ +# $FreeBSD: src/sbin/reboot/nextboot.sh,v 1.1.26.1 2008/10/02 02:57:24 kensmith Exp $ delete="NO" force="NO" diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index b9baf344d79d..a216914c9dcf 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)reboot.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/reboot/reboot.8,v 1.23.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 9, 1993 .Dt REBOOT 8 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index de4030771d6c..493b5cb4a6bc 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/reboot/reboot.c,v 1.24.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/reboot.h> #include <sys/types.h> diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index c06a3db9116c..d21cf03f390a 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/restore/Makefile,v 1.24.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../dump diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index 91bdcd48940e..5cc74d730d97 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)dirs.c 8.7 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/dirs.c,v 1.30.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index cbecc86bd476..a2103a0577f3 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 1/7/94 - * $FreeBSD$ + * $FreeBSD: src/sbin/restore/extern.h,v 1.10.8.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ struct entry *addentry(char *, ino_t, int); diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 1fffd286c186..8e2ccfebc812 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)interactive.c 8.5 (Berkeley) 5/1/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/restore/interactive.c,v 1.17.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/restore/main.c b/sbin/restore/main.c index 91f4a83c7296..78a4b387f393 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/restore/main.c,v 1.26.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index cf6a364693b0..22cef7342004 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)restore.8 8.4 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/restore/restore.8,v 1.50.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 12, 2006 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index e494cdb69a7d..038bd217eb65 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/restore/restore.c,v 1.18.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h index 8c6a87b8b2f7..7b300e1c812d 100644 --- a/sbin/restore/restore.h +++ b/sbin/restore/restore.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)restore.h 8.3 (Berkeley) 9/13/94 - * $FreeBSD$ + * $FreeBSD: src/sbin/restore/restore.h,v 1.10.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index b7eff268e653..4aee2a5dfa89 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)symtab.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/symtab.c,v 1.14.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index debed5ff4111..9ac5f0010d6e 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)tape.c 8.9 (Berkeley) 5/1/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/restore/tape.c,v 1.44.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 6b984e409749..5991ac3984e0 100644 --- a/sbin/restore/utilities.c +++ b/sbin/restore/utilities.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)utilities.c 8.5 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/utilities.c,v 1.14.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/route/Makefile b/sbin/route/Makefile index fede01d4dcc4..e7b4d489705e 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/route/Makefile,v 1.20.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= route MAN= route.8 diff --git a/sbin/route/keywords b/sbin/route/keywords index 18f995d2b85e..7568f15bfec7 100644 --- a/sbin/route/keywords +++ b/sbin/route/keywords @@ -1,5 +1,5 @@ # @(#)keywords 8.2 (Berkeley) 3/19/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/route/keywords,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $ add atalk diff --git a/sbin/route/route.8 b/sbin/route/route.8 index c1043e2498cb..b7f2b267fb45 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/route/route.8,v 1.44.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 2, 2005 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index 782ea3f717c2..87f7a9fb3aa8 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)route.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/route/route.c,v 1.79.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 1ac16c41e32c..76c3c85d25ed 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.16.24.1 2008/10/02 02:57:24 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..3c207f1f1d29 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .include "../Makefile.inc" diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index 9860e4d77b7f..2d6105f23a12 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.18.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifdef sgi -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/defs.h,v 1.18.24.1 2008/10/02 02:57:24 kensmith Exp $" #endif /* Definitions for RIPv2 routing process. diff --git a/sbin/routed/if.c b/sbin/routed/if.c index f8038f6a4725..5941858fe92f 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.15.2.1.8.1 2008/10/02 02:57:24 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.15.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 085ba9502bf6..afcf83186fef 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.13.12.1 2008/10/02 02:57:24 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.13.12.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 7c3c5acc8697..f30afcaaa4c8 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.18.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include "defs.h" @@ -45,7 +45,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n" __RCSID("$NetBSD$"); #include <util.h> #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/main.c,v 1.18.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.31 $"); #ident "$Revision: 2.31 $" diff --git a/sbin/routed/output.c b/sbin/routed/output.c index c9db470b9b46..f6d51cc5a3ce 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.12.16.1 2008/10/02 02:57:24 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.12.16.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 356ac8e9da36..0eba4b8129d0 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.14.16.1 2008/10/02 02:57:24 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.14.16.1 2008/10/02 02:57:24 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..6756eb4be321 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index 7f3768853abc..b190983b4833 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.9.16.1 2008/10/02 02:57:24 kensmith Exp $ */ /* @@ -40,7 +40,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/radix.c,v 1.9.16.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.23 $"); #ident "$Revision: 2.23 $" diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h index 6cf196fa4da6..ee913e397f97 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.7.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef __RADIX_H_ diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 047b3d123047..7bf0128f8c62 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.11.16.1 2008/10/02 02:57:24 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.11.16.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 25998c9bd83c..7d22941e9301 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.34.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 1, 1996 .Dt ROUTED 8 diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 7076158727f6..f84fc8275932 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= rtquery MAN= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 4f16e88d5c09..276682457e97 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.24.1 2008/10/02 02:57:24 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..abc22bc777e5 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.24.1 2008/10/02 02:57:24 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 491c5cfa0ab1..2ed273c7a1cf 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.21.16.1 2008/10/02 02:57:24 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.21.16.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index 320056f76c8f..39e148caec1a 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.12.16.1 2008/10/02 02:57:24 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.12.16.1 2008/10/02 02:57:24 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index d3d40e871e0e..cf8db0a44678 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -11,7 +11,7 @@ # AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. -# $FreeBSD$ +# $FreeBSD: src/sbin/rtsol/Makefile,v 1.11.12.1 2008/10/02 02:57:24 kensmith Exp $ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 525f281b598c..e2cfafeb84ad 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/savecore/Makefile,v 1.13.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= savecore WARNS?= 6 diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index 447e008d67dc..ac8f1ce6f80d 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/savecore/savecore.8,v 1.25.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 24, 2005 .Dt SAVECORE 8 diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 0d88b20e80bc..cfa411d0ff97 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/savecore/savecore.c,v 1.75.2.2.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/sconfig/Makefile b/sbin/sconfig/Makefile index 5923692aad47..6222acc1ba27 100644 --- a/sbin/sconfig/Makefile +++ b/sbin/sconfig/Makefile @@ -1,5 +1,5 @@ # Cronyx Id: sbin.sconfig.Makefile,v 1.1.4.1 2003/02/17 12:51:24 rik Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/sconfig/Makefile,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= sconfig MAN= sconfig.8 diff --git a/sbin/sconfig/sconfig.8 b/sbin/sconfig/sconfig.8 index 3fe7abcff686..78f948e8e648 100644 --- a/sbin/sconfig/sconfig.8 +++ b/sbin/sconfig/sconfig.8 @@ -10,7 +10,7 @@ .\" as long as this message is kept with the software, all derivative .\" works or modified versions. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/sconfig/sconfig.8,v 1.7.16.1 2008/10/02 02:57:24 kensmith Exp $ .Dd May 19, 2004 .Dt SCONFIG 8 i386 .Os diff --git a/sbin/sconfig/sconfig.c b/sbin/sconfig/sconfig.c index 783eac0f6c26..f8cf974eadcf 100644 --- a/sbin/sconfig/sconfig.c +++ b/sbin/sconfig/sconfig.c @@ -15,7 +15,7 @@ * all derivative works or modified versions. * * Cronyx Id: sconfig.c,v 1.4.2.2 2005/11/09 13:01:35 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/sconfig/sconfig.c,v 1.2.12.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdio.h> #include <stdlib.h> diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile index 794d6ddc5c1a..b10160bd339e 100644 --- a/sbin/setkey/Makefile +++ b/sbin/setkey/Makefile @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/setkey/Makefile,v 1.12.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ PROG= setkey MAN= setkey.8 diff --git a/sbin/setkey/parse.y b/sbin/setkey/parse.y index f086bbdd6aaf..82dc872c2503 100644 --- a/sbin/setkey/parse.y +++ b/sbin/setkey/parse.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/parse.y,v 1.8.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: parse.y,v 1.82 2004/04/15 08:03:57 sakane Exp $ */ /* diff --git a/sbin/setkey/sample.cf b/sbin/setkey/sample.cf index c534fa10f1c4..5d9c920b2e78 100644 --- a/sbin/setkey/sample.cf +++ b/sbin/setkey/sample.cf @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/setkey/sample.cf,v 1.4.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $ # There are sample scripts for IPsec configuration by manual keying. # A security association is uniquely identified by a triple consisting diff --git a/sbin/setkey/scriptdump.pl b/sbin/setkey/scriptdump.pl index a1d8adb207bc..24e1b3a127fd 100644 --- a/sbin/setkey/scriptdump.pl +++ b/sbin/setkey/scriptdump.pl @@ -1,5 +1,5 @@ #! @LOCALPREFIX@/bin/perl -# $FreeBSD$ +# $FreeBSD: src/sbin/setkey/scriptdump.pl,v 1.4.18.1.8.1 2008/10/02 02:57:24 kensmith Exp $ if ($< != 0) { print STDERR "must be root to invoke this\n"; diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 7e0ea438c4bb..ae952c09016d 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/setkey/setkey.8,v 1.34.6.2.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 20, 2000 .Dt SETKEY 8 diff --git a/sbin/setkey/setkey.c b/sbin/setkey/setkey.c index 5bdd6df113e0..418f9b1de76d 100644 --- a/sbin/setkey/setkey.c +++ b/sbin/setkey/setkey.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/setkey.c,v 1.6.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: setkey.c,v 1.28 2003/06/27 07:15:45 itojun Exp $ */ /* diff --git a/sbin/setkey/test-pfkey.c b/sbin/setkey/test-pfkey.c index b1fb238c5a41..9d7159620ba1 100644 --- a/sbin/setkey/test-pfkey.c +++ b/sbin/setkey/test-pfkey.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/test-pfkey.c,v 1.2.18.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: test-pfkey.c,v 1.4 2000/06/07 00:29:14 itojun Exp $ */ /* diff --git a/sbin/setkey/test-policy.c b/sbin/setkey/test-policy.c index 27cd478fc939..b7e5315a0756 100644 --- a/sbin/setkey/test-policy.c +++ b/sbin/setkey/test-policy.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/setkey/test-policy.c,v 1.1.38.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/setkey/token.l b/sbin/setkey/token.l index 88ca9b0b22d6..abec5dbcbd81 100644 --- a/sbin/setkey/token.l +++ b/sbin/setkey/token.l @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/token.l,v 1.11.12.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: token.l,v 1.43 2003/07/25 09:35:28 itojun Exp $ */ /* diff --git a/sbin/setkey/vchar.h b/sbin/setkey/vchar.h index f3251c7bfed3..5040a44fc8e3 100644 --- a/sbin/setkey/vchar.h +++ b/sbin/setkey/vchar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/vchar.h,v 1.2.18.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: vchar.h,v 1.2 2000/06/07 00:29:14 itojun Exp $ */ /* diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index b7f232d090b5..38b89d793219 100644 --- a/sbin/shutdown/Makefile +++ b/sbin/shutdown/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/shutdown/Makefile,v 1.9.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= shutdown MAN= shutdown.8 diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index e68687f20b96..2d74364fda55 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/shutdown/shutdown.8,v 1.24.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 11, 1998 .Dt SHUTDOWN 8 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index c4f3f41e6c51..4e2373d8a8a5 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/shutdown/shutdown.c,v 1.28.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index 84b0c1282865..34bf0d794e09 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.4 (Berkeley) 5/11/90 # -# $FreeBSD$ +# $FreeBSD: src/sbin/slattach/Makefile,v 1.13.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= slattach WARNS?= 0 diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index a359dd25605d..1d53bfc2fd5f 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -27,7 +27,7 @@ .\" .\" @(#)slattach.8 6.4 (Berkeley) 3/16/91 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/slattach/slattach.8,v 1.29.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index afdfce8a2e71..31f737411c98 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/slattach/slattach.c,v 1.41.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index b394c39a4e83..6770de665d40 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/spppcontrol/Makefile,v 1.6.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= spppcontrol MAN= spppcontrol.8 diff --git a/sbin/spppcontrol/spppcontrol.8 b/sbin/spppcontrol/spppcontrol.8 index 4389c8f66ec1..06c7a7f0669c 100644 --- a/sbin/spppcontrol/spppcontrol.8 +++ b/sbin/spppcontrol/spppcontrol.8 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/spppcontrol/spppcontrol.8,v 1.16.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 30, 2001 .Os diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c index a1df0f49942b..8640fcab2d6a 100644 --- a/sbin/spppcontrol/spppcontrol.c +++ b/sbin/spppcontrol/spppcontrol.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/spppcontrol/spppcontrol.c,v 1.13.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile index 1bf91dd82169..ca5408e80b96 100644 --- a/sbin/startslip/Makefile +++ b/sbin/startslip/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/startslip/Makefile,v 1.10.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= startslip WARNS?= 3 diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 2d6f43b3c52e..5a36c457cc5c 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)startslip.1 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/startslip/startslip.1,v 1.23.8.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 5, 1993 .Dt STARTSLIP 1 diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c index 2d4d3bfb124a..62dd5f426c5b 100644 --- a/sbin/startslip/startslip.c +++ b/sbin/startslip/startslip.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)startslip.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/startslip/startslip.c,v 1.38.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 143b6c72bb0f..e342377c3e6f 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/sunlabel/Makefile,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/sunlabel/runtest.sh b/sbin/sunlabel/runtest.sh index 73833e0b7fee..0d1060f3e5fd 100644 --- a/sbin/sunlabel/runtest.sh +++ b/sbin/sunlabel/runtest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/sunlabel/runtest.sh,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $ TMP=/tmp/$$. set -e diff --git a/sbin/sunlabel/sunlabel.8 b/sbin/sunlabel/sunlabel.8 index 60096048dafa..543b0a252354 100644 --- a/sbin/sunlabel/sunlabel.8 +++ b/sbin/sunlabel/sunlabel.8 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/sunlabel/sunlabel.8,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 30, 2005 .Dt SUNLABEL 8 diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index 7bf051ef4786..aed0c09ae269 100644 --- a/sbin/sunlabel/sunlabel.c +++ b/sbin/sunlabel/sunlabel.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/sunlabel/sunlabel.c,v 1.13.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index 85b0f0ab60bb..3a509a992c9f 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/swapon/Makefile,v 1.8.28.1 2008/10/02 02:57:24 kensmith Exp $ PROG= swapon MAN= swapon.8 diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index f4ecd14145f7..c0d28de0af03 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)swapon.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/swapon/swapon.8,v 1.29.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 28, 2002 .Dt SWAPON 8 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index 13297f9178dc..7ca658931f58 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/swapon/swapon.c,v 1.22.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/stat.h> #include <sys/param.h> diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 381f19918be3..cd554c51a285 100644 --- a/sbin/sysctl/Makefile +++ b/sbin/sysctl/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/sysctl/Makefile,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= sysctl WARNS?= 0 diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index a69bd631ea92..cc4973aac1ce 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/sysctl/sysctl.8,v 1.57.2.4.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 28, 2007 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 8a271545225f..5f0039296cda 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: sysctl.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/sysctl/sysctl.c,v 1.67.2.10.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #ifdef __i386__ diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index d501d104b4b7..27bd87992b01 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/tunefs/Makefile,v 1.8.28.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tunefs DPADD= ${LIBUFS} diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 74af16758465..a85d675edb90 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tunefs.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/tunefs/tunefs.8,v 1.36.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 13, 2007 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index e8ab8d367711..514359ce8621 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/tunefs/tunefs.c,v 1.42.20.1 2008/10/02 02:57:24 kensmith Exp $"); /* * tunefs: change layout parameters to an existing file system. diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 70ccc5a06624..ea4de2c84555 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.4 (Berkeley) 6/22/95 # -# $FreeBSD$ +# $FreeBSD: src/sbin/umount/Makefile,v 1.11.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= umount SRCS= umount.c vfslist.c mounttab.c diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index d19ea9ae7a49..592ca10edda2 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)umount.8 8.2 (Berkeley) 5/8/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/umount/umount.8,v 1.20.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 18, 2003 .Dt UMOUNT 8 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index c00a09d8da22..07140fd69513 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)umount.c 8.8 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/umount/umount.c,v 1.45.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> |
