diff options
Diffstat (limited to 'sbin')
576 files changed, 588 insertions, 588 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 72f4bff7782d..afdfba50ef33 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.176.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 70d658416ea9..db0ab1b1a426 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.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/adjkerntz/Makefile b/sbin/adjkerntz/Makefile index 27c128916f9b..85a057d4a048 100644 --- a/sbin/adjkerntz/Makefile +++ b/sbin/adjkerntz/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/adjkerntz/Makefile,v 1.6.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= adjkerntz MAN= adjkerntz.8 diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index 5591f2e10b76..d0e55f58900e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 4, 1996 .Dt ADJKERNTZ 8 diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c index 35d8da9d6c51..8b56f1339ef9 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.32.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Andrey A. Chernov <ache@astral.msk.su> Dec 20 1993 diff --git a/sbin/atacontrol/Makefile b/sbin/atacontrol/Makefile index 73b916080d42..8fb90f1779ee 100644 --- a/sbin/atacontrol/Makefile +++ b/sbin/atacontrol/Makefile @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sbin/atacontrol/Makefile,v 1.8.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= atacontrol MAN= atacontrol.8 diff --git a/sbin/atacontrol/atacontrol.8 b/sbin/atacontrol/atacontrol.8 index 9ee6c2b5c718..3f211923c1ef 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.33.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 21, 2009 .Dt ATACONTROL 8 diff --git a/sbin/atacontrol/atacontrol.c b/sbin/atacontrol/atacontrol.c index 4354ddfb7633..8ffd0c5b1456 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.52.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index 4145d219e635..9da8daf79cd5 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SUBDIR= atmconfig diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 3d5738afdbc4..3dc53744598e 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include "../Makefile.inc" diff --git a/sbin/atm/atmconfig/Makefile b/sbin/atm/atmconfig/Makefile index 1db0fa46dc00..dc7475f91b60 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= atmconfig .ifndef RESCUE diff --git a/sbin/atm/atmconfig/atm_oid.list b/sbin/atm/atmconfig/atm_oid.list index ca64afa44267..365a015baab3 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begemotAtmIfTable begemotAtmIfName begemotAtmIfNodeId diff --git a/sbin/atm/atmconfig/atmconfig.8 b/sbin/atm/atmconfig/atmconfig.8 index 1ff76a100cd8..e66e0c0a1dd5 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.30.1.4.1 2010/06/14 02:09:06 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..9d6cb4592a3e 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _ATMCONFIG_H #define _ATMCONFIG_H diff --git a/sbin/atm/atmconfig/atmconfig.help b/sbin/atm/atmconfig/atmconfig.help index 8c6e7cec7f2f..3ac4ddc42fac 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.30.1.4.1 2010/06/14 02:09:06 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..56542a7290f5 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.30.1.4.1 2010/06/14 02:09:06 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..5b09632c286a 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.22.1.4.1 2010/06/14 02:09:06 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..3c7b589b2ab5 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.30.1.4.1 2010/06/14 02:09:06 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 699d5ccf2f6b..674ef86d92f0 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.8.10.1.4.1 2010/06/14 02:09:06 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..7ce29f6646e3 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ struct diagif { diff --git a/sbin/atm/atmconfig/main.c b/sbin/atm/atmconfig/main.c index d2543f7d1f36..2de4605f123a 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.30.1.4.1 2010/06/14 02:09:06 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..f302aa2421a8 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.30.1.4.1 2010/06/14 02:09:06 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..8ef0798ec7e6 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> #include <sys/socket.h> diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index a39227716b77..d9cd59731a15 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= badsect DPADD= ${LIBUFS} diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index 293e9589a281..2185b097b32c 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 5, 1993 .Dt BADSECT 8 diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 93891714c193..7f2573381d50 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * badsect diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 562b0f38c1a4..4e25a873e828 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.21.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5 index a0bb82ee4e54..87c4550b4bc7 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 5, 1993 .Dt DISKLABEL 5 diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 38b6786eafc9..2ed4d5d7468a 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.72.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 8, 2007 .Dt BSDLABEL 8 diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 9a6027c7951a..db637da1dfe3 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.117.2.2.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <stdint.h> diff --git a/sbin/bsdlabel/pathnames.h b/sbin/bsdlabel/pathnames.h index c8a9ef362e54..48be0232f229 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/bsdlabel/runtest.sh b/sbin/bsdlabel/runtest.sh index 9d561f39ab82..fc3c2ce5209e 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ TMP=/tmp/$$. set -e diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 7a3d4213cbac..aa1df11821e3 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/camcontrol/Makefile,v 1.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= camcontrol SRCS= camcontrol.c util.c diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 1a075b3624d4..09b683e7a8d2 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.45.2.6.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 2, 2010 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index c39d7ba37048..cd05cc0c4e84 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.60.2.14.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/ioctl.h> #include <sys/stdint.h> diff --git a/sbin/camcontrol/camcontrol.h b/sbin/camcontrol/camcontrol.h index eebbe8553ed5..e1184387065a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _CAMCONTROL_H diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 3fb9587e206a..d2fc08408756 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/queue.h> #include <sys/types.h> diff --git a/sbin/camcontrol/util.c b/sbin/camcontrol/util.c index 67f4e4f0cd15..64882d9699df 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/stdint.h> #include <sys/types.h> diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index ac7558409ed6..c57a7bf94372 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ccdconfig/Makefile,v 1.10.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ccdconfig WARNS?= 6 diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index f5f4224b5e30..77152723a8a0 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.37.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 17, 1995 .Dt CCDCONFIG 8 diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index 928aba5cb73a..f43ad5443f13 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.37.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/ccdconfig/pathnames.h b/sbin/ccdconfig/pathnames.h index 538cfeda096d..7f8f38027ad6 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define _PATH_CCDCONF "/etc/ccd.conf" diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index c68c312f269b..a2561d32f204 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= clri MAN= clri.8 diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index c3c37960cbb2..4234e1d00e9a 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index ff41d1a57cbe..7a25c1c18161 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.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile index a7720d81b41e..7762447dac35 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= comcontrol MAN= comcontrol.8 diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 87a7630582e3..2cec86da6dbd 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd May 15, 1994 .Dt COMCONTROL 8 .Os diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index 753ded36d1a9..4890d2cab188 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/sbin/conscontrol/Makefile b/sbin/conscontrol/Makefile index ddd2434e6cc5..80a77f8d9cf3 100644 --- a/sbin/conscontrol/Makefile +++ b/sbin/conscontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/conscontrol/Makefile,v 1.5.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= conscontrol MAN= conscontrol.8 diff --git a/sbin/conscontrol/conscontrol.8 b/sbin/conscontrol/conscontrol.8 index 726041e4087b..d3964d41eed2 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 23, 2001 .Dt CONSCONTROL 8 diff --git a/sbin/conscontrol/conscontrol.c b/sbin/conscontrol/conscontrol.c index d8e5bc52c11a..e234586155c3 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile index b9189c1c0d9e..e77967c543f5 100644 --- a/sbin/ddb/Makefile +++ b/sbin/ddb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ddb/Makefile,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ddb SRCS= ddb.c ddb_capture.c ddb_script.c diff --git a/sbin/ddb/ddb.8 b/sbin/ddb/ddb.8 index 5ee26506b8f5..3433ccd8694a 100644 --- a/sbin/ddb/ddb.8 +++ b/sbin/ddb/ddb.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/ddb/ddb.8,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 24, 2008 .Dt DDB 8 diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c index f5c5dd026451..5dc44753fe31 100644 --- a/sbin/ddb/ddb.c +++ b/sbin/ddb/ddb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/ddb/ddb.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/sbin/ddb/ddb.h b/sbin/ddb/ddb.h index 8363bccfd889..5ba9cfcf1800 100644 --- a/sbin/ddb/ddb.h +++ b/sbin/ddb/ddb.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/ddb/ddb.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef DDB_H diff --git a/sbin/ddb/ddb_capture.c b/sbin/ddb/ddb_capture.c index 370fc0058ba9..ddf346520603 100644 --- a/sbin/ddb/ddb_capture.c +++ b/sbin/ddb/ddb_capture.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/ddb/ddb_capture.c,v 1.1.4.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sbin/ddb/ddb_script.c b/sbin/ddb/ddb_script.c index 13829049dbea..840b22bd2618 100644 --- a/sbin/ddb/ddb_script.c +++ b/sbin/ddb/ddb_script.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/ddb/ddb_script.c,v 1.1.4.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 43990b41af6f..c58d642c8173 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/devd/Makefile,v 1.9.2.1.4.1 2010/06/14 02:09:06 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 7377e254759c..8a4b1a54f4c7 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.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 24, 2005 .Dt DEVD 8 diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index c3f3ea97d587..a908d1827c7c 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.34.2.1.4.1 2010/06/14 02:09:06 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 17c5e099b56d..042b1f343116 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.14.2.2.2.1 2010/06/14 02:09:06 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..929bf69507e7 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef DEVD_H diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh index 32d98a2a22b1..bd8fdf7854b3 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.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef DEVD_HH diff --git a/sbin/devd/parse.y b/sbin/devd/parse.y index 28b8a908adb1..7ff319f3eb6e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "devd.h" diff --git a/sbin/devd/token.l b/sbin/devd/token.l index 35e8a18e6354..d3af8d489bc5 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <ctype.h> diff --git a/sbin/devfs/Makefile b/sbin/devfs/Makefile index 95d2540272e6..2e798f3a9083 100644 --- a/sbin/devfs/Makefile +++ b/sbin/devfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/devfs/Makefile,v 1.2.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= devfs SRCS= devfs.c rule.c diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8 index 7a744d437e07..a8c824b49f91 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.19.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 21, 2010 .Dt DEVFS 8 diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c index 0e7b66210121..ad380a112399 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.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sbin/devfs/extern.h b/sbin/devfs/extern.h index a9f8d224838d..280d8aa5fa3e 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __DEVFS_H__ diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c index 25a7d289ad0f..60dcc9a9eb52 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.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 7e32326ff00a..66e764eb1eb6 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.22.1.4.1 2010/06/14 02:09:06 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..bbd8cd5d32af 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index 9f8e45fbfd21..0aaebd8ca403 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.8.2.2.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" #include <sys/ioctl.h> diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c index 5d7084e74c79..48e010e34862 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.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" #include "dhctoken.h" diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c index 3c8932dbd5b2..b65f4ab6cf26 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.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> diff --git a/sbin/dhclient/convert.c b/sbin/dhclient/convert.c index adca0929a07c..2596d26032e9 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/dhclient-script b/sbin/dhclient/dhclient-script index c457bf465303..378cad218734 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.20.2.1.4.1 2010/06/14 02:09:06 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..91e750d32aef 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 1, 1997 .Dt DHCLIENT-SCRIPT 8 diff --git a/sbin/dhclient/dhclient.8 b/sbin/dhclient/dhclient.8 index 58f5ddd3ea05..21062cb23e01 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.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 13, 2007 .Dt DHCLIENT 8 diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index f48466e9f45f..305b85c55a09 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.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" #include "privsep.h" diff --git a/sbin/dhclient/dhclient.conf b/sbin/dhclient/dhclient.conf index 7eaeeb8eb40a..b130c8a0532f 100644 --- a/sbin/dhclient/dhclient.conf +++ b/sbin/dhclient/dhclient.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/dhclient.conf,v 1.3.10.1.4.1 2010/06/14 02:09:06 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..0d1a49af7d43 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.22.1.4.1 2010/06/14 02:09:06 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..72ba67139532 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.22.1.4.1 2010/06/14 02:09:06 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..276084d5eeef 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.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 1, 1995 .Dt DHCP-OPTIONS 5 diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h index e4fa9d174c1b..1ab353298c75 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Protocol structures... */ diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index bd4c9c0b5e15..d4578cfae6ae 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -38,7 +38,7 @@ * see ``http://www.vix.com/isc''. To learn more about Vixie * Enterprises, see ``http://www.vix.com''. * - * $FreeBSD$ + * $FreeBSD: src/sbin/dhclient/dhcpd.h,v 1.1.1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 3ee0cf6c0b9d..9df45a99c65a 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/errwarn.c b/sbin/dhclient/errwarn.c index de3458322fda..adcf4ed1a7d6 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <errno.h> diff --git a/sbin/dhclient/hash.c b/sbin/dhclient/hash.c index 040236ab735b..c90c8df57637 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/inet.c b/sbin/dhclient/inet.c index 4b7b1cef1bad..2c0bac772631 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c index 09aa4d8ffb64..8941eb5dd0df 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> diff --git a/sbin/dhclient/packet.c b/sbin/dhclient/packet.c index 2e90cc85a8de..8b39c4926268 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.2.10.2.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/parse.c b/sbin/dhclient/parse.c index 6a54fd0a4c88..2935ba7046d9 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.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" #include "dhctoken.h" diff --git a/sbin/dhclient/privsep.c b/sbin/dhclient/privsep.c index b42572f2895b..9303fb9d6123 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" #include "privsep.h" diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index 81a9acc8e122..876ee9f6cc23 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.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dhclient/tree.c b/sbin/dhclient/tree.c index 0ed2919bb314..12a6bfac0dcb 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "dhcpd.h" diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 8472f56c461f..644ee3a55cbb 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= dmesg MAN= dmesg.8 diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index 9d05e6c70b75..0420369c1c92 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 5, 1993 .Dt DMESG 8 diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index f2e513f6106c..a9cdc531294c 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.28.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/msgbuf.h> diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 608162aa570e..8d7a27f0c59a 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.32.1.4.1 2010/06/14 02:09:06 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..3e68eeae43d9 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index a96995d8ed5a..42b21ec19b5e 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.76.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 24, 2006 .Dt DUMP 8 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index efef7f7fadef..6afff8bd9d7e 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.30.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index dd02642bdbf6..7b9ba8bbf65b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index 4cac87b41a1b..98e65a03bee3 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.17.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index e344887de145..8489ad41f2c9 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.67.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 7173fc9a3c47..7875bcf85fbb 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.37.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index eb3ce3977af2..7e524860ae87 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 913409fb7b01..5de07694ee05 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index f593244f40d1..6bd79cba4cf0 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.41.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 3720ebf550fd..3721bb13fa15 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <time.h> diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 99faa77ad725..73bdd3f5ebf5 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= dumpfs DPADD= ${LIBUFS} diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 6614a74b1f02..cf87453c799d 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.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 28, 2009 .Dt DUMPFS 8 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index e4b599504012..442b4f69b0b5 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -53,7 +53,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.46.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index c273f93470a2..74e97f5f7ad2 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dumpon/Makefile,v 1.10.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= dumpon WARNS?= 6 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index ff47bcb19479..cff4b15b9e50 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.35.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 73d46b00eb3c..5b81196f8698 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.24.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index 795377917e1c..c5e06620d802 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fdisk/Makefile,v 1.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= fdisk SRCS= fdisk.c geom_mbr_enc.c diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 1d042397cd76..017221fd97bb 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fdisk/fdisk.8,v 1.42.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 24, 2009 .Dt FDISK 8 diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 1e121bb6450d..0b2ce7d552ef 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.95.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/disk.h> #include <sys/disklabel.h> diff --git a/sbin/fdisk/runtest.sh b/sbin/fdisk/runtest.sh index f25f4272bb0f..7619429f1d19 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.34.1.4.1 2010/06/14 02:09:06 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..791f8c9bd889 100644 --- a/sbin/fdisk_pc98/Makefile +++ b/sbin/fdisk_pc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fdisk_pc98/Makefile,v 1.8.10.1.4.1 2010/06/14 02:09:06 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 c33e78abfc3e..3d53f5a500e3 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.22.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 30, 2007 .Dt FDISK 8 diff --git a/sbin/fdisk_pc98/fdisk.c b/sbin/fdisk_pc98/fdisk.c index b66bad4084db..91423c1d17b2 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.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/disk.h> #include <sys/disklabel.h> diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index a1ffef7989a0..c89ddf86c789 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # GROWFS= ${.CURDIR}/../growfs diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8 index aacf4280bf13..e99d75c87a91 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.18.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 8, 2000 .Dt FFSINFO 8 diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c index 1570da5e5f90..feeb1c0fb22b 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index bc445fda26f7..b11ab84e6a75 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= fsck SRCS= fsck.c fsutil.c preen.c diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index a4f6d4b0cca1..8777726cb3d0 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.38.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 25, 2009 .Dt FSCK 8 diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index 24c4e13124ae..921fbdd2097d 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.19.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c index a4578bd63eb6..d9b63d42a419 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck/fsutil.h b/sbin/fsck/fsutil.h index 657668ede4ce..bc9296c6a807 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.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ void perror(const char *); diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index 6204685833f4..5d2f25dcb6d2 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index aaae685df149..2e2299a90cba 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck_ffs/Makefile,v 1.18.10.1.4.1 2010/06/14 02:09:06 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..abdb9a0a956d 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.30.1.4.1 2010/06/14 02:09:06 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..153442f280df 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.30.1.4.1 2010/06/14 02:09:06 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..d5a46b4288d7 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.30.1.4.1 2010/06/14 02:09:06 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..b41f953806d0 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.30.1.4.1 2010/06/14 02:09:06 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..d3de91f5cf21 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.30.1.4.1 2010/06/14 02:09:06 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..dc907cbd1876 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.36.1.4.1 2010/06/14 02:09:06 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..e1ac3f3621f3 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.22.1.4.1 2010/06/14 02:09:06 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..ebed9568bcc6 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.34.1.4.1 2010/06/14 02:09:06 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 ad7fe138ed63..85cbbabbb959 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.43.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <unistd.h> diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 8b02e2daba1c..d4bfa3daff6d 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.40.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 25, 2009 .Dt FSCK_FFS 8 diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c index 68d113a3f618..cf04e2fa1061 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.30.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/gjournal.c b/sbin/fsck_ffs/gjournal.c index bd887cab850d..ce67d4ce1912 100644 --- a/sbin/fsck_ffs/gjournal.c +++ b/sbin/fsck_ffs/gjournal.c @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck_ffs/gjournal.c,v 1.3.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index 5feead0ed5e8..0130578f7f69 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.40.2.1.4.1 2010/06/14 02:09:06 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 0366e456ba11..9a995d27d82f 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.57.2.1.4.1 2010/06/14 02:09:06 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 73b64195c2cc..4e8f8bce3704 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.45.2.1.4.1 2010/06/14 02:09:06 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..cd8672528329 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c index 59a7a84c7d94..939e485c917d 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.27.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c index 22309cbbde57..aa63742fcf59 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index 8a426eaa081e..d441dd7f0ab1 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index 173156efaf51..bf28ce7e8467 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.45.2.1.4.1 2010/06/14 02:09:06 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 1628ffbc3347..f0602700cd45 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.52.2.1.4.1 2010/06/14 02:09:06 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..9b7ad83cd40f 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile index fd539b94f9d7..15074a5bf0ce 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ FSCK= ${.CURDIR}/../fsck .PATH: ${FSCK} diff --git a/sbin/fsck_msdosfs/boot.c b/sbin/fsck_msdosfs/boot.c index b777d086f31d..1ea6fc9af02b 100644 --- a/sbin/fsck_msdosfs/boot.c +++ b/sbin/fsck_msdosfs/boot.c @@ -28,7 +28,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.6.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/check.c b/sbin/fsck_msdosfs/check.c index a762f8ab90b2..68012d7e20fe 100644 --- a/sbin/fsck_msdosfs/check.c +++ b/sbin/fsck_msdosfs/check.c @@ -28,7 +28,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.30.4.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/dir.c b/sbin/fsck_msdosfs/dir.c index 181fa37be594..151b4001eb21 100644 --- a/sbin/fsck_msdosfs/dir.c +++ b/sbin/fsck_msdosfs/dir.c @@ -30,7 +30,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.30.4.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/sbin/fsck_msdosfs/dosfs.h b/sbin/fsck_msdosfs/dosfs.h index bd01b2423119..470afe68dd2b 100644 --- a/sbin/fsck_msdosfs/dosfs.h +++ b/sbin/fsck_msdosfs/dosfs.h @@ -24,7 +24,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.30.4.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef DOSFS_H diff --git a/sbin/fsck_msdosfs/ext.h b/sbin/fsck_msdosfs/ext.h index a4fd19b8cd72..03e6f1a55678 100644 --- a/sbin/fsck_msdosfs/ext.h +++ b/sbin/fsck_msdosfs/ext.h @@ -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. * $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.22.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef EXT_H diff --git a/sbin/fsck_msdosfs/fat.c b/sbin/fsck_msdosfs/fat.c index 126c3ef7870e..7086af357859 100644 --- a/sbin/fsck_msdosfs/fat.c +++ b/sbin/fsck_msdosfs/fat.c @@ -28,7 +28,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.9.2.4.2.1 2010/06/14 02:09:06 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 6099e55f57b2..4285b6b0e9a4 100644 --- a/sbin/fsck_msdosfs/fsck_msdosfs.8 +++ b/sbin/fsck_msdosfs/fsck_msdosfs.8 @@ -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/fsck_msdosfs/fsck_msdosfs.8,v 1.16.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 4, 2009 .Dt FSCK_MSDOSFS 8 diff --git a/sbin/fsck_msdosfs/main.c b/sbin/fsck_msdosfs/main.c index 9ec15ca2b500..e8d5ec8de43e 100644 --- a/sbin/fsck_msdosfs/main.c +++ b/sbin/fsck_msdosfs/main.c @@ -28,7 +28,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.16.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 65333ef07252..fd0b6b68dcf0 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= fsdb MAN= fsdb.8 diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 5fc6f2414b4c..e75729708a36 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.32.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 24, 2006 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index f7354e86d9cc..4ae69aa313ab 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.35.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index ddd15153f5cb..167f0bf9dd59 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.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern int blread(int fd, char *buf, ufs2_daddr_t blk, long size); diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index d50c6c00d331..d349ec678ad6 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.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile index 19888dff4d0a..60591fbaa73a 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= fsirand MAN= fsirand.8 diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 00f0eeee4c99..f57a65cd8afd 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index 761ce5e40188..ff59fba85394 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile index 87058028533e..84bec6c014ab 100644 --- a/sbin/gbde/Makefile +++ b/sbin/gbde/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gbde/Makefile,v 1.11.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= gbde SRCS= gbde.c template.c diff --git a/sbin/gbde/gbde.8 b/sbin/gbde/gbde.8 index 96bbb607d002..1f4ecfdf639d 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.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 8, 2006 .Dt GBDE 8 diff --git a/sbin/gbde/gbde.c b/sbin/gbde/gbde.c index 0a1e740c4041..f4c0e452dca3 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.31.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * * XXX: Future stuff * diff --git a/sbin/gbde/image.uu b/sbin/gbde/image.uu index 82e6f2e47489..6c11a5783bbd 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.32.1.4.1 2010/06/14 02:09:06 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..8fc98c3ec4a5 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.36.1.4.1 2010/06/14 02:09:06 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 0aeb05c907c8..2c878d64d952 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.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ set -e diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index fffb889bc2cf..10a3547f4f58 100644 --- a/sbin/geom/Makefile +++ b/sbin/geom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/Makefile,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .if defined(RESCUE) || defined(RELEASE_CRUNCH) diff --git a/sbin/geom/Makefile.inc b/sbin/geom/Makefile.inc index 94ca09f3889c..5a5aa15da8c6 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ WARNS?= 6 CLASS_DIR?=/lib/geom diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index 0be19e38de19..9f257fe9f4ce 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/Makefile,v 1.16.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc index 63109c29df6a..99ecb3dfc1ff 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SHLIBDIR?=${CLASS_DIR} SHLIB_NAME?=geom_${CLASS}.so diff --git a/sbin/geom/class/cache/Makefile b/sbin/geom/class/cache/Makefile index 615c927588ca..29244a3d3b93 100644 --- a/sbin/geom/class/cache/Makefile +++ b/sbin/geom/class/cache/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/cache/Makefile,v 1.1.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/cache/gcache.8 b/sbin/geom/class/cache/gcache.8 index d3f782c9a3d5..6f9446c56131 100644 --- a/sbin/geom/class/cache/gcache.8 +++ b/sbin/geom/class/cache/gcache.8 @@ -23,7 +23,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/cache/gcache.8,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 3, 2010 .Dt GCACHE 8 diff --git a/sbin/geom/class/cache/geom_cache.c b/sbin/geom/class/cache/geom_cache.c index 636c54119ce1..179412e2a598 100644 --- a/sbin/geom/class/cache/geom_cache.c +++ b/sbin/geom/class/cache/geom_cache.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/cache/geom_cache.c,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <errno.h> #include <stdio.h> diff --git a/sbin/geom/class/concat/Makefile b/sbin/geom/class/concat/Makefile index b3a3e23c449d..fb5eb121aba6 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8 index 2e1b79dadd1a..adc752c6ab16 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.18.10.1.4.1 2010/06/14 02:09:06 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 e1b7342a0376..2d2d3a11c846 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.13.10.1.4.1 2010/06/14 02:09:06 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..05fc5c33afc4 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.12.1.4.1 2010/06/14 02:09:06 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 a39a6019dd13..3b9a4357e939 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.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 29, 2008 .Dt GELI 8 diff --git a/sbin/geom/class/eli/geom_eli.c b/sbin/geom/class/eli/geom_eli.c index d772a9a11e67..fe9ef4ab186f 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.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/sbin/geom/class/journal/Makefile b/sbin/geom/class/journal/Makefile index 95f66de2085e..2ba1e8818bfb 100644 --- a/sbin/geom/class/journal/Makefile +++ b/sbin/geom/class/journal/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/journal/Makefile,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/journal/geom_journal.c b/sbin/geom/class/journal/geom_journal.c index 37169990ac4e..2523da890597 100644 --- a/sbin/geom/class/journal/geom_journal.c +++ b/sbin/geom/class/journal/geom_journal.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/journal/geom_journal.c,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <errno.h> diff --git a/sbin/geom/class/journal/geom_journal.h b/sbin/geom/class/journal/geom_journal.h index 63d35b487926..582eec7d2e74 100644 --- a/sbin/geom/class/journal/geom_journal.h +++ b/sbin/geom/class/journal/geom_journal.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/class/journal/geom_journal.h,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _GEOM_JOURNAL_H_ diff --git a/sbin/geom/class/journal/geom_journal_ufs.c b/sbin/geom/class/journal/geom_journal_ufs.c index c847a880d64b..fdbdc596aa04 100644 --- a/sbin/geom/class/journal/geom_journal_ufs.c +++ b/sbin/geom/class/journal/geom_journal_ufs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/journal/geom_journal_ufs.c,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sbin/geom/class/journal/gjournal.8 b/sbin/geom/class/journal/gjournal.8 index 0aad6ae31cdb..3e0c7fb378a0 100644 --- a/sbin/geom/class/journal/gjournal.8 +++ b/sbin/geom/class/journal/gjournal.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/journal/gjournal.8,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 17, 2009 .Dt GJOURNAL 8 diff --git a/sbin/geom/class/label/Makefile b/sbin/geom/class/label/Makefile index cba7ac6b4483..27ca1ebca50c 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/label/geom_label.c b/sbin/geom/class/label/geom_label.c index e77fdf054a13..aa76be76e9e8 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.12.2.1.4.1 2010/06/14 02:09:06 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 454cba0c7a6a..3cbaea415cd1 100644 --- a/sbin/geom/class/label/glabel.8 +++ b/sbin/geom/class/label/glabel.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/geom/class/label/glabel.8,v 1.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 13, 2009 .Dt GLABEL 8 diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile index f07a790539b6..b81c0448f1b6 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/mirror/geom_mirror.c b/sbin/geom/class/mirror/geom_mirror.c index cf15c60af9d3..b143e35cbda4 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.17.10.3.2.1 2010/06/14 02:09:06 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 baaa827daf20..f5a32c5b07a6 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.23.10.4.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 8, 2009 .Dt GMIRROR 8 diff --git a/sbin/geom/class/multipath/Makefile b/sbin/geom/class/multipath/Makefile index b4eb7837e8eb..c3247b2371b5 100644 --- a/sbin/geom/class/multipath/Makefile +++ b/sbin/geom/class/multipath/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/multipath/Makefile,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc CLASS= multipath diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c index 288492c90fad..d5400c3bc300 100644 --- a/sbin/geom/class/multipath/geom_multipath.c +++ b/sbin/geom/class/multipath/geom_multipath.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/multipath/geom_multipath.c,v 1.2.10.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <errno.h> #include <paths.h> diff --git a/sbin/geom/class/multipath/gmultipath.8 b/sbin/geom/class/multipath/gmultipath.8 index 8c354e42bd65..d237c0f458c9 100644 --- a/sbin/geom/class/multipath/gmultipath.8 +++ b/sbin/geom/class/multipath/gmultipath.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/multipath/gmultipath.8,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 26, 2007 .Dt GMULTIPATH 8 diff --git a/sbin/geom/class/nop/Makefile b/sbin/geom/class/nop/Makefile index 75a20376ff45..0951992c11a8 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/nop/geom_nop.c b/sbin/geom/class/nop/geom_nop.c index 7306add3674b..736da27e9d10 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.11.10.1.4.1 2010/06/14 02:09:06 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 892212c9a62e..bbc90cc3a04e 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.22.2.2.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 17, 2009 .Dt GNOP 8 diff --git a/sbin/geom/class/part/Makefile b/sbin/geom/class/part/Makefile index 36227162a1f4..5e7dd749ebe0 100644 --- a/sbin/geom/class/part/Makefile +++ b/sbin/geom/class/part/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/part/Makefile,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/part/geom_part.c b/sbin/geom/class/part/geom_part.c index a6b6d99af16b..fe08ba6b6eb7 100644 --- a/sbin/geom/class/part/geom_part.c +++ b/sbin/geom/class/part/geom_part.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/part/geom_part.c,v 1.20.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/stat.h> #include <sys/vtoc.h> diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8 index 9c984733c4d2..fb1838427149 100644 --- a/sbin/geom/class/part/gpart.8 +++ b/sbin/geom/class/part/gpart.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/part/gpart.8,v 1.7.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 3, 2010 .Dt GPART 8 diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669dec92..ffd99065e8a8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index 4a2dbe201ef2..aa6f90319da8 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.20.10.1.4.1 2010/06/14 02:09:06 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 21c6f181e773..34362af81d82 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.18.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 1, 2006 .Dt GRAID3 8 diff --git a/sbin/geom/class/sched/Makefile b/sbin/geom/class/sched/Makefile index 6656cdd466f2..38e2cd2dc752 100644 --- a/sbin/geom/class/sched/Makefile +++ b/sbin/geom/class/sched/Makefile @@ -1,5 +1,5 @@ # GEOM_LIBRARY_PATH -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/sched/Makefile,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc #CFLAGS += -I/usr/src/sbin/geom diff --git a/sbin/geom/class/sched/geom_sched.c b/sbin/geom/class/sched/geom_sched.c index ca05350805b8..370ac6b0ced8 100644 --- a/sbin/geom/class/sched/geom_sched.c +++ b/sbin/geom/class/sched/geom_sched.c @@ -27,7 +27,7 @@ /* * $Id$ - * $FreeBSD$ + * $FreeBSD: src/sbin/geom/class/sched/geom_sched.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * This file implements the userspace library used by the 'geom' * command to load and manipulate disk schedulers. diff --git a/sbin/geom/class/sched/gsched.8 b/sbin/geom/class/sched/gsched.8 index cde948559f47..1b8ba5aacf70 100644 --- a/sbin/geom/class/sched/gsched.8 +++ b/sbin/geom/class/sched/gsched.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/geom/class/sched/gsched.8,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 12, 2010 .Dt GSCHED 8 diff --git a/sbin/geom/class/shsec/Makefile b/sbin/geom/class/shsec/Makefile index ea38f159241a..00ae564039d2 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.24.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/shsec/geom_shsec.c b/sbin/geom/class/shsec/geom_shsec.c index 8af47ee62d1f..39718d302a34 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.10.10.1.4.1 2010/06/14 02:09:06 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..875e663b411c 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.22.1.4.1 2010/06/14 02:09:06 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..3327505afa37 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/stripe/geom_stripe.c b/sbin/geom/class/stripe/geom_stripe.c index 16808cc7afdd..44975a413153 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.16.10.2.2.1 2010/06/14 02:09:06 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..865eb9f4438f 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 21, 2004 .Dt GSTRIPE 8 diff --git a/sbin/geom/class/virstor/Makefile b/sbin/geom/class/virstor/Makefile index 0b4d5cdda31b..b981fa1fb80d 100644 --- a/sbin/geom/class/virstor/Makefile +++ b/sbin/geom/class/virstor/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/virstor/Makefile,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor diff --git a/sbin/geom/class/virstor/geom_virstor.c b/sbin/geom/class/virstor/geom_virstor.c index b651555859e4..d2a3dd7969e3 100644 --- a/sbin/geom/class/virstor/geom_virstor.c +++ b/sbin/geom/class/virstor/geom_virstor.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/virstor/geom_virstor.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/virstor/gvirstor.8 b/sbin/geom/class/virstor/gvirstor.8 index ebb743163487..424e6e97070f 100644 --- a/sbin/geom/class/virstor/gvirstor.8 +++ b/sbin/geom/class/virstor/gvirstor.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/virstor/gvirstor.8,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 17, 2008 .Dt GVIRSTOR 8 diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index d76c35b0512d..b1b741670f4a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../misc diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index c80816d1fd70..483b2bb1832e 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.23.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 5, 2008 .Dt GEOM 8 diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c index 8949b73f5596..d811c0931483 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.38.2.1.4.1 2010/06/14 02:09:06 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 5c253115bef4..6d4bff2a9899 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _GEOM_H_ diff --git a/sbin/geom/misc/subr.c b/sbin/geom/misc/subr.c index 21deac8bf52e..8ddbb071329b 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.10.2.2.2.1 2010/06/14 02:09:06 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 c3242a3bdc9b..02f9c69e0302 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.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _SUBR_H_ diff --git a/sbin/ggate/Makefile b/sbin/ggate/Makefile index 8f889f1837eb..81ddb6866e63 100644 --- a/sbin/ggate/Makefile +++ b/sbin/ggate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/Makefile,v 1.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ggate/Makefile.inc b/sbin/ggate/Makefile.inc index e55271f7ddc5..7d9fd2d5e265 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ WARNS?= 6 diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile index 4d8917f3164c..b960b6beb43e 100644 --- a/sbin/ggate/ggatec/Makefile +++ b/sbin/ggate/ggatec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/ggatec/Makefile,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggatec/ggatec.8 b/sbin/ggate/ggatec/ggatec.8 index 09f0444fa6a5..b25cf1d87be4 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.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 26, 2004 .Dt GGATEC 8 diff --git a/sbin/ggate/ggatec/ggatec.c b/sbin/ggate/ggatec/ggatec.c index 660bd8ab469b..c7b043e91a75 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.7.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/ggated/Makefile b/sbin/ggate/ggated/Makefile index 4e7708ebffa3..ef16c37ec32f 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8 index 3024a04230d7..419795714c61 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 29, 2004 .Dt GGATED 8 diff --git a/sbin/ggate/ggated/ggated.c b/sbin/ggate/ggated/ggated.c index 2997a9cf2c69..b8268aa49481 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.11.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile index 604a75480313..2c8bb6a6e89f 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggatel/ggatel.8 b/sbin/ggate/ggatel/ggatel.8 index 01b964a947e6..66031fe58f92 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 26, 2004 .Dt GGATEL 8 diff --git a/sbin/ggate/ggatel/ggatel.c b/sbin/ggate/ggatel/ggatel.c index 6a3f26e3b899..84684b74d8ed 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.22.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/shared/ggate.c b/sbin/ggate/shared/ggate.c index cf9b9ca1574f..7dedd79d936a 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.9.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/shared/ggate.h b/sbin/ggate/shared/ggate.h index 3e26253c360c..e72a14190ccb 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.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _GGATE_H_ diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index a5e9937e8f16..4979a9235697 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # #GFSDBG= diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index 15effec81587..14bbac584fc6 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.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/growfs/debug.h b/sbin/growfs/debug.h index 3cad9d97874c..103893b21ab6 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 387e5114bdc0..1996da261f31 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 8, 2000 .Dt GROWFS 8 diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index ef055f18a778..dd33e79e6c05 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.26.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* ********************************************************** INCLUDES ***** */ #include <sys/param.h> diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile index 6d414974dba1..b5edea0e5ced 100644 --- a/sbin/gvinum/Makefile +++ b/sbin/gvinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gvinum/Makefile,v 1.4.10.1.4.1 2010/06/14 02:09:06 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 c8e770926949..742d9a120dc2 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 10, 2009 .Dt GVINUM 8 diff --git a/sbin/gvinum/gvinum.c b/sbin/gvinum/gvinum.c index 7f97f9d19541..5763f56beef8 100644 --- a/sbin/gvinum/gvinum.c +++ b/sbin/gvinum/gvinum.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/gvinum/gvinum.c,v 1.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/gvinum/gvinum.h b/sbin/gvinum/gvinum.h index d1b45a07749b..e49b1ee09c22 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define GVINUMMOD "geom_vinum" diff --git a/sbin/hastctl/Makefile b/sbin/hastctl/Makefile index 4ead83665de2..c8c1acdcd55c 100644 --- a/sbin/hastctl/Makefile +++ b/sbin/hastctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/hastctl/Makefile,v 1.2.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/hastctl/hastctl.8 b/sbin/hastctl/hastctl.8 index bf03c2eb5a26..029e24324095 100644 --- a/sbin/hastctl/hastctl.8 +++ b/sbin/hastctl/hastctl.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/hastctl/hastctl.8,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 1, 2010 .Dt HASTCTL 8 diff --git a/sbin/hastctl/hastctl.c b/sbin/hastctl/hastctl.c index 8499528f9867..e58332c1c88a 100644 --- a/sbin/hastctl/hastctl.c +++ b/sbin/hastctl/hastctl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastctl/hastctl.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile index 0b0721e5b63b..1e42638e42ae 100644 --- a/sbin/hastd/Makefile +++ b/sbin/hastd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/hastd/Makefile,v 1.3.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/hastd/activemap.c b/sbin/hastd/activemap.c index 10eb64103057..6541409f57c8 100644 --- a/sbin/hastd/activemap.c +++ b/sbin/hastd/activemap.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/activemap.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> /* powerof2() */ #include <sys/queue.h> diff --git a/sbin/hastd/activemap.h b/sbin/hastd/activemap.h index 42f0221dc49d..b878d6ad4b2f 100644 --- a/sbin/hastd/activemap.h +++ b/sbin/hastd/activemap.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/activemap.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _ACTIVEMAP_H_ diff --git a/sbin/hastd/control.c b/sbin/hastd/control.c index 0ad39b40d001..757f229429d7 100644 --- a/sbin/hastd/control.c +++ b/sbin/hastd/control.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/control.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/sbin/hastd/control.h b/sbin/hastd/control.h index 15ea290ea557..1107f8848f38 100644 --- a/sbin/hastd/control.h +++ b/sbin/hastd/control.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/control.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _CONTROL_H_ diff --git a/sbin/hastd/ebuf.c b/sbin/hastd/ebuf.c index 0bccd181cc35..d496c2744aa2 100644 --- a/sbin/hastd/ebuf.c +++ b/sbin/hastd/ebuf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/ebuf.c,v 1.1.2.2.2.2 2010/06/23 23:07:57 pjd Exp $"); #include <sys/param.h> diff --git a/sbin/hastd/ebuf.h b/sbin/hastd/ebuf.h index 06275e7c9095..dd17eddfc59d 100644 --- a/sbin/hastd/ebuf.h +++ b/sbin/hastd/ebuf.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/ebuf.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _EBUF_H_ diff --git a/sbin/hastd/hast.conf.5 b/sbin/hastd/hast.conf.5 index 1ccd47941c66..b79fedc23d1d 100644 --- a/sbin/hastd/hast.conf.5 +++ b/sbin/hastd/hast.conf.5 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/hastd/hast.conf.5,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 1, 2010 .Dt HAST.CONF 5 diff --git a/sbin/hastd/hast.h b/sbin/hastd/hast.h index 2230afb20d60..72110653f721 100644 --- a/sbin/hastd/hast.h +++ b/sbin/hastd/hast.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/hast.h,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _HAST_H_ diff --git a/sbin/hastd/hast_proto.c b/sbin/hastd/hast_proto.c index 4e898ca12e09..e9e549447b62 100644 --- a/sbin/hastd/hast_proto.c +++ b/sbin/hastd/hast_proto.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/hast_proto.c,v 1.1.2.3.2.2 2010/06/23 23:07:57 pjd Exp $"); #include <sys/endian.h> diff --git a/sbin/hastd/hast_proto.h b/sbin/hastd/hast_proto.h index 3894e3838089..adb454c11e89 100644 --- a/sbin/hastd/hast_proto.h +++ b/sbin/hastd/hast_proto.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/hast_proto.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _HAST_PROTO_H_ diff --git a/sbin/hastd/hastd.8 b/sbin/hastd/hastd.8 index 276b3d301ab4..26b48277a508 100644 --- a/sbin/hastd/hastd.8 +++ b/sbin/hastd/hastd.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/hastd/hastd.8,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 1, 2010 .Dt HASTD 8 diff --git a/sbin/hastd/hastd.c b/sbin/hastd/hastd.c index 1d9d1b4e3af6..7aa25ace6b1b 100644 --- a/sbin/hastd/hastd.c +++ b/sbin/hastd/hastd.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/hastd.c,v 1.2.2.4.2.2 2010/06/23 23:07:57 pjd Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/hastd/hastd.h b/sbin/hastd/hastd.h index 199de8c94d5c..d12d06b9d9af 100644 --- a/sbin/hastd/hastd.h +++ b/sbin/hastd/hastd.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/hastd.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _HASTD_H_ diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index 1fdeb7500859..7c590798a3ac 100644 --- a/sbin/hastd/hooks.c +++ b/sbin/hastd/hooks.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/hooks.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/sbin/hastd/hooks.h b/sbin/hastd/hooks.h index 799b781d319f..e85af0671a2a 100644 --- a/sbin/hastd/hooks.h +++ b/sbin/hastd/hooks.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/hooks.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _HOOKS_H_ diff --git a/sbin/hastd/metadata.c b/sbin/hastd/metadata.c index de21b53ef50d..010dc0929eed 100644 --- a/sbin/hastd/metadata.c +++ b/sbin/hastd/metadata.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/metadata.c,v 1.1.2.3.2.2 2010/06/23 23:07:57 pjd Exp $"); #include <assert.h> #include <errno.h> diff --git a/sbin/hastd/metadata.h b/sbin/hastd/metadata.h index 83d35f4c2f23..5b9bbc315014 100644 --- a/sbin/hastd/metadata.h +++ b/sbin/hastd/metadata.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/metadata.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _METADATA_H_ diff --git a/sbin/hastd/nv.c b/sbin/hastd/nv.c index 49b0cbbcb847..1daa70b1e96a 100644 --- a/sbin/hastd/nv.c +++ b/sbin/hastd/nv.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/nv.c,v 1.1.2.2.2.2 2010/06/23 23:07:57 pjd Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sbin/hastd/nv.h b/sbin/hastd/nv.h index 16775480b026..8937923b9f68 100644 --- a/sbin/hastd/nv.h +++ b/sbin/hastd/nv.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/nv.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _NV_H_ diff --git a/sbin/hastd/parse.y b/sbin/hastd/parse.y index 840a84489513..4f183308ded5 100644 --- a/sbin/hastd/parse.y +++ b/sbin/hastd/parse.y @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/parse.y,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> /* MAXHOSTNAMELEN */ diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c index 9f8b3f499de7..b47f60345d19 100644 --- a/sbin/hastd/pjdlog.c +++ b/sbin/hastd/pjdlog.c @@ -26,11 +26,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/pjdlog.c,v 1.2.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/pjdlog.c,v 1.2.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/sbin/hastd/pjdlog.h b/sbin/hastd/pjdlog.h index 2136b12f42ae..ce3e9cb10ba1 100644 --- a/sbin/hastd/pjdlog.h +++ b/sbin/hastd/pjdlog.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/pjdlog.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _PJDLOG_H_ diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c index ae7422044480..ec5c8e10afa3 100644 --- a/sbin/hastd/primary.c +++ b/sbin/hastd/primary.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/primary.c,v 1.3.2.4.2.2 2010/06/23 23:07:57 pjd Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/sbin/hastd/proto.c b/sbin/hastd/proto.c index 531e7e5fc059..9769846453f1 100644 --- a/sbin/hastd/proto.c +++ b/sbin/hastd/proto.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/proto.c,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/sbin/hastd/proto.h b/sbin/hastd/proto.h index 13248bad649f..f5bab472b0ef 100644 --- a/sbin/hastd/proto.h +++ b/sbin/hastd/proto.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/proto.h,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _PROTO_H_ diff --git a/sbin/hastd/proto_common.c b/sbin/hastd/proto_common.c index 131d30e19ef2..6c21da8fe667 100644 --- a/sbin/hastd/proto_common.c +++ b/sbin/hastd/proto_common.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/proto_common.c,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/sbin/hastd/proto_impl.h b/sbin/hastd/proto_impl.h index ea6548d58042..6c1fe6b50374 100644 --- a/sbin/hastd/proto_impl.h +++ b/sbin/hastd/proto_impl.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/proto_impl.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _PROTO_IMPL_H_ diff --git a/sbin/hastd/proto_socketpair.c b/sbin/hastd/proto_socketpair.c index 08d0c667a069..96ed82eb35a6 100644 --- a/sbin/hastd/proto_socketpair.c +++ b/sbin/hastd/proto_socketpair.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/proto_socketpair.c,v 1.2.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/sbin/hastd/proto_tcp4.c b/sbin/hastd/proto_tcp4.c index 5af82d531853..9158e7a1c813 100644 --- a/sbin/hastd/proto_tcp4.c +++ b/sbin/hastd/proto_tcp4.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/proto_tcp4.c,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> /* MAXHOSTNAMELEN */ diff --git a/sbin/hastd/proto_uds.c b/sbin/hastd/proto_uds.c index 0fac82f24d06..001e060d25c1 100644 --- a/sbin/hastd/proto_uds.c +++ b/sbin/hastd/proto_uds.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/proto_uds.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* UDS - UNIX Domain Socket */ diff --git a/sbin/hastd/rangelock.c b/sbin/hastd/rangelock.c index 02247d6e3b41..0172c2dc40ad 100644 --- a/sbin/hastd/rangelock.c +++ b/sbin/hastd/rangelock.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/rangelock.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/queue.h> diff --git a/sbin/hastd/rangelock.h b/sbin/hastd/rangelock.h index 2ad9895c5079..dcf2b6b45a24 100644 --- a/sbin/hastd/rangelock.h +++ b/sbin/hastd/rangelock.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/rangelock.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _RANGELOCK_H_ diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c index b487e9dc2bee..2ea94d7a2757 100644 --- a/sbin/hastd/secondary.c +++ b/sbin/hastd/secondary.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/secondary.c,v 1.1.2.3.2.2 2010/06/23 23:07:57 pjd Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/hastd/subr.c b/sbin/hastd/subr.c index 16ea93f12e21..f29dc98a89a8 100644 --- a/sbin/hastd/subr.c +++ b/sbin/hastd/subr.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/hastd/subr.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/disk.h> diff --git a/sbin/hastd/subr.h b/sbin/hastd/subr.h index c486f5c608da..76b71d32e1be 100644 --- a/sbin/hastd/subr.h +++ b/sbin/hastd/subr.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/subr.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _SUBR_H_ diff --git a/sbin/hastd/synch.h b/sbin/hastd/synch.h index 7269aea6607a..6d43c8c6b4ed 100644 --- a/sbin/hastd/synch.h +++ b/sbin/hastd/synch.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/synch.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _SYNCH_H_ diff --git a/sbin/hastd/token.l b/sbin/hastd/token.l index e5d4ca10df21..b042b3676a71 100644 --- a/sbin/hastd/token.l +++ b/sbin/hastd/token.l @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/hastd/token.l,v 1.1.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <stdio.h> diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 367ad9c3bc15..ee98c0839471 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.37.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ifconfig/af_atalk.c b/sbin/ifconfig/af_atalk.c index c50e0fd1ba65..d3c236050e50 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.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_inet.c b/sbin/ifconfig/af_inet.c index 2c75b01cded8..0e0c5cdb16b4 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.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_inet6.c b/sbin/ifconfig/af_inet6.c index e091ac75fab4..2c3b8f87e5f1 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.7.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/af_ipx.c b/sbin/ifconfig/af_ipx.c index bc5d500dac76..dc9ed1b5b602 100644 --- a/sbin/ifconfig/af_ipx.c +++ b/sbin/ifconfig/af_ipx.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_ipx.c,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_link.c b/sbin/ifconfig/af_link.c index f77515e5115e..23854cc15170 100644 --- a/sbin/ifconfig/af_link.c +++ b/sbin/ifconfig/af_link.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_link.c,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/af_nd6.c b/sbin/ifconfig/af_nd6.c index e6b920af7bd4..8c918e921065 100644 --- a/sbin/ifconfig/af_nd6.c +++ b/sbin/ifconfig/af_nd6.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/af_nd6.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifbridge.c b/sbin/ifconfig/ifbridge.c index 65c33173cc73..0fa7de2014ab 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.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifcarp.c b/sbin/ifconfig/ifcarp.c index 2306717e63b8..a2384ca979c8 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.24.2.2.1 2010/06/14 02:09:06 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 1ce92c840b54..2b067202b521 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/queue.h> diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index eaab8fa46481..c3b2c1b30896 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.159.2.6.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 14, 2010 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index fd20d17ea739..8fba80bf72e8 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.146.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index d6f534993e77..474c7485476f 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.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define __constructor __attribute__((constructor)) diff --git a/sbin/ifconfig/ifgif.c b/sbin/ifconfig/ifgif.c index aed6382b2faf..610be5d059f9 100644 --- a/sbin/ifconfig/ifgif.c +++ b/sbin/ifconfig/ifgif.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifgif.c,v 1.2.2.2.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif #include <sys/param.h> diff --git a/sbin/ifconfig/ifgre.c b/sbin/ifconfig/ifgre.c index 8bf7ede1989a..5e02d8729263 100644 --- a/sbin/ifconfig/ifgre.c +++ b/sbin/ifconfig/ifgre.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifgre.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif #include <sys/param.h> diff --git a/sbin/ifconfig/ifgroup.c b/sbin/ifconfig/ifgroup.c index 9eaac3b699bb..9618eb535fba 100644 --- a/sbin/ifconfig/ifgroup.c +++ b/sbin/ifconfig/ifgroup.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifgroup.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index a0ee24706e39..8c959a9683cc 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.83.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- diff --git a/sbin/ifconfig/iflagg.c b/sbin/ifconfig/iflagg.c index 82e6ccb53a49..ad45b8f56317 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifmac.c b/sbin/ifconfig/ifmac.c index d7e1e5b2aaef..2ff73d2c7d07 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.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index bb95043ca694..f7ebae2c5dc5 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.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. diff --git a/sbin/ifconfig/ifpfsync.c b/sbin/ifconfig/ifpfsync.c index 2a388a17e1c8..efadd2591b28 100644 --- a/sbin/ifconfig/ifpfsync.c +++ b/sbin/ifconfig/ifpfsync.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ifconfig/ifpfsync.c,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c index 30005852f166..b33cf33cf61a 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.19.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif #define NOTAG ((u_short) -1) diff --git a/sbin/ifconfig/regdomain.c b/sbin/ifconfig/regdomain.c index 414028958e5f..adcf2fc3ecb1 100644 --- a/sbin/ifconfig/regdomain.c +++ b/sbin/ifconfig/regdomain.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/sbin/ifconfig/regdomain.c,v 1.7.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/regdomain.h b/sbin/ifconfig/regdomain.h index cfc2be02f1fb..622b4de855dd 100644 --- a/sbin/ifconfig/regdomain.h +++ b/sbin/ifconfig/regdomain.h @@ -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/ifconfig/regdomain.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _LIB80211_H_ #define _LIB80211_H_ diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 58a9e0ad0d2e..936c4e55fc8a 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.34.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= init MAN= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index bd21b48d2144..f23d030fe3a9 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.50.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 15, 2005 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index 8629b90890cf..1e0c87fdab82 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.68.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h index 335445bb0634..fbed421a46f5 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index df57c807a02b..620364b21dc6 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.16.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ #.WAIT SUBDIR= libipf diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 3373b557bd8c..adb5b74a0276 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.22.1.4.1 2010/06/14 02:09:06 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..3d66fe4e49c7 100644 --- a/sbin/ipf/ipf/Makefile +++ b/sbin/ipf/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipf/Makefile,v 1.6.10.1.4.1 2010/06/14 02:09:06 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..60a91be27df3 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ipfs MAN= ipfs.8 diff --git a/sbin/ipf/ipfstat/Makefile b/sbin/ipf/ipfstat/Makefile index a33c5df38d8f..1fa78f1a1297 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/ipftest/Makefile b/sbin/ipf/ipftest/Makefile index 8903f253b426..d0ab08ac9354 100644 --- a/sbin/ipf/ipftest/Makefile +++ b/sbin/ipf/ipftest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipftest/Makefile,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ WARNS=0 diff --git a/sbin/ipf/ipmon/Makefile b/sbin/ipf/ipmon/Makefile index 3639f8733c1e..bdfbc7d1a330 100644 --- a/sbin/ipf/ipmon/Makefile +++ b/sbin/ipf/ipmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipmon/Makefile,v 1.3.10.1.4.1 2010/06/14 02:09:06 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..1a99345edad3 100644 --- a/sbin/ipf/ipnat/Makefile +++ b/sbin/ipf/ipnat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipnat/Makefile,v 1.3.10.1.4.1 2010/06/14 02:09:06 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..acb348af065a 100644 --- a/sbin/ipf/ippool/Makefile +++ b/sbin/ipf/ippool/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ippool/Makefile,v 1.3.10.1.4.1 2010/06/14 02:09:06 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..dd5fba408bf1 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.22.1.4.1 2010/06/14 02:09:06 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..f9db8eb9ddef 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/iptest/Makefile b/sbin/ipf/iptest/Makefile index 647471cf4cef..c45987bba939 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index 43428cc68f4e..fb006d2939d1 100644 --- a/sbin/ipf/libipf/Makefile +++ b/sbin/ipf/libipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/libipf/Makefile,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ LIB= ipf INTERNALLIB= diff --git a/sbin/ipf/rules/Makefile b/sbin/ipf/rules/Makefile index a90907fc9853..e7fb5cd7d6a9 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index b25f38ca2e8b..700d80681304 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfw/Makefile,v 1.21.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ipfw SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c altq.c diff --git a/sbin/ipfw/altq.c b/sbin/ipfw/altq.c index 8cf19e54a4e7..331e9a8ccc70 100644 --- a/sbin/ipfw/altq.c +++ b/sbin/ipfw/altq.c @@ -17,7 +17,7 @@ * * NEW command line interface for IP firewall facility * - * $FreeBSD$ + * $FreeBSD: src/sbin/ipfw/altq.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * altq interface */ diff --git a/sbin/ipfw/dummynet.c b/sbin/ipfw/dummynet.c index eb6547a046c8..e634cf2f68fe 100644 --- a/sbin/ipfw/dummynet.c +++ b/sbin/ipfw/dummynet.c @@ -10,7 +10,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ipfw/dummynet.c,v 1.9.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $ * * dummynet support */ diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 897cd3fd59ae..d09be4636eec 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ipfw/ipfw.8,v 1.231.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 24, 2009 .Dt IPFW 8 diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index 41f6e3ab3e86..1c3cc68de9ef 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.149.2.6.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h index d1729841e97b..f5d9ce12659a 100644 --- a/sbin/ipfw/ipfw2.h +++ b/sbin/ipfw/ipfw2.h @@ -17,7 +17,7 @@ * * NEW command line interface for IP firewall facility * - * $FreeBSD$ + * $FreeBSD: src/sbin/ipfw/ipfw2.h,v 1.9.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sbin/ipfw/ipv6.c b/sbin/ipfw/ipv6.c index 40f078b907d9..e72b26737254 100644 --- a/sbin/ipfw/ipv6.c +++ b/sbin/ipfw/ipv6.c @@ -17,7 +17,7 @@ * * NEW command line interface for IP firewall facility * - * $FreeBSD$ + * $FreeBSD: src/sbin/ipfw/ipv6.c,v 1.1.4.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * * ipv6 support */ diff --git a/sbin/ipfw/main.c b/sbin/ipfw/main.c index cd39cf13bfdf..c2a82d6553a2 100644 --- a/sbin/ipfw/main.c +++ b/sbin/ipfw/main.c @@ -17,7 +17,7 @@ * * Command line interface for IP firewall facility * - * $FreeBSD$ + * $FreeBSD: src/sbin/ipfw/main.c,v 1.3.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/wait.h> diff --git a/sbin/ipfw/nat.c b/sbin/ipfw/nat.c index 21196bcdc1e5..d464b6ff528b 100644 --- a/sbin/ipfw/nat.c +++ b/sbin/ipfw/nat.c @@ -17,7 +17,7 @@ * * NEW command line interface for IP firewall facility * - * $FreeBSD$ + * $FreeBSD: src/sbin/ipfw/nat.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * * In-kernel nat support */ diff --git a/sbin/iscontrol/Makefile b/sbin/iscontrol/Makefile index 2b09fa9aa371..9ba0fe0cb2c9 100644 --- a/sbin/iscontrol/Makefile +++ b/sbin/iscontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/iscontrol/Makefile,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c PROG= iscontrol diff --git a/sbin/iscontrol/auth_subr.c b/sbin/iscontrol/auth_subr.c index 06c0ee57fd73..17cd9c9f831d 100644 --- a/sbin/iscontrol/auth_subr.c +++ b/sbin/iscontrol/auth_subr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/iscontrol/auth_subr.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/iscontrol/config.c b/sbin/iscontrol/config.c index d6d250d59332..d684c79bc203 100644 --- a/sbin/iscontrol/config.c +++ b/sbin/iscontrol/config.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/iscontrol/config.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdlib.h> #include <unistd.h> diff --git a/sbin/iscontrol/fsm.c b/sbin/iscontrol/fsm.c index 443ebcac6b2e..b5304497c21d 100644 --- a/sbin/iscontrol/fsm.c +++ b/sbin/iscontrol/fsm.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/iscontrol/fsm.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/iscontrol/iscontrol.8 b/sbin/iscontrol/iscontrol.8 index aaa126dc06ec..4e9994c391f4 100644 --- a/sbin/iscontrol/iscontrol.8 +++ b/sbin/iscontrol/iscontrol.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/iscontrol/iscontrol.8,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 22, 2007 .Dt ISCONTROL 8 diff --git a/sbin/iscontrol/iscontrol.c b/sbin/iscontrol/iscontrol.c index 8cfa5fa469c0..95e942a555dd 100644 --- a/sbin/iscontrol/iscontrol.c +++ b/sbin/iscontrol/iscontrol.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/iscontrol/iscontrol.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/iscontrol/iscontrol.h b/sbin/iscontrol/iscontrol.h index 5ab296d0a5c9..aa559d8e76d5 100644 --- a/sbin/iscontrol/iscontrol.h +++ b/sbin/iscontrol/iscontrol.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/iscontrol/iscontrol.h,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* | $Id: iscontrol.h,v 2.3 2007/04/27 08:36:49 danny Exp danny $ diff --git a/sbin/iscontrol/iscsi.conf.5 b/sbin/iscontrol/iscsi.conf.5 index 2edcd35742a2..cd2b93f5089c 100644 --- a/sbin/iscontrol/iscsi.conf.5 +++ b/sbin/iscontrol/iscsi.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/iscontrol/iscsi.conf.5,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 5, 2007 .Os diff --git a/sbin/iscontrol/login.c b/sbin/iscontrol/login.c index ec17f211573a..dc5a96497326 100644 --- a/sbin/iscontrol/login.c +++ b/sbin/iscontrol/login.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/iscontrol/login.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/iscontrol/misc.c b/sbin/iscontrol/misc.c index 9634a1bb023c..f68821f010b2 100644 --- a/sbin/iscontrol/misc.c +++ b/sbin/iscontrol/misc.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/iscontrol/misc.c,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/iscontrol/pdu.c b/sbin/iscontrol/pdu.c index 444c1f11ab21..403b9d5813aa 100644 --- a/sbin/iscontrol/pdu.c +++ b/sbin/iscontrol/pdu.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/iscontrol/pdu.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/sbin/iscontrol/pdu.h b/sbin/iscontrol/pdu.h index 0154f9e60171..bbd6e09710f8 100644 --- a/sbin/iscontrol/pdu.h +++ b/sbin/iscontrol/pdu.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/iscontrol/pdu.h,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* | $Id: pdu.h,v 2.1 2006/11/12 08:06:51 danny Exp $ diff --git a/sbin/kldconfig/Makefile b/sbin/kldconfig/Makefile index e92daf6c6f7c..ae70e6c044df 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG= kldconfig diff --git a/sbin/kldconfig/kldconfig.8 b/sbin/kldconfig/kldconfig.8 index 18fbaf609ac4..607760ec90ee 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 15, 2001 .Dt KLDCONFIG 8 diff --git a/sbin/kldconfig/kldconfig.c b/sbin/kldconfig/kldconfig.c index 403251d2a18f..a905e6b03730 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.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index da597d4594f9..6b814f4cc12e 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index b6b6e8686b34..3f37e47350d2 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.30.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 5, 2009 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index dd4051bb3620..cb3f594acce6 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.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index b602a3edfb1f..dd73bb82c5a9 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG= kldstat diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index 6f040e241925..72ac2204dfe3 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.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 23, 2005 .Dt KLDSTAT 8 diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index ec243b832bdf..97b5cef7fddc 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.21.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdint.h> diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index 48e5c035ccdc..7a457c09a7e5 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.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG= kldunload diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index 0a7937c5ebc4..db51b2e61bc8 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.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 27, 2006 .Dt KLDUNLOAD 8 diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index 8a3ea6176f66..ab03188af510 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.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 442ae6350713..35458079665c 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ldconfig/Makefile,v 1.20.22.1.4.1 2010/06/14 02:09:06 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..c1e5b06e6fec 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 882459010b30..2f11e4cffd5a 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.36.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 11, 2005 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index 6364653880c4..da4a62081226 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.47.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.h b/sbin/ldconfig/ldconfig.h index 859bcbd204bc..d897e6e07f26 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef LDCONFIG_H diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile index e025a23e4239..5c07d3fad15d 100644 --- a/sbin/mca/Makefile +++ b/sbin/mca/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mca/Makefile,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mca WARNS?= 4 MAN= mca.8 diff --git a/sbin/mca/mca.8 b/sbin/mca/mca.8 index e654d3676173..566037c94388 100644 --- a/sbin/mca/mca.8 +++ b/sbin/mca/mca.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/mca/mca.8,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 11, 2006 .Dt MCA 8 diff --git a/sbin/mca/mca.c b/sbin/mca/mca.c index 0c4e1a0c5a80..4eee588d36b9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 07c4109e0d79..22846cc86105 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= md5 diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index 2397d9e69fe0..8a7b35e13189 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/md5/md5.1,v 1.27.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd September 7, 2008 .Dt MD5 1 .Os diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 9436aa210a90..5d7d42a96e45 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.37.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index f4d8adcfde8d..e7686c35bc00 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mdconfig/Makefile,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mdconfig MAN= mdconfig.8 diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 0288474fec13..086073b9e0fd 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.44.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 21, 2008 .Dt MDCONFIG 8 diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index ec667c51ad52..44406ac7063e 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.57.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * */ #include <sys/param.h> diff --git a/sbin/mdmfs/Makefile b/sbin/mdmfs/Makefile index 1ef708454267..fac41cdbaeef 100644 --- a/sbin/mdmfs/Makefile +++ b/sbin/mdmfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mdmfs/Makefile,v 1.6.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mdmfs LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index ef8e596420d9..01d17104cbe8 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.29.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 15, 2007 .Dt MDMFS 8 diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index bdd880b28542..b395782f87e6 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.33.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mdioctl.h> diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index d28d3a595377..11f20e418205 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mknod WARNS?= 0 diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 54b544153c97..461b60242bb5 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 15, 2004 .Dt MKNOD 8 diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index 4c6c399d3fd4..817ea6995d50 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.16.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mksnap_ffs/Makefile b/sbin/mksnap_ffs/Makefile index 40b56b445da2..b1aa3ba1e939 100644 --- a/sbin/mksnap_ffs/Makefile +++ b/sbin/mksnap_ffs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mksnap_ffs/Makefile,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../mount diff --git a/sbin/mksnap_ffs/mksnap_ffs.8 b/sbin/mksnap_ffs/mksnap_ffs.8 index 92e59e55ee7d..7f14e4c4555d 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.5.2.2.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 29, 2009 .Dt MKSNAP_FFS 8 diff --git a/sbin/mksnap_ffs/mksnap_ffs.c b/sbin/mksnap_ffs/mksnap_ffs.c index f0db853e8163..8e4d98cc8bc7 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 4186f00f6fd1..120939509afc 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.19.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mount SRCS= mount.c mount_fs.c getmntopts.c vfslist.c diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h index 91e2ec480b2e..d182827bdc94 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.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* vfslist.c */ diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index b8380adb7267..83d40dac5f80 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 17, 2008 .Dt GETMNTOPTS 3 diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index 194b3df56846..a4f16caa3ada 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.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 2903d553f4ef..1d563d102b91 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.29.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ struct mntopt { diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index d3f6717bf375..dc7159f38629 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.90.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 10, 2010 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index b39a7d119e30..6ff69fec3e59 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount/mount.c,v 1.107.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/mount/mount_fs.c b/sbin/mount/mount_fs.c index 94b679b3a042..06fd92c42865 100644 --- a/sbin/mount/mount_fs.c +++ b/sbin/mount/mount_fs.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_fs.c 8.6 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/mount_fs.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/pathnames.h b/sbin/mount/pathnames.h index aaa0a2c10e1e..509b4ee08f06 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define _PATH_MOUNTDPID "/var/run/mountd.pid" diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index f95a76efdb24..f28a5fad5801 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdlib.h> diff --git a/sbin/mount_autofs/Makefile b/sbin/mount_autofs/Makefile index e7d040d4d08c..a7dce3483648 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.22.1.4.1 2010/06/14 02:09:06 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..5cab00587f71 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.22.1.4.1 2010/06/14 02:09:06 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..a297c61bcc92 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <err.h> #include <stdio.h> diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 0602d9bbd29c..58fca9656d25 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.11.10.1.4.1 2010/06/14 02:09:06 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 909af4019cdf..e916e1f36292 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.30.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 3, 2005 .Dt MOUNT_CD9660 8 diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 922f6cf73211..ecfe4e30da4e 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.33.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/cdio.h> diff --git a/sbin/mount_ext2fs/Makefile b/sbin/mount_ext2fs/Makefile index 3eefb92eb8c0..b3af70237bd3 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.32.1.4.1 2010/06/14 02:09:06 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..c9fa5643c048 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.30.1.4.1 2010/06/14 02:09:06 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..f434b85018b9 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.22.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index 084377407787..2594d4457d00 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG= mount_hpfs diff --git a/sbin/mount_hpfs/mount_hpfs.8 b/sbin/mount_hpfs/mount_hpfs.8 index 0cdcb20e2e15..9352622a824a 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.34.1.4.1 2010/06/14 02:09:06 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..5c6baa4b25d7 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile index 8752f0d848a8..6897ff865c8b 100644 --- a/sbin/mount_msdosfs/Makefile +++ b/sbin/mount_msdosfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdosfs/Makefile,v 1.28.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG= mount_msdosfs diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8 index 9a3be1377ebe..2304b5ecfad2 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.34.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 23, 2008 .Dt MOUNT_MSDOSFS 8 diff --git a/sbin/mount_msdosfs/mount_msdosfs.c b/sbin/mount_msdosfs/mount_msdosfs.c index 096f04a683a2..a9750ff28eec 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.44.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 2e255b27271e..acd796d0c360 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.18.2.1.4.1 2010/06/14 02:09:06 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 39334306112f..5846142e8351 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.54.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 28, 2009 .Dt MOUNT_NFS 8 diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 5e722a00936b..27c1682a0934 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.88.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 5938b0dd52a6..acb1df5c62da 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG= mount_ntfs diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 60c2e3bc90fa..1dd7179915b4 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.25.2.1.4.1 2010/06/14 02:09:06 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..181e16e1b57e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 5e92c5b5c264..7bf13d95a4a9 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.12.10.1.4.1 2010/06/14 02:09:06 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..a61afdb81344 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.32.10.1.4.1 2010/06/14 02:09:06 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 a0ad5f681908..8ee5ec3db553 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.26.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_reiserfs/Makefile b/sbin/mount_reiserfs/Makefile index bd11a4b8ac64..c16ea0564f4c 100644 --- a/sbin/mount_reiserfs/Makefile +++ b/sbin/mount_reiserfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_reiserfs/Makefile,v 1.2.10.1.4.1 2010/06/14 02:09:06 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..181a99e067a0 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.22.1.4.1 2010/06/14 02:09:06 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 5c4e6fcff628..61eac195ce5e 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.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 110a5256cf22..1963deaa16d3 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.14.10.1.4.1 2010/06/14 02:09:06 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 7575cee0b186..ca5c5a5904f6 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.24.10.1.4.1 2010/06/14 02:09:06 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 3f292b4a9a1d..9a82452d7177 100644 --- a/sbin/mount_std/mount_std.c +++ b/sbin/mount_std/mount_std.c @@ -38,7 +38,7 @@ static const char copyright[] = #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount_std/mount_std.c,v 1.22.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index c5351fdc8782..7aa046d451a2 100644 --- a/sbin/mount_udf/Makefile +++ b/sbin/mount_udf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_udf/Makefile,v 1.6.10.1.4.1 2010/06/14 02:09:06 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..5f255b871d92 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.22.1.4.1 2010/06/14 02:09:06 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..1c75379e2070 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 35158ab92378..7826dc3f5fac 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.14.10.1.4.1 2010/06/14 02:09:06 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..1b499329cdbf 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.23.2.1.4.1 2010/06/14 02:09:06 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 edb0fff07596..9e56421377ab 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.28.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif #endif /* not lint */ diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile index c6bf3267a7cf..fdd174acac5c 100644 --- a/sbin/natd/Makefile +++ b/sbin/natd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/Makefile,v 1.9.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG = natd SRCS = natd.c icmp.c diff --git a/sbin/natd/README b/sbin/natd/README index d2e8a9ae6709..84388e17aa3e 100644 --- a/sbin/natd/README +++ b/sbin/natd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/README,v 1.3.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ A Network Address Translation Daemon for FreeBSD diff --git a/sbin/natd/icmp.c b/sbin/natd/icmp.c index 1509b965f4b8..5a2350c02948 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <stdlib.h> diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index 6bed4247900b..7aadc6e4c5ef 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/natd/natd.8,v 1.69.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd June 23, 2008 .Dt NATD 8 .Os diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index f6b3fdb78f96..ba7951996b3f 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.54.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #define SYSLOG_NAMES diff --git a/sbin/natd/natd.h b/sbin/natd/natd.h index 32bffd81a745..79c8d19fcff7 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.6.2.1.4.1 2010/06/14 02:09:06 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..8b8ed1cc65b8 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # # Configuration file for natd. diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 9454e5301444..b5786dd015a7 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.23.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index b7a6b5217654..35db066387d4 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.97.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <grp.h> diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 9aea040cc1dd..d96d714d3479 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.75.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 21, 2008 .Dt NEWFS 8 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 886730679d2e..168cdc9538ea 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.88.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * newfs: friendly front end to mkfs diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h index 9da3226a7756..3666903e38c8 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.21.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <libufs.h> diff --git a/sbin/newfs/ref.test b/sbin/newfs/ref.test index 1967e247d4e5..6a76dd4ca9a8 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ 00c08266df6b0c79d2673515c182216a c00458f223a9119190591e8b8679bf97 7d5b3c75244898dbb07a4cd20860c8a1 diff --git a/sbin/newfs/runtest00.sh b/sbin/newfs/runtest00.sh index a95dbcc83b25..44eb7b0c4721 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ set -e diff --git a/sbin/newfs/runtest01.sh b/sbin/newfs/runtest01.sh index 47128326ed24..d265ebf8fa53 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ set -e diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index 5ee8277d42a9..efca4bff995a 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.22.1.4.1 2010/06/14 02:09:06 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 1c63a743f25d..0d4886e15bcc 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.27.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 11, 2009 .Dt NEWFS_MSDOS 8 diff --git a/sbin/newfs_msdos/newfs_msdos.c b/sbin/newfs_msdos/newfs_msdos.c index 955c3a54d971..2a8643ca0546 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.33.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 22717c576f42..0e6dcc0050eb 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= nfsiod WARNS?= 6 diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 44bf1af28ad2..f0566be496c4 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 22, 1994 .Dt NFSIOD 8 diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index 31559cc61bd7..e4b05647c66d 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/syslog.h> diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile index e128b62160f7..2a6d7151f7b5 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.30.1.4.1 2010/06/14 02:09:06 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..9aec7559fc79 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.22.1.4.1 2010/06/14 02:09:06 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..53342e579b9b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index ee5705197e56..ad1fba06789d 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pfctl/Makefile,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/pf/pfctl .PATH: ${.CURDIR}/../../sys/contrib/pf/net diff --git a/sbin/pfctl/missing/altq/altq.h b/sbin/pfctl/missing/altq/altq.h index c740ed359ad1..d9a1b8bfcf90 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.30.1.4.1 2010/06/14 02:09:06 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..1cad3054f3fd 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.30.1.4.1 2010/06/14 02:09:06 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..0153ebcce95a 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.30.1.4.1 2010/06/14 02:09:06 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..9516bb5c9a81 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.30.1.4.1 2010/06/14 02:09:06 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..390ac3e43275 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.30.1.4.1 2010/06/14 02:09:06 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..5cf21f52cb22 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.30.1.4.1 2010/06/14 02:09:06 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..23915d5cbfb2 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.30.1.4.1 2010/06/14 02:09:06 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..e02d55986e0d 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.30.1.4.1 2010/06/14 02:09:06 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..ec2b046a63cf 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.30.1.4.1 2010/06/14 02:09:06 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..7a760f71d18d 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.30.1.4.1 2010/06/14 02:09:06 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..a6db1abaabd5 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.30.1.4.1 2010/06/14 02:09:06 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 861ac6f4daec..92fe44495225 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pflogd/Makefile,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/pf/pflogd diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 838e1ea7245b..a38d1c0e02be 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.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ping MAN= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 76175855bcc2..b61bec36e4ac 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.56.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 4, 2006 .Dt PING 8 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 9280bef1e8ef..faaec1b11399 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.112.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * P I N G . C diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 89e7fbe2c6ae..2f928d9c0fec 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ping6/Makefile,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ping6 MAN= ping6.8 diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 3298deaa5a26..25389a67ea85 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.27.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 20, 2010 .Dt PING6 8 diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 69a98b235003..cc1a8c5ac119 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.37.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index 5184bf261f1e..10127b41537f 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/quotacheck/Makefile,v 1.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= quotacheck diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c index a6c4169ee55e..38c8a58ad284 100644 --- a/sbin/quotacheck/preen.c +++ b/sbin/quotacheck/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/quotacheck/preen.c,v 1.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index 5ba2ad76fa3f..c3407c3c072b 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 25, 2007 .Dt QUOTACHECK 8 diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index 863932a12d2e..5af32f5d5ab1 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.36.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Fix up / report on disk quotas & usage diff --git a/sbin/quotacheck/quotacheck.h b/sbin/quotacheck/quotacheck.h index aad9d30a76a8..f972571ba64f 100644 --- a/sbin/quotacheck/quotacheck.h +++ b/sbin/quotacheck/quotacheck.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/quotacheck/quotacheck.h,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ struct quotaname { diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index 2ca64cc90b5f..14a216b5d7cf 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.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= rcorder SRCS= ealloc.c hash.c rcorder.c diff --git a/sbin/rcorder/ealloc.c b/sbin/rcorder/ealloc.c index a7cf6bc4a713..839dacb66cdb 100644 --- a/sbin/rcorder/ealloc.c +++ b/sbin/rcorder/ealloc.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/rcorder/ealloc.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ /* diff --git a/sbin/rcorder/ealloc.h b/sbin/rcorder/ealloc.h index 093ebc3dadc8..b2e02a1b8be7 100644 --- a/sbin/rcorder/ealloc.h +++ b/sbin/rcorder/ealloc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/rcorder/ealloc.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $NetBSD: ealloc.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ void *emalloc(size_t len); diff --git a/sbin/rcorder/hash.c b/sbin/rcorder/hash.c index bc882b92d6bd..be9caf221f8f 100644 --- a/sbin/rcorder/hash.c +++ b/sbin/rcorder/hash.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/rcorder/hash.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ /* diff --git a/sbin/rcorder/hash.h b/sbin/rcorder/hash.h index fd2f9783377b..8618d63a8139 100644 --- a/sbin/rcorder/hash.h +++ b/sbin/rcorder/hash.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/rcorder/hash.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $NetBSD: hash.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ /* diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8 index 82330c36a343..556c69c7e480 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.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 2008 .Dt RCORDER 8 diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c index bf8e9fbd5c0c..be5c56831fba 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/stat.h> diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 42f086887eb7..bd1b2cf8546c 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.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= reboot WARNS?= 6 diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 4b15ccf3f54c..bba832c7f148 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.61.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 18, 2005 .Dt BOOT 8 i386 diff --git a/sbin/reboot/nextboot.8 b/sbin/reboot/nextboot.8 index 765fa796fe04..ad5ed4c0c060 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 4, 2002 .Dt NEXTBOOT 8 diff --git a/sbin/reboot/nextboot.sh b/sbin/reboot/nextboot.sh index 56e53f60a1a9..168b47f3562c 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.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ delete="NO" force="NO" diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index b9baf344d79d..e215b0e68208 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.24.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 1993 .Dt REBOOT 8 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index 3a4d20cb4586..e1d335168c2b 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.27.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/reboot.h> #include <sys/types.h> diff --git a/sbin/recoverdisk/Makefile b/sbin/recoverdisk/Makefile index 6733a4f8fa20..30753398a422 100644 --- a/sbin/recoverdisk/Makefile +++ b/sbin/recoverdisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/recoverdisk/Makefile,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= recoverdisk WARNS?= 6 diff --git a/sbin/recoverdisk/recoverdisk.1 b/sbin/recoverdisk/recoverdisk.1 index 1759a7dc91b1..bee4288628b4 100644 --- a/sbin/recoverdisk/recoverdisk.1 +++ b/sbin/recoverdisk/recoverdisk.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/recoverdisk/recoverdisk.1,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 6, 2006 .Dt RECOVERDISK 1 diff --git a/sbin/recoverdisk/recoverdisk.c b/sbin/recoverdisk/recoverdisk.c index f4a6b5d9cab5..1692f637ffb1 100644 --- a/sbin/recoverdisk/recoverdisk.c +++ b/sbin/recoverdisk/recoverdisk.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/recoverdisk/recoverdisk.c,v 1.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> #include <sys/queue.h> diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 8097190d5d59..971ca43009cf 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.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../dump diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index 91bdcd48940e..c2bd9c2e0953 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.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index cbecc86bd476..b917b5d720de 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.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ struct entry *addentry(char *, ino_t, int); diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index c977df169b9c..d983f3798b31 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/restore/main.c b/sbin/restore/main.c index 91f4a83c7296..2eaf221ea707 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.27.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index cf6a364693b0..4fe7f4738208 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.53.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 12, 2006 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index e494cdb69a7d..792989fde2ad 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.19.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h index 8c6a87b8b2f7..f18a9e6238c2 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.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 3e523351924e..232caf61c3fd 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index c884dee22283..9d313ce58be7 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.53.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 6b984e409749..0419b328d8c9 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/route/Makefile b/sbin/route/Makefile index ef56dfd9286a..1c18bdaaaf02 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.21.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/route/keywords b/sbin/route/keywords index 8817f3055b80..eb67cc04527f 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ add atalk diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 65a1de166071..e4c3dd415c34 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.47.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 2, 2005 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index e20cedbcee3f..351c27760f94 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.91.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 99b07f595674..07dc888f098b 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,5 +1,5 @@ # Make `routed` for FreeBSD -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/Makefile,v 1.18.2.1.4.1 2010/06/14 02:09:06 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..d199fc90db0d 100644 --- a/sbin/routed/Makefile.inc +++ b/sbin/routed/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/Makefile.inc,v 1.4.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include "../Makefile.inc" diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index c42cd806e150..913cb655a30b 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -28,11 +28,11 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/defs.h,v 1.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef sgi -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/defs.h,v 1.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $" #endif /* Definitions for RIPv2 routing process. diff --git a/sbin/routed/if.c b/sbin/routed/if.c index 1c185d76fe58..99a8ed190d82 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/if.c,v 1.22.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "defs.h" @@ -35,7 +35,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/if.c,v 1.22.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 8f8eefc5614c..1fc5257ed941 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/input.c,v 1.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "defs.h" @@ -34,7 +34,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/input.c,v 1.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 85bc9e8d3675..6c770eff9fab 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/main.c,v 1.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "defs.h" @@ -45,7 +45,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993 " __RCSID("$NetBSD$"); #include <util.h> #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/main.c,v 1.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.31 $"); #ident "$Revision: 2.31 $" diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 53eb4a5cff99..1e0104342b55 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/output.c,v 1.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "defs.h" @@ -34,7 +34,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/output.c,v 1.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 078f886048a2..091651c84314 100644 --- a/sbin/routed/parms.c +++ b/sbin/routed/parms.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/parms.c,v 1.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "defs.h" @@ -36,7 +36,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/parms.c,v 1.17.2.1.4.1 2010/06/14 02:09:06 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..b1cdfc14056f 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -28,7 +28,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/pathnames.h,v 1.8.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <paths.h> diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index 7685f782bac8..78ea670254b0 100644 --- a/sbin/routed/radix.c +++ b/sbin/routed/radix.c @@ -28,7 +28,7 @@ * * @(#)radix.c 8.4 (Berkeley) 11/2/94 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/radix.c,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* @@ -40,7 +40,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/radix.c,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.23 $"); #ident "$Revision: 2.23 $" diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h index 5cc177e94160..8ed49873d78e 100644 --- a/sbin/routed/radix.h +++ b/sbin/routed/radix.h @@ -28,7 +28,7 @@ * * @(#)radix.h 8.2 (Berkeley) 10/31/94 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/radix.h,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __RADIX_H_ diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 260f6e073230..b609ac4516ab 100644 --- a/sbin/routed/rdisc.c +++ b/sbin/routed/rdisc.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/rdisc.c,v 1.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "defs.h" @@ -37,7 +37,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/rdisc.c,v 1.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index c285ef3ad6dc..49f611cbeb73 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)routed.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/routed/routed.8,v 1.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 1, 1996 .Dt ROUTED 8 diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 7076158727f6..b44c034f200c 100644 --- a/sbin/routed/rtquery/Makefile +++ b/sbin/routed/rtquery/Makefile @@ -1,6 +1,6 @@ # Make `routed` tools for BSD/OS # $Revision: 1.6 $ -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/rtquery/Makefile,v 1.14.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= rtquery MAN= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 4f16e88d5c09..3216d9aa815b 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,5 +1,5 @@ .\" $Revision: 2.27 $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/routed/rtquery/rtquery.8,v 1.20.30.1.4.1 2010/06/14 02:09:06 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..bd23f1f6e57d 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/rtquery/rtquery.c,v 1.17.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> @@ -62,7 +62,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n" #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/rtquery/rtquery.c,v 1.17.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 8054a49b3404..8da0015a73f5 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/table.c,v 1.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "defs.h" @@ -34,7 +34,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/table.c,v 1.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index 8797e579e4f7..8139eb940629 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/trace.c,v 1.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define RIPCMDS @@ -39,7 +39,7 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/trace.c,v 1.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index 2086c68d5f29..f9f1c2311e86 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -12,7 +12,7 @@ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/rtsol/Makefile,v 1.14.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 525f281b598c..be4833297cb4 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/savecore/Makefile,v 1.13.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= savecore WARNS?= 6 diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index 25b9aa6dc45e..b0504bf5e0ef 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.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 24, 2008 .Dt SAVECORE 8 diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 77636488e9e0..1c3f00fe8991 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.80.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/sconfig/Makefile b/sbin/sconfig/Makefile index 5923692aad47..95e42b5c7281 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= sconfig MAN= sconfig.8 diff --git a/sbin/sconfig/sconfig.8 b/sbin/sconfig/sconfig.8 index 3fe7abcff686..9b969de0e472 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd May 19, 2004 .Dt SCONFIG 8 i386 .Os diff --git a/sbin/sconfig/sconfig.c b/sbin/sconfig/sconfig.c index 09255a1cc7cf..ee7b5c62059b 100644 --- a/sbin/sconfig/sconfig.c +++ b/sbin/sconfig/sconfig.c @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/sconfig/sconfig.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile index 03c2ea2655dc..fcbe56c8e855 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.14.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/setkey/parse.y b/sbin/setkey/parse.y index c551c356e737..7b0b95e52c15 100644 --- a/sbin/setkey/parse.y +++ b/sbin/setkey/parse.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/parse.y,v 1.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* $KAME: parse.y,v 1.83 2004/05/18 08:48:23 sakane Exp $ */ /* diff --git a/sbin/setkey/sample.cf b/sbin/setkey/sample.cf index c534fa10f1c4..aae3a9637f73 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.24.1.4.1 2010/06/14 02:09:06 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..f30bcab98871 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.28.1.4.1 2010/06/14 02:09:06 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 1339c49f4d8d..e74665687c7f 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.39.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 13, 2006 .Dt SETKEY 8 diff --git a/sbin/setkey/setkey.c b/sbin/setkey/setkey.c index 543f428a78e5..2590e67fef47 100644 --- a/sbin/setkey/setkey.c +++ b/sbin/setkey/setkey.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/setkey.c,v 1.8.2.1.4.1 2010/06/14 02:09:06 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 d3af16217ed9..32e7917f0aae 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.4.2.1.4.1 2010/06/14 02:09:06 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 9e9b723e7773..fd7cde195c69 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.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/sbin/setkey/token.l b/sbin/setkey/token.l index c89982fd9d45..cf891f23146f 100644 --- a/sbin/setkey/token.l +++ b/sbin/setkey/token.l @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/setkey/token.l,v 1.14.2.1.4.1 2010/06/14 02:09:06 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..95053515a80f 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.28.1.4.1 2010/06/14 02:09:06 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..ddea591e09fe 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= shutdown MAN= shutdown.8 diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 1f7a1b06ecdd..e7133d3ed994 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.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 23, 2008 .Dt SHUTDOWN 8 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index c4f3f41e6c51..f90ef2fb36f8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index b394c39a4e83..116e37add154 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/spppcontrol/Makefile,v 1.6.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= spppcontrol MAN= spppcontrol.8 diff --git a/sbin/spppcontrol/spppcontrol.8 b/sbin/spppcontrol/spppcontrol.8 index 4389c8f66ec1..a9a7c7520402 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 30, 2001 .Os diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c index 9cb84ab8e8df..43689835f091 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 143b6c72bb0f..475f02411097 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/sunlabel/Makefile,v 1.12.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/sunlabel/runtest.sh b/sbin/sunlabel/runtest.sh index 73833e0b7fee..a7e2db5ba964 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ TMP=/tmp/$$. set -e diff --git a/sbin/sunlabel/sunlabel.8 b/sbin/sunlabel/sunlabel.8 index 60096048dafa..cc850eaf7c5e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 30, 2005 .Dt SUNLABEL 8 diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index 7bf051ef4786..9377f25fdfde 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index 6f8e8df2e5a6..5e6dfda717e2 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.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= swapon MAN= swapon.8 diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index 40dba745c093..69bffe13b34b 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.31.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 23, 2008 .Dt SWAPON 8 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index e2cf8cafc0b4..a2e720e2f4a2 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.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/stat.h> #include <sys/param.h> diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 381f19918be3..22af9a45898b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= sysctl WARNS?= 0 diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 1f5c8e6af773..3c9f38b4db5e 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.64.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 6, 2010 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index f1b2473fec91..3183d228f6fb 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.90.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index d501d104b4b7..f60fb3f4f328 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= tunefs DPADD= ${LIBUFS} diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 46875c4eb044..015bc1d5b043 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.40.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 13, 2007 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index e4adb5267eb3..735443085ed9 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.43.10.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * tunefs: change layout parameters to an existing file system. diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index e472b41de493..d43e65d0baa9 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= umount SRCS= umount.c vfslist.c mounttab.c diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 42b55ee724f5..ab3440e48cb0 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.30.2.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 18, 2003 .Dt UMOUNT 8 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index e5c5ba95e082..6169441dba86 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.46.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> |
