diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /sbin | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
Diffstat (limited to 'sbin')
478 files changed, 498 insertions, 498 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 8138f43c4c13..cbbe5b4d9d89 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.141.2.1 2004/11/07 23:53:51 marcel Exp $ # XXX MISSING: icheck ncheck diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 7a1ebd074544..d9cd699d7f05 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.13 2004/08/06 00:07:26 gordon Exp $ BINDIR?= /sbin WARNS?= 2 diff --git a/sbin/adjkerntz/Makefile b/sbin/adjkerntz/Makefile index 27c128916f9b..cd38438b55d6 100644 --- a/sbin/adjkerntz/Makefile +++ b/sbin/adjkerntz/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/adjkerntz/Makefile,v 1.6 2001/12/04 02:19:43 obrien Exp $ PROG= adjkerntz MAN= adjkerntz.8 diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index 84e84914aad6..174662dc8f59 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.27 2002/08/21 18:09:45 trhodes Exp $ .\" .Dd April 4, 1996 .Dt ADJKERNTZ 8 diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c index bf390107ea95..5afeb1e10dbc 100644 --- a/sbin/adjkerntz/adjkerntz.c +++ b/sbin/adjkerntz/adjkerntz.c @@ -32,7 +32,7 @@ static const char copyright[] = #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/adjkerntz/adjkerntz.c,v 1.29 2004/04/27 14:43:03 ghelmer Exp $"); /* * Andrey A. Chernov <ache@astral.msk.su> Dec 20 1993 diff --git a/sbin/atacontrol/Makefile b/sbin/atacontrol/Makefile index 73b916080d42..6cf21e7317ba 100644 --- a/sbin/atacontrol/Makefile +++ b/sbin/atacontrol/Makefile @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sbin/atacontrol/Makefile,v 1.8 2003/11/05 19:20:41 johan Exp $ PROG= atacontrol MAN= atacontrol.8 diff --git a/sbin/atacontrol/atacontrol.8 b/sbin/atacontrol/atacontrol.8 index 4bb18be4f0b1..c2c3ebc63497 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.24 2004/07/02 21:45:00 ru Exp $ .\" .Dd May 17, 2001 .Dt ATACONTROL 8 diff --git a/sbin/atacontrol/atacontrol.c b/sbin/atacontrol/atacontrol.c index 675174e0aa6c..43a1bc72417f 100644 --- a/sbin/atacontrol/atacontrol.c +++ b/sbin/atacontrol/atacontrol.c @@ -25,7 +25,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.31 2004/05/20 15:01:26 des Exp $ */ #include <sys/types.h> diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index ed7ca1a849a7..76d5a00fa59a 100644 --- a/sbin/atm/Makefile +++ b/sbin/atm/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/Makefile,v 1.5 2003/08/18 15:32:16 obrien Exp $ SUBDIR= atm \ atmconfig \ diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 3d5738afdbc4..29cdbeba00cb 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 2003/08/18 15:32:16 obrien Exp $ .include "../Makefile.inc" diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 973e5cce4cd4..592ae9bc27d0 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/atm/Makefile,v 1.12 2004/05/14 13:31:20 cognet Exp $ PROG= atm SRCS= atm.c atm_fore200.c atm_inet.c atm_print.c \ diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8 index 25c4b75d1718..d1b6afa6245f 100644 --- a/sbin/atm/atm/atm.8 +++ b/sbin/atm/atm/atm.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/sbin/atm/atm/atm.8,v 1.6 2003/07/28 15:27:12 harti Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c index 94cde38582d7..f6999274a520 100644 --- a/sbin/atm/atm/atm.c +++ b/sbin/atm/atm/atm.c @@ -57,7 +57,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm.c,v 1.10 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/atm/atm/atm.h b/sbin/atm/atm/atm.h index 7ecae34a4b3f..330bedef93c1 100644 --- a/sbin/atm/atm/atm.h +++ b/sbin/atm/atm/atm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sbin/atm/atm/atm.h,v 1.8 2003/07/29 13:37:04 harti Exp $ * */ diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c index d6da01790392..39bf0f58570f 100644 --- a/sbin/atm/atm/atm_fore200.c +++ b/sbin/atm/atm/atm_fore200.c @@ -56,7 +56,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_fore200.c,v 1.8 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c index 2f916a091bdc..eba21d30d6f3 100644 --- a/sbin/atm/atm/atm_inet.c +++ b/sbin/atm/atm/atm_inet.c @@ -53,7 +53,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_inet.c,v 1.8 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c index a3f0ce3bfd0e..edae60588913 100644 --- a/sbin/atm/atm/atm_print.c +++ b/sbin/atm/atm/atm_print.c @@ -60,7 +60,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_print.c,v 1.8 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c index 790bfc179919..78d1368f90b1 100644 --- a/sbin/atm/atm/atm_set.c +++ b/sbin/atm/atm/atm_set.c @@ -54,7 +54,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_set.c,v 1.8 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c index e744c755fd41..413f13694911 100644 --- a/sbin/atm/atm/atm_show.c +++ b/sbin/atm/atm/atm_show.c @@ -53,7 +53,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_show.c,v 1.10 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c index a612beef2066..2ed18f07f2bc 100644 --- a/sbin/atm/atm/atm_subr.c +++ b/sbin/atm/atm/atm_subr.c @@ -53,7 +53,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_subr.c,v 1.9 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/atm/atmconfig/Makefile b/sbin/atm/atmconfig/Makefile index 13160ca7d6db..df5062e04f89 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.6 2004/08/12 12:31:43 harti Exp $ PROG= atmconfig .ifndef RESCUE diff --git a/sbin/atm/atmconfig/atm_oid.list b/sbin/atm/atmconfig/atm_oid.list index ca64afa44267..e1f4efcf3cba 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 2004/08/12 12:31:43 harti Exp $ begemotAtmIfTable begemotAtmIfName begemotAtmIfNodeId diff --git a/sbin/atm/atmconfig/atmconfig.8 b/sbin/atm/atmconfig/atmconfig.8 index 1ff76a100cd8..c17cc8589a70 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 2004/05/17 20:45:21 ru Exp $ .\" .Dd August 11, 2003 .Dt ATMCONFIG 8 diff --git a/sbin/atm/atmconfig/atmconfig.h b/sbin/atm/atmconfig/atmconfig.h index 5e5b04172cb0..3d781b7a5531 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 2004/08/12 12:31:43 harti Exp $ */ #ifndef _ATMCONFIG_H #define _ATMCONFIG_H diff --git a/sbin/atm/atmconfig/atmconfig.help b/sbin/atm/atmconfig/atmconfig.help index 8c6e7cec7f2f..30b79f5cdbfc 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 2004/08/12 12:31:43 harti Exp $ # ^0 intro ATM configuration utility. diff --git a/sbin/atm/atmconfig/atmconfig_device.c b/sbin/atm/atmconfig/atmconfig_device.c index 082494df95a5..c2e2e6630c7d 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 2004/08/12 12:31:43 harti 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 b96467e3f6be..c638a75409e6 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.1 2004/08/12 12:31:43 harti 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..020d0ee6be4c 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 2004/08/12 12:31:43 harti 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 74d39011219c..9e79ab9f120b 100644 --- a/sbin/atm/atmconfig/diag.c +++ b/sbin/atm/atmconfig/diag.c @@ -27,7 +27,7 @@ * Author: Hartmut Brandt <harti@freebsd.org> */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/atm/atmconfig/diag.c,v 1.6 2004/07/28 16:34:42 harti 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..1f3c1cb5e051 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 2004/01/26 12:17:49 harti Exp $ */ struct diagif { diff --git a/sbin/atm/atmconfig/main.c b/sbin/atm/atmconfig/main.c index d2543f7d1f36..c59108f9f0a7 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 2004/08/12 12:31:43 harti 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..b250a9e9f491 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 2004/07/28 16:32:17 harti 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..9243bb890850 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 2004/08/12 12:31:43 harti Exp $ */ #include <sys/param.h> #include <sys/socket.h> diff --git a/sbin/atm/fore_dnld/COPYRIGHT b/sbin/atm/fore_dnld/COPYRIGHT index f934d4293724..771e38e69db8 100644 --- a/sbin/atm/fore_dnld/COPYRIGHT +++ b/sbin/atm/fore_dnld/COPYRIGHT @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sbin/atm/fore_dnld/COPYRIGHT,v 1.1 2000/02/15 13:20:57 phk Exp $ This copyright applies to the microcode image in the file pca200e.c. diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index abcec31b2363..f7484775d2dd 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/fore_dnld/Makefile,v 1.11 2003/08/18 15:32:16 obrien Exp $ PROG= fore_dnld MAN= fore_dnld.8 diff --git a/sbin/atm/fore_dnld/fore_dnld.8 b/sbin/atm/fore_dnld/fore_dnld.8 index 7ffd0d2e51fc..7f60928dac98 100644 --- a/sbin/atm/fore_dnld/fore_dnld.8 +++ b/sbin/atm/fore_dnld/fore_dnld.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/sbin/atm/fore_dnld/fore_dnld.8,v 1.8 2004/07/02 21:45:00 ru Exp $ .\" .\" .Dd December 3, 1996 diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c index dc52effc9702..d7bfe024a63d 100644 --- a/sbin/atm/fore_dnld/fore_dnld.c +++ b/sbin/atm/fore_dnld/fore_dnld.c @@ -62,7 +62,7 @@ #include <unistd.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/fore_dnld/fore_dnld.c,v 1.17 2004/02/10 20:48:08 cperciva Exp $"); #endif extern u_char pca200e_microcode_3[]; diff --git a/sbin/atm/fore_dnld/pca200e.c b/sbin/atm/fore_dnld/pca200e.c index c208a4ddf3a1..4b7b87bca864 100644 --- a/sbin/atm/fore_dnld/pca200e.c +++ b/sbin/atm/fore_dnld/pca200e.c @@ -36,7 +36,7 @@ * This are binary copies of the PCA200E firmware versions 3.0.1 and * 4.1.12 * - * $FreeBSD$ + * $FreeBSD: src/sbin/atm/fore_dnld/pca200e.c,v 1.2 2003/07/31 14:26:07 harti Exp $ */ #include <sys/types.h> diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index 67d9bab32b9c..3f31368c3ca8 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -21,7 +21,7 @@ # notice must be reproduced on all copies. # # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/atm/ilmid/Makefile,v 1.12 2004/05/14 13:31:20 cognet Exp $ PROG= ilmid MAN= ilmid.8 diff --git a/sbin/atm/ilmid/ilmid.8 b/sbin/atm/ilmid/ilmid.8 index a3b526577e7c..ca2d9b76700a 100644 --- a/sbin/atm/ilmid/ilmid.8 +++ b/sbin/atm/ilmid/ilmid.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/sbin/atm/ilmid/ilmid.8,v 1.5 2002/07/06 19:32:30 charnier Exp $ .\" .\" .Dd September 14, 1998 diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index f33212ca5610..14dcbc970cc1 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -71,7 +71,7 @@ #include <ctype.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/ilmid/ilmid.c,v 1.33 2004/02/10 20:48:08 cperciva Exp $"); #endif diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index a39227716b77..57bdd837b4f5 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 2003/02/22 21:33:42 johan Exp $ PROG= badsect DPADD= ${LIBUFS} diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index be24febcd039..099b2c80f9e4 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.21 2004/07/02 21:45:00 ru Exp $ .\" .Dd June 5, 1993 .Dt BADSECT 8 diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 96c319de3023..96ef221b9522 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.20 2004/04/09 19:58:25 markm Exp $"); /* * badsect diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 716dab3db69e..3d404ec6ba6d 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/17/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/bsdlabel/Makefile,v 1.19 2004/01/11 09:11:10 nyan Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5 index a0bb82ee4e54..f4982d5f9d14 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 2004/04/09 19:58:25 markm Exp $ .\" .Dd June 5, 1993 .Dt DISKLABEL 5 diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 1ab5c1ec8f63..1ea1fcc9aa37 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.58.2.2 2005/02/12 15:18:10 brueffer Exp $ .\" .Dd March 15, 2003 .Dt BSDLABEL 8 diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 3d12834f6030..9395dba6b571 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.108.2.2 2005/01/14 07:47:32 rse Exp $"); #include <sys/param.h> #include <stdint.h> diff --git a/sbin/bsdlabel/pathnames.h b/sbin/bsdlabel/pathnames.h index c8a9ef362e54..51887855dee9 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 2004/04/09 19:58:25 markm Exp $ */ #include <paths.h> diff --git a/sbin/bsdlabel/runtest.sh b/sbin/bsdlabel/runtest.sh index 9d561f39ab82..7513dce3512c 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 2003/06/07 09:09:39 phk Exp $ TMP=/tmp/$$. set -e diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index bf2ba4a864e2..b0856cf878bb 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/camcontrol/Makefile,v 1.16 2004/05/14 13:31:21 cognet Exp $ PROG= camcontrol SRCS= camcontrol.c util.c diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 7a740bbe4757..1b8be3826a75 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.38.2.1 2005/03/30 14:48:22 ken Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index a8447eea2d17..9060685927ad 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.52.2.1 2005/03/30 14:48:22 ken Exp $"); #include <sys/ioctl.h> #include <sys/stdint.h> diff --git a/sbin/camcontrol/camcontrol.h b/sbin/camcontrol/camcontrol.h index eebbe8553ed5..55b757870fa6 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 2000/08/08 06:24:15 kbyanc Exp $ */ #ifndef _CAMCONTROL_H diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 3fb9587e206a..b93ce2094398 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 2004/01/22 07:23:35 grehan Exp $"); #include <sys/queue.h> #include <sys/types.h> diff --git a/sbin/camcontrol/util.c b/sbin/camcontrol/util.c index 67f4e4f0cd15..57a9b195c530 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 2003/08/05 09:19:07 johan Exp $"); #include <sys/stdint.h> #include <sys/types.h> diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index ac7558409ed6..66bbcb0ef7e7 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ccdconfig/Makefile,v 1.10 2003/08/07 19:10:35 johan Exp $ PROG= ccdconfig WARNS?= 6 diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index e4ff4b3d9ae6..982b37373efb 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.29 2004/07/03 00:13:43 ru Exp $ .\" .Dd July 17, 1995 .Dt CCDCONFIG 8 diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index c7baa9826c82..fff0c86a72b7 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.34 2003/08/07 19:10:35 johan Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/ccdconfig/pathnames.h b/sbin/ccdconfig/pathnames.h index 538cfeda096d..b762105f8788 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 2003/01/17 14:53:53 phk Exp $ */ #define _PATH_CCDCONF "/etc/ccd.conf" diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index c68c312f269b..e89723640f7f 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 2001/12/04 02:19:44 obrien Exp $ PROG= clri MAN= clri.8 diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index c3c37960cbb2..60c57d61f36c 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 2004/04/09 19:58:26 markm Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index d5a358d33d63..4d9c498b46bb 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/clri/clri.c,v 1.14 2004/04/09 19:58:26 markm Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile index a7720d81b41e..ca636f9d70ce 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 2003/08/08 19:51:01 johan Exp $ PROG= comcontrol MAN= comcontrol.8 diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index bf719f9af3be..f257c406c585 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/comcontrol/comcontrol.8,v 1.27 2004/07/02 21:45:01 ru Exp $ .Dd May 15, 1994 .Dt COMCONTROL 8 .Os diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index 753ded36d1a9..a974a064003d 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 2003/08/08 19:51:01 johan Exp $"); #include <ctype.h> #include <err.h> diff --git a/sbin/conscontrol/Makefile b/sbin/conscontrol/Makefile index ddd2434e6cc5..609206b5a594 100644 --- a/sbin/conscontrol/Makefile +++ b/sbin/conscontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/conscontrol/Makefile,v 1.5 2001/12/04 02:19:44 obrien Exp $ PROG= conscontrol MAN= conscontrol.8 diff --git a/sbin/conscontrol/conscontrol.8 b/sbin/conscontrol/conscontrol.8 index d746caff63d7..9906e6f70bb0 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.8 2004/06/18 20:06:04 green Exp $ .\" .Dd October 23, 2001 .Dt CONSCONTROL 8 diff --git a/sbin/conscontrol/conscontrol.c b/sbin/conscontrol/conscontrol.c index d8e5bc52c11a..aef283cbc49c 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 2004/06/18 06:33:44 green Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 8e1122eaf3cb..0b8b433875a9 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/devd/Makefile,v 1.5 2003/08/17 08:40:49 gordon 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 a3056ebe4dc5..d354a13ecde3 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.12.2.1 2004/12/06 18:10:02 ceri Exp $ .\" .Dd October 17, 2002 .Dt DEVD 8 diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index 9524ea996dd4..a3f1b89fa993 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.18.6.1 2005/04/22 03:44:07 imp Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 1452eca524f2..638a8f07dd5e 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/devd/devd.conf.5,v 1.8 2003/03/03 11:51:30 ru 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 8a032e4d4db2..80639b4b013b 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.4 2003/10/24 22:02:29 imp Exp $ */ #ifndef DEVD_H diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh index 4730267c938e..e67bed7265ce 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.2 2003/10/24 22:02:29 imp Exp $ */ #ifndef DEVD_HH diff --git a/sbin/devd/parse.y b/sbin/devd/parse.y index 9269ef27800c..b2489f0f90b7 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.4 2003/10/24 22:02:29 imp Exp $ */ #include "devd.h" diff --git a/sbin/devd/token.l b/sbin/devd/token.l index 0aa8cb6df5dd..e39fc4138f94 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.5 2003/10/24 22:02:29 imp Exp $ */ #include <ctype.h> diff --git a/sbin/devfs/Makefile b/sbin/devfs/Makefile index 95d2540272e6..a176a641d477 100644 --- a/sbin/devfs/Makefile +++ b/sbin/devfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/devfs/Makefile,v 1.2 2002/07/28 06:52:47 dd Exp $ PROG= devfs SRCS= devfs.c rule.c diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8 index 1d7d44259545..9ef415b8e2c6 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.8 2003/09/14 13:41:57 ru Exp $ .\" .Dd July 1, 2002 .Dt DEVFS 8 diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c index f531f7521cb1..d404dc408dae 100644 --- a/sbin/devfs/devfs.c +++ b/sbin/devfs/devfs.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/devfs/devfs.c,v 1.5 2004/01/22 07:23:35 grehan Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sbin/devfs/extern.h b/sbin/devfs/extern.h index a9f8d224838d..64218809e00b 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 2004/06/02 23:02:31 stefanf Exp $ */ #ifndef __DEVFS_H__ diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c index b179c9e2fb1e..f2b97fe530b5 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.5 2004/01/22 07:23:35 grehan Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 372adfdfd47a..7a9d6b1655ef 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -1,5 +1,5 @@ # Makefile for ISC DHCP client. -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/Makefile,v 1.20 2003/06/29 18:46:17 gordon Exp $ SUBDIR= common dst minires omapip dhcpctl client omshell diff --git a/sbin/dhclient/Makefile.inc b/sbin/dhclient/Makefile.inc index 090d20834e14..515bd9770374 100644 --- a/sbin/dhclient/Makefile.inc +++ b/sbin/dhclient/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/Makefile.inc,v 1.8 2004/02/23 20:17:32 johan Exp $ MAINTAINER= mbr diff --git a/sbin/dhclient/client/Makefile b/sbin/dhclient/client/Makefile index c82c9122b34e..eea8cbde88e4 100644 --- a/sbin/dhclient/client/Makefile +++ b/sbin/dhclient/client/Makefile @@ -1,5 +1,5 @@ # client -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/client/Makefile,v 1.3 2003/06/29 18:46:18 gordon Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/common/Makefile b/sbin/dhclient/common/Makefile index 8ce6d112d668..9e2cc2aa540e 100644 --- a/sbin/dhclient/common/Makefile +++ b/sbin/dhclient/common/Makefile @@ -1,5 +1,5 @@ # common -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/common/Makefile,v 1.3.8.1 2005/02/13 07:23:17 obrien Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/dhclient-script.sh b/sbin/dhclient/dhclient-script.sh index d35eafeff193..b1ba4cc754d2 100644 --- a/sbin/dhclient/dhclient-script.sh +++ b/sbin/dhclient/dhclient-script.sh @@ -35,7 +35,7 @@ ############################################################################# # $MindStep_Id: dhclient-script.sh,v 1.8 1999/12/07 22:11:08 patrick Exp $ # $MindStep_Tag: CONTRIB_19991207 $ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/dhclient-script.sh,v 1.2 2002/02/01 18:46:58 alfred Exp $ ############################################################################# diff --git a/sbin/dhclient/dhcpctl/Makefile b/sbin/dhclient/dhcpctl/Makefile index 15041a14ae35..2566c788d897 100644 --- a/sbin/dhclient/dhcpctl/Makefile +++ b/sbin/dhclient/dhcpctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/dhcpctl/Makefile,v 1.1.6.1 2005/02/13 07:23:18 obrien Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/dst/Makefile b/sbin/dhclient/dst/Makefile index b200f0d196b9..21d2644919ea 100644 --- a/sbin/dhclient/dst/Makefile +++ b/sbin/dhclient/dst/Makefile @@ -1,5 +1,5 @@ # dst -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/dst/Makefile,v 1.3.8.1 2005/02/13 07:23:18 obrien Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/minires/Makefile b/sbin/dhclient/minires/Makefile index df5d18e2cf73..dcfdfdea8a59 100644 --- a/sbin/dhclient/minires/Makefile +++ b/sbin/dhclient/minires/Makefile @@ -1,5 +1,5 @@ # minires -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/minires/Makefile,v 1.5.8.1 2005/02/13 07:23:18 obrien Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile index f597e21cf708..1174c41df541 100644 --- a/sbin/dhclient/omapip/Makefile +++ b/sbin/dhclient/omapip/Makefile @@ -1,5 +1,5 @@ # omapip -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/omapip/Makefile,v 1.3.8.1 2005/02/13 07:23:18 obrien Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/omshell/Makefile b/sbin/dhclient/omshell/Makefile index 4bc5e7065cf5..f09cca5a783d 100644 --- a/sbin/dhclient/omshell/Makefile +++ b/sbin/dhclient/omshell/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/omshell/Makefile,v 1.1 2003/03/25 03:16:53 mdodd Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 777956357ae0..999caf250779 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.7 2003/02/23 13:25:02 johan Exp $ PROG= dmesg MAN= dmesg.8 diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index 9d05e6c70b75..0dd7f8a74b9a 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 2004/04/09 19:58:26 markm Exp $ .\" .Dd June 5, 1993 .Dt DMESG 8 diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index 12789fd5619e..58cefd16ac05 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.24 2004/04/09 19:58:26 markm Exp $"); #include <sys/types.h> #include <sys/msgbuf.h> diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 608162aa570e..e8eaa5705790 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 2003/11/14 13:07:38 johan Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/cache.c b/sbin/dump/cache.c index 906ac2716959..2a6ac95ab71d 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 2003/01/25 19:06:30 dillon Exp $ */ #include <sys/param.h> diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index de4bc70e82bd..f81b7e530307 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.66.2.1 2005/03/01 05:30:30 wes Exp $ .\" .Dd March 1, 2002 .Dt DUMP 8 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index 2224782a4c38..d3a867a1e6e4 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.26.2.1 2004/12/27 12:46:10 maxim Exp $ */ /* diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index dd02642bdbf6..cea935135718 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 2004/04/10 02:22:35 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index de880bbc030c..49f3777698e9 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.15.2.1 2004/12/27 12:46:10 maxim Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 96f92300c60a..46226cce31e6 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.59.2.1 2005/03/01 05:30:30 wes Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 8c1f3c179867..d3b0ab0f05a8 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.30 2004/06/19 22:41:18 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index eb3ce3977af2..035f7f15ac37 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 2004/04/09 19:58:27 markm Exp $ */ #include <paths.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 913409fb7b01..4932ca7ee185 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.26.2.1 2005/03/03 02:32:39 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 08e5e23e04c2..bd69afd4f40b 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.35 2004/07/28 05:54:38 kan Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 3720ebf550fd..538ca4af80de 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 2004/04/09 19:58:27 markm Exp $"; #endif /* not lint */ #include <time.h> diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 99faa77ad725..ee8b003fa3c7 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 2003/11/14 13:13:23 johan Exp $ PROG= dumpfs DPADD= ${LIBUFS} diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 8e701d5ba0f6..0ed9b66fb32b 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.14 2004/07/02 21:45:01 ru Exp $ .\" .Dd January 19, 2003 .Dt DUMPFS 8 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 325cdcbf9864..8ac138b0af0d 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dumpfs/dumpfs.c,v 1.43 2004/04/09 19:58:27 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index 2134cd52b8d6..d3c67d62b930 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dumpon/Makefile,v 1.9 2004/02/23 20:13:51 johan Exp $ PROG= dumpon WARNS?= 4 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index f1c8675ef00b..a8d467d9bab1 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.30 2004/07/18 09:57:47 maxim Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 78a35a14ce25..6e180519e8d6 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.19 2004/04/09 19:58:27 markm Exp $"); #include <err.h> #include <stdio.h> diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index 4289dc80e29a..445d12697c9f 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fdisk/Makefile,v 1.11 2004/02/23 20:13:51 johan Exp $ PROG= fdisk SRCS= fdisk.c geom_mbr_enc.c diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index a7730ead3496..dfdb216e6615 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fdisk/fdisk.8,v 1.36 2004/07/02 21:45:01 ru Exp $ .\" .Dd April 18, 2002 .Dt FDISK 8 diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index ed71867648c1..e9308f71db69 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.74.6.1 2005/05/01 08:41:35 phk Exp $"); #include <sys/disk.h> #include <sys/disklabel.h> diff --git a/sbin/fdisk/runtest.sh b/sbin/fdisk/runtest.sh index f25f4272bb0f..3acca05045f2 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 2003/04/13 21:57:08 phk 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 d214888584a5..5cd52bd01122 100644 --- a/sbin/fdisk_pc98/Makefile +++ b/sbin/fdisk_pc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fdisk_pc98/Makefile,v 1.6 2004/02/23 20:13:51 johan Exp $ PROG= fdisk SRCS= fdisk.c geom_pc98_enc.c diff --git a/sbin/fdisk_pc98/fdisk.8 b/sbin/fdisk_pc98/fdisk.8 index c4b25c75c964..ccf28ffe8c6f 100644 --- a/sbin/fdisk_pc98/fdisk.8 +++ b/sbin/fdisk_pc98/fdisk.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fdisk_pc98/fdisk.8,v 1.15 2004/07/02 21:45:01 ru Exp $ .\" .Dd October 4, 1996 .Dt FDISK 8 diff --git a/sbin/fdisk_pc98/fdisk.c b/sbin/fdisk_pc98/fdisk.c index 8b8ce19f6782..d0effed997b2 100644 --- a/sbin/fdisk_pc98/fdisk.c +++ b/sbin/fdisk_pc98/fdisk.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fdisk_pc98/fdisk.c,v 1.13 2003/05/01 14:30:59 nyan Exp $"; #endif /* not lint */ #include <sys/disk.h> diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index a1ffef7989a0..e6fc5a578cf0 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 2004/04/01 20:31:48 johan Exp $ # GROWFS= ${.CURDIR}/../growfs diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8 index 4508c5f908a8..d1aaf697516b 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.14 2004/01/23 05:13:22 cperciva Exp $ .\" .Dd September 8, 2000 .Dt FSINFO 8 diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c index 3e3a8c246557..3af1e9b86d12 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.7 2004/07/26 15:04:57 stefanf Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index bc445fda26f7..f27f719f04b7 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 2003/10/29 16:10:17 trhodes Exp $ PROG= fsck SRCS= fsck.c fsutil.c preen.c diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 763e6a1e168f..b62c93c5792f 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,5 +1,5 @@ .\" $NetBSD: fsck.8,v 1.19 1999/03/10 00:08:33 erh Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck/fsck.8,v 1.35 2004/07/03 00:13:43 ru Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. .\" diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index 291cd3780224..0870c2edf5a3 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.17 2003/10/29 16:09:17 trhodes Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c index a4578bd63eb6..229e656aa7cb 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck/fsutil.h b/sbin/fsck/fsutil.h index 84e72909592d..60bb9a8f32ee 100644 --- a/sbin/fsck/fsutil.h +++ b/sbin/fsck/fsutil.h @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck/fsutil.h,v 1.8 2003/12/27 13:54:02 bde Exp $ */ void perror(const char *); diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index 6204685833f4..fb2ac196c180 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 2004/04/09 19:58:28 markm Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index 5b7474fd338b..bc227031c50a 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck_ffs/Makefile,v 1.15.2.2 2004/11/08 07:56:38 truckman 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..a9503e5f7ee6 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 2004/04/09 19:58:29 markm 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..9b67a6cfbf27 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 2004/04/09 19:58:29 markm 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..841085ad2d7c 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 2004/04/09 19:58:29 markm 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..90aad68073b3 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 2004/04/09 19:58:29 markm 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..4ecd2dc30190 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 2004/04/09 19:58:29 markm 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..18b9ffd00477 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 2000/10/09 08:26:35 adrian 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..cd515daf084e 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.28.2.2 2004/11/08 08:10:35 truckman 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..02e69064e0ca 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 2003/05/03 18:41:57 obrien Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h index 32f9cfaa7eae..b8e434fce384 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.31.2.5 2005/03/10 14:58:59 delphij Exp $ */ #include <unistd.h> diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 4bfa11cb45e6..8bfe9c130d29 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.31 2004/07/02 21:45:01 ru Exp $ .\" .Dd April 24, 2001 .Dt FSCK_FFS 8 diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c index 6bb590eb67c1..571c81feadf2 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.24.2.1 2004/11/08 08:10:35 truckman Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index e470f9970247..80dc1f9e4efb 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.35.2.2 2004/11/08 08:10:35 truckman Exp $"); #include <sys/param.h> #include <sys/stdint.h> diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index d102a9fd1793..149fa737c73b 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.41.2.1 2004/11/08 08:10:35 truckman Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index f72887755ec2..1556e3cf7b03 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.41.2.2 2004/11/08 08:10:35 truckman Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c index 45b6eac62ecb..2a21476e1892 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.14 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c index c4fdd2a8a578..866bc9a2b3fb 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.24.2.2 2004/11/08 08:10:36 truckman Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c index 22309cbbde57..a9d1d9cf87bb 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.14.2.1 2004/11/08 08:10:36 truckman Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index 8a426eaa081e..7924c46a2046 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.14.2.1 2004/11/08 08:10:36 truckman Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index 693831fe1578..81bca5adff1f 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.39.2.3 2005/03/10 14:58:59 delphij Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index f6b736d2ec79..397c663437e4 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.47.2.2 2005/03/10 14:58:59 delphij 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..f7d145a3ea87 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile index fd539b94f9d7..ed8598972174 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 2004/02/23 20:13:51 johan Exp $ FSCK= ${.CURDIR}/../fsck .PATH: ${FSCK} diff --git a/sbin/fsck_msdosfs/boot.c b/sbin/fsck_msdosfs/boot.c index 32ed8633e037..8582596759c3 100644 --- a/sbin/fsck_msdosfs/boot.c +++ b/sbin/fsck_msdosfs/boot.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: boot.c,v 1.9 2003/07/24 19:25:46 ws Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/boot.c,v 1.4 2004/04/20 11:41:57 tjr Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/check.c b/sbin/fsck_msdosfs/check.c index 48ae5ca20eb1..324a8b9cca67 100644 --- a/sbin/fsck_msdosfs/check.c +++ b/sbin/fsck_msdosfs/check.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: check.c,v 1.10 2000/04/25 23:02:51 jdolecek Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/check.c,v 1.10 2004/02/05 15:47:46 bde Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/dir.c b/sbin/fsck_msdosfs/dir.c index b87a916c17ff..0cb317fa8c5f 100644 --- a/sbin/fsck_msdosfs/dir.c +++ b/sbin/fsck_msdosfs/dir.c @@ -37,7 +37,7 @@ #ifndef lint __RCSID("$NetBSD: dir.c,v 1.14 1998/08/25 19:18:15 ross Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/dir.c,v 1.3 2003/12/26 17:24:37 trhodes Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/sbin/fsck_msdosfs/dosfs.h b/sbin/fsck_msdosfs/dosfs.h index 3a5d4394c506..5420e2580c6c 100644 --- a/sbin/fsck_msdosfs/dosfs.h +++ b/sbin/fsck_msdosfs/dosfs.h @@ -31,7 +31,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * $NetBSD: dosfs.h,v 1.4 1997/01/03 14:32:48 ws Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck_msdosfs/dosfs.h,v 1.3 2003/12/26 17:24:37 trhodes Exp $ */ #ifndef DOSFS_H diff --git a/sbin/fsck_msdosfs/ext.h b/sbin/fsck_msdosfs/ext.h index 0e93c2440200..cce4381800c1 100644 --- a/sbin/fsck_msdosfs/ext.h +++ b/sbin/fsck_msdosfs/ext.h @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * $NetBSD: ext.h,v 1.6 2000/04/25 23:02:51 jdolecek Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck_msdosfs/ext.h,v 1.9 2004/02/05 15:47:46 bde Exp $ */ #ifndef EXT_H diff --git a/sbin/fsck_msdosfs/fat.c b/sbin/fsck_msdosfs/fat.c index 0b0bd9e11e89..6d7845c08c09 100644 --- a/sbin/fsck_msdosfs/fat.c +++ b/sbin/fsck_msdosfs/fat.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: fat.c,v 1.12 2000/10/10 20:24:52 is Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/fat.c,v 1.7 2004/02/05 15:18:18 bde Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8 index 489906407d9a..4cdb5bdd7ad1 100644 --- a/sbin/fsck_msdosfs/fsck_msdosfs.8 +++ b/sbin/fsck_msdosfs/fsck_msdosfs.8 @@ -1,5 +1,5 @@ .\" $NetBSD: fsck_msdos.8,v 1.9 1997/10/17 11:19:58 ws Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck_msdosfs/fsck_msdosfs.8,v 1.13 2004/05/17 08:35:40 ru Exp $ .\" .\" Copyright (C) 1995 Wolfgang Solfrank .\" Copyright (c) 1995 Martin Husemann diff --git a/sbin/fsck_msdosfs/main.c b/sbin/fsck_msdosfs/main.c index 37bfb6e3cb52..328a11247ea1 100644 --- a/sbin/fsck_msdosfs/main.c +++ b/sbin/fsck_msdosfs/main.c @@ -35,7 +35,7 @@ #ifndef lint __RCSID("$NetBSD: main.c,v 1.10 1997/10/01 02:18:14 enami Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/main.c,v 1.14 2004/02/05 15:47:46 bde Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 9c1ccda34cbe..a0066156182f 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.18 2004/07/28 05:58:34 kan Exp $ PROG= fsdb MAN= fsdb.8 diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 5855b9e03ee0..10115c5a151d 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.26.2.1 2005/02/23 01:33:12 trhodes Exp $ .\" .Dd September 14, 1995 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index f60f50c9852c..05c7114c67f9 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.28 2003/11/13 19:08:43 johan Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index a739c47f1a0a..59773d655a2c 100644 --- a/sbin/fsdb/fsdb.h +++ b/sbin/fsdb/fsdb.h @@ -27,7 +27,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/fsdb/fsdb.h,v 1.10 2002/07/30 13:01:25 phk Exp $ */ extern int bread(int fd, char *buf, ufs2_daddr_t blk, long size); diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index b00061941e00..4cd8311c9b03 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsdb/fsdbutil.c,v 1.18 2003/11/13 19:08:43 johan Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile index 7e2da62408e3..56118b111b4e 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 2004/02/23 20:13:51 johan Exp $ PROG= fsirand WARNS?= 0 diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 00f0eeee4c99..f45c3dd36268 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 2004/07/02 21:45:02 ru Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index defdf5250d33..f6d5acbc8bb3 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 2004/07/28 05:59:22 kan Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile index 87058028533e..3c26f5b9542a 100644 --- a/sbin/gbde/Makefile +++ b/sbin/gbde/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gbde/Makefile,v 1.11 2003/10/17 19:52:07 phk Exp $ PROG= gbde SRCS= gbde.c template.c diff --git a/sbin/gbde/gbde.8 b/sbin/gbde/gbde.8 index 57208b56a1aa..38e27a102235 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.12 2004/05/23 08:40:52 brueffer Exp $ .\" .Dd October 19, 2002 .Dt GBDE 8 diff --git a/sbin/gbde/gbde.c b/sbin/gbde/gbde.c index 788d7433f6b8..379e03f4da79 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.23.2.3 2005/03/01 14:49:19 pjd Exp $ * * XXX: Future stuff * diff --git a/sbin/gbde/image.uu b/sbin/gbde/image.uu index 82e6f2e47489..1868464e5d86 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 2003/10/07 09:31:51 phk 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..6bd638fa3a41 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 2002/10/20 11:16:13 phk Exp $ # # Sector size is the smallest unit of data which can be read or written. # Making it too small decreases performance and decreases available space. diff --git a/sbin/gbde/test.sh b/sbin/gbde/test.sh index 67d8b3809c37..2cc69f64b097 100644 --- a/sbin/gbde/test.sh +++ b/sbin/gbde/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/gbde/test.sh,v 1.4 2004/02/07 22:58:39 phk Exp $ set -e diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index 95f00d914756..6967e80d1b21 100644 --- a/sbin/geom/Makefile +++ b/sbin/geom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/Makefile,v 1.1 2004/05/20 10:09:55 pjd Exp $ SUBDIR= core class diff --git a/sbin/geom/Makefile.inc b/sbin/geom/Makefile.inc index 94ca09f3889c..153d99c883d3 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 2004/08/02 09:05:29 pjd Exp $ WARNS?= 6 CLASS_DIR?=/lib/geom diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index 84185cfce190..6b16e1854993 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/Makefile,v 1.4.2.1 2005/03/01 13:32:15 pjd Exp $ SUBDIR= concat SUBDIR+=label diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc index 112756d5f73c..65e1266bafe2 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.6 2004/08/02 09:05:29 pjd Exp $ SHLIBDIR?=${CLASS_DIR} SHLIB_NAME?=geom_${CLASS}.so diff --git a/sbin/geom/class/concat/Makefile b/sbin/geom/class/concat/Makefile index b3a3e23c449d..70473f791d40 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 2004/05/21 22:12:24 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8 index c91c0b9808de..2a8a4c1783fe 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.11.2.3 2005/03/23 20:54:55 pjd 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 20b5b89656f1..8c39540b9212 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.5.2.3 2005/03/23 20:54:55 pjd Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/label/Makefile b/sbin/geom/class/label/Makefile index cba7ac6b4483..c6dee337c35e 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 2004/07/02 19:40:34 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/label/geom_label.c b/sbin/geom/class/label/geom_label.c index 83c713b4c1c7..517fe059ebb2 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.3.2.3 2005/03/23 20:54:55 pjd 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 707919fabb5d..7a9f7680a628 100644 --- a/sbin/geom/class/label/glabel.8 +++ b/sbin/geom/class/label/glabel.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/label/glabel.8,v 1.6.2.3 2005/03/23 20:54:55 pjd Exp $ .\" .Dd July 2, 2004 .Dt GLABEL 8 diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile index f07a790539b6..9e417c04fb04 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.1.2.1 2004/09/14 16:11:00 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/mirror/geom_mirror.c b/sbin/geom/class/mirror/geom_mirror.c index 74be6e54d05f..c915ecf5bc32 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.3.2.7 2005/03/23 20:54:55 pjd 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 e30c56c7a493..763eb10bdbcc 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.4.2.7 2005/03/23 20:54:55 pjd Exp $ .\" .Dd July 9, 2004 .Dt GMIRROR 8 diff --git a/sbin/geom/class/nop/Makefile b/sbin/geom/class/nop/Makefile index 75a20376ff45..b7867a1c6fad 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 2004/05/21 22:12:24 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/nop/geom_nop.c b/sbin/geom/class/nop/geom_nop.c index cf72f544b566..3290ca981274 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.4.2.2 2005/03/23 20:54:56 pjd Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8 index 2663508044ae..53c633532f2a 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.12.2.3 2005/03/23 20:54:56 pjd Exp $ .\" .Dd May 21, 2004 .Dt GNOP 8 diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669dec92..6873990db0fb 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.1.2.1 2004/09/14 15:50:51 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index f6967aa30cca..de80013d7688 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.1.2.6 2005/03/23 20:54:56 pjd Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8 index b2da0bf9e791..ce762c6c372b 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.4.2.4 2005/03/23 20:54:56 pjd Exp $ .\" .Dd August 22, 2004 .Dt GRAID3 8 diff --git a/sbin/geom/class/shsec/Makefile b/sbin/geom/class/shsec/Makefile index ea38f159241a..ed2f46e3cc9a 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.2.1 2005/03/01 13:17:30 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/shsec/geom_shsec.c b/sbin/geom/class/shsec/geom_shsec.c index e8756c97ee37..c8b102cf1be8 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.4.2.2 2005/03/23 20:54:56 pjd 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..a5ecf4264d92 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.6.2.2 2005/03/23 20:54:56 pjd Exp $ .\" .Dd January 8, 2005 .Dt GSHSEC 8 diff --git a/sbin/geom/class/stripe/Makefile b/sbin/geom/class/stripe/Makefile index 53a35fff46bf..9024ebd44ce0 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 2004/05/21 22:12:24 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/stripe/geom_stripe.c b/sbin/geom/class/stripe/geom_stripe.c index d3fec881a0c9..9609abb3f1d0 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.6.2.5 2005/03/23 20:54:56 pjd 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 3dd28eea46e5..598a7f32c4b6 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.15.2.4 2005/03/23 20:54:56 pjd Exp $ .\" .Dd May 21, 2004 .Dt GSTRIPE 8 diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index 13c6a09e24fd..eff26bdd7a31 100644 --- a/sbin/geom/core/Makefile +++ b/sbin/geom/core/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/core/Makefile,v 1.9 2004/08/12 13:15:52 pjd Exp $ .PATH: ${.CURDIR}/../misc diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index 72aff692d2b4..c9b4d9be25ef 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.4.2.5 2005/03/23 20:54:56 pjd Exp $ .\" .Dd May 21, 2004 .Dt GEOM 8 diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c index c25157c538da..5c58ce307142 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.6.2.5 2005/03/23 20:54:56 pjd Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/geom/core/geom.h b/sbin/geom/core/geom.h index e4d94beee161..8290160d547f 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.1.2.1 2005/03/23 20:54:56 pjd Exp $ */ #ifndef _GEOM_H_ diff --git a/sbin/geom/misc/subr.c b/sbin/geom/misc/subr.c index a0525af6aff4..2a5ff14a0528 100644 --- a/sbin/geom/misc/subr.c +++ b/sbin/geom/misc/subr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/misc/subr.c,v 1.3 2004/07/05 02:06:44 pjd Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/geom/misc/subr.h b/sbin/geom/misc/subr.h index ee319a983bc5..2ab2e8f76e6e 100644 --- a/sbin/geom/misc/subr.h +++ b/sbin/geom/misc/subr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/geom/misc/subr.h,v 1.3 2004/07/05 02:06:44 pjd Exp $ */ #ifndef _SUBR_H_ diff --git a/sbin/ggate/Makefile b/sbin/ggate/Makefile index da5167224085..097198a2f064 100644 --- a/sbin/ggate/Makefile +++ b/sbin/ggate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/Makefile,v 1.1 2004/04/30 16:12:20 pjd Exp $ SUBDIR= ggatel ggatec ggated diff --git a/sbin/ggate/Makefile.inc b/sbin/ggate/Makefile.inc index e55271f7ddc5..c46de5819935 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 2004/05/20 20:05:05 pjd Exp $ WARNS?= 6 diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile index 5674aa156b38..df1042dad98e 100644 --- a/sbin/ggate/ggatec/Makefile +++ b/sbin/ggate/ggatec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/ggatec/Makefile,v 1.4 2004/06/21 09:20:06 pjd Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggatec/ggatec.8 b/sbin/ggate/ggatec/ggatec.8 index 22038e8b0ad2..edcbf19c5adb 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.3 2004/05/12 07:34:05 ru Exp $ .\" .Dd April 26, 2004 .Dt GGATEC 8 diff --git a/sbin/ggate/ggatec/ggatec.c b/sbin/ggate/ggatec/ggatec.c index 84aa60eb4e6a..297d5af3260b 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.3.2.1 2004/09/28 18:10:20 pjd Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/ggated/Makefile b/sbin/ggate/ggated/Makefile index fa5c0fb17712..44d3484d1e27 100644 --- a/sbin/ggate/ggated/Makefile +++ b/sbin/ggate/ggated/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ggate/ggated/Makefile,v 1.3 2004/05/20 20:05:05 pjd Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8 index 0b774ad65507..8430f68b66c7 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.2 2004/05/12 07:34:05 ru Exp $ .\" .Dd April 29, 2004 .Dt GGATED 8 diff --git a/sbin/ggate/ggated/ggated.c b/sbin/ggate/ggated/ggated.c index a0628ea35714..5bf286418886 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.4.2.1 2004/09/28 18:10:20 pjd Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile index 604a75480313..72be0b5542b4 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 2004/06/21 09:20:06 pjd Exp $ .PATH: ${.CURDIR}/../shared diff --git a/sbin/ggate/ggatel/ggatel.8 b/sbin/ggate/ggatel/ggatel.8 index f08edeefcc47..5e6b99e07f0d 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.3 2004/05/12 07:34:05 ru Exp $ .\" .Dd April 26, 2004 .Dt GGATEL 8 diff --git a/sbin/ggate/ggatel/ggatel.c b/sbin/ggate/ggatel/ggatel.c index 4aa19eab4f27..fa1c4faa31bd 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.2.2.1 2004/09/28 18:10:20 pjd Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/shared/ggate.c b/sbin/ggate/shared/ggate.c index 08f13d7f7c54..54d50a04422a 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.3.2.1 2004/09/28 18:10:20 pjd Exp $ */ #include <stdio.h> diff --git a/sbin/ggate/shared/ggate.h b/sbin/ggate/shared/ggate.h index d4d82533f7f1..c40a1db22174 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.1 2004/04/30 16:13:45 pjd Exp $ */ #ifndef _GGATE_H_ diff --git a/sbin/gpt/Makefile b/sbin/gpt/Makefile index 8e85b91eb1fa..95a0c0b6b536 100644 --- a/sbin/gpt/Makefile +++ b/sbin/gpt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gpt/Makefile,v 1.6 2004/08/07 07:41:37 marcel Exp $ PROG= gpt SRCS= add.c create.c destroy.c gpt.c map.c migrate.c recover.c remove.c \ diff --git a/sbin/gpt/add.c b/sbin/gpt/add.c index 195f6ad34d79..04024b1c6744 100644 --- a/sbin/gpt/add.c +++ b/sbin/gpt/add.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/add.c,v 1.8.2.1 2004/11/07 23:33:04 marcel Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/create.c b/sbin/gpt/create.c index 54084c2a05b4..8fd6da28088f 100644 --- a/sbin/gpt/create.c +++ b/sbin/gpt/create.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/create.c,v 1.6.2.3 2004/11/19 03:33:28 marcel Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/destroy.c b/sbin/gpt/destroy.c index 97cb21735336..ef4485a34df5 100644 --- a/sbin/gpt/destroy.c +++ b/sbin/gpt/destroy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/destroy.c,v 1.3.2.1 2004/11/07 23:33:04 marcel Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8 index 8b85a6a367b7..99acc78bbd1e 100644 --- a/sbin/gpt/gpt.8 +++ b/sbin/gpt/gpt.8 @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/gpt/gpt.8,v 1.6.2.4 2005/02/12 15:18:10 brueffer Exp $ .\" .Dd November 12, 2004 .Os diff --git a/sbin/gpt/gpt.c b/sbin/gpt/gpt.c index a4d5685e31ed..cfd4b24868b5 100644 --- a/sbin/gpt/gpt.c +++ b/sbin/gpt/gpt.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/gpt.c,v 1.8.2.1 2004/11/07 23:33:04 marcel Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/gpt/gpt.h b/sbin/gpt/gpt.h index edbb0821703b..2406488d5fcb 100644 --- a/sbin/gpt/gpt.h +++ b/sbin/gpt/gpt.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/gpt/gpt.h,v 1.5.2.1 2004/11/07 23:33:04 marcel Exp $ */ #ifndef _GPT_H_ diff --git a/sbin/gpt/map.c b/sbin/gpt/map.c index f8c433bdd6b0..84a5b57f3237 100644 --- a/sbin/gpt/map.c +++ b/sbin/gpt/map.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/map.c,v 1.5 2004/08/07 06:24:25 marcel Exp $"); #include <sys/types.h> #include <err.h> diff --git a/sbin/gpt/map.h b/sbin/gpt/map.h index f83824cf951d..86ef92623958 100644 --- a/sbin/gpt/map.h +++ b/sbin/gpt/map.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/gpt/map.h,v 1.5 2004/08/07 07:41:37 marcel Exp $ */ #ifndef _MAP_H_ diff --git a/sbin/gpt/migrate.c b/sbin/gpt/migrate.c index eb89941755ff..b9600680df5d 100644 --- a/sbin/gpt/migrate.c +++ b/sbin/gpt/migrate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/migrate.c,v 1.7.2.5 2004/11/19 04:03:28 marcel Exp $"); #include <sys/types.h> #include <sys/disklabel.h> diff --git a/sbin/gpt/mkdisk.sh b/sbin/gpt/mkdisk.sh index 6ead1d94af20..43aa3a9d69c5 100644 --- a/sbin/gpt/mkdisk.sh +++ b/sbin/gpt/mkdisk.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/gpt/mkdisk.sh,v 1.2.2.1 2004/11/07 23:30:07 marcel Exp $ dd if=/dev/zero of=disk count=125307 sudo mdconfig -a -t vnode -f disk -u 4 diff --git a/sbin/gpt/recover.c b/sbin/gpt/recover.c index 30c88fcae775..1daa1f91c71c 100644 --- a/sbin/gpt/recover.c +++ b/sbin/gpt/recover.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/recover.c,v 1.5.2.1 2004/11/07 23:33:04 marcel Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/remove.c b/sbin/gpt/remove.c index 42e112837a2a..3f4152ccbdca 100644 --- a/sbin/gpt/remove.c +++ b/sbin/gpt/remove.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/remove.c,v 1.1.2.1 2004/11/07 23:33:04 marcel Exp $"); #include <sys/types.h> diff --git a/sbin/gpt/show.c b/sbin/gpt/show.c index 181027460a88..7fb7151c9b6c 100644 --- a/sbin/gpt/show.c +++ b/sbin/gpt/show.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/gpt/show.c,v 1.10.2.1 2004/11/07 23:33:04 marcel Exp $"); #include <sys/types.h> diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 4bbac9cf4c70..76966444218c 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.11.2.1 2005/02/13 07:23:18 obrien Exp $ # #GFSDBG= diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index d97fae31af88..7a593f7f2665 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/growfs/debug.c,v 1.9 2004/04/03 17:40:19 le Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/growfs/debug.h b/sbin/growfs/debug.h index 3cad9d97874c..4d80bd053a59 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 2004/07/06 17:48:34 stefanf Exp $ * */ diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 7c5e1cff9719..6349ce67d48d 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.22.2.1 2005/03/01 09:23:35 jkoshy Exp $ .\" .Dd September 8, 2000 .Dt GROWFS 8 diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index cf580716806c..1c1dfad01864 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -48,7 +48,7 @@ All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/growfs/growfs.c,v 1.22 2004/07/29 11:28:24 le Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile index d013826e8a5e..3715cef42001 100644 --- a/sbin/gvinum/Makefile +++ b/sbin/gvinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gvinum/Makefile,v 1.1.2.1 2005/02/13 07:23:19 obrien Exp $ PROG= gvinum SRCS= gvinum.c gvinum.h geom_vinum_share.c diff --git a/sbin/gvinum/gvinum.c b/sbin/gvinum/gvinum.c index bb3166c6ff64..ddc60a82ca4f 100644 --- a/sbin/gvinum/gvinum.c +++ b/sbin/gvinum/gvinum.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/gvinum/gvinum.c,v 1.2.2.2 2004/12/08 20:47:56 le Exp $ */ #include <sys/param.h> diff --git a/sbin/gvinum/gvinum.h b/sbin/gvinum/gvinum.h index d1b45a07749b..f59801df88c7 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 2004/06/12 21:22:47 le Exp $ */ #define GVINUMMOD "geom_vinum" diff --git a/sbin/idmapd/Makefile b/sbin/idmapd/Makefile index cd45007027af..fd45f6bc9ddd 100644 --- a/sbin/idmapd/Makefile +++ b/sbin/idmapd/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 # -# $FreeBSD$ +# $FreeBSD: src/sbin/idmapd/Makefile,v 1.2 2004/02/23 20:13:52 johan Exp $ PROG= idmapd SRCS= idmapd.c diff --git a/sbin/idmapd/idmapd.8 b/sbin/idmapd/idmapd.8 index 8386949b5c7f..bad0c90f7dfe 100644 --- a/sbin/idmapd/idmapd.8 +++ b/sbin/idmapd/idmapd.8 @@ -20,7 +20,7 @@ .\" connection with the use of the software, even if it has been or is hereafter .\" advised of the possibility of such damages. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/idmapd/idmapd.8,v 1.3 2004/05/17 21:05:39 ru Exp $ .\" .Dd November 14, 2003 .Dt IDMAPD 8 diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c index e5dbe80afb5b..c820696c2eb0 100644 --- a/sbin/idmapd/idmapd.c +++ b/sbin/idmapd/idmapd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/idmapd/idmapd.c,v 1.5 2004/04/15 16:12:12 rees Exp $ */ /* $Id: idmapd.c,v 1.5 2003/11/05 14:58:58 rees Exp $ */ /* diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index cf8901420631..cbbdecdfd569 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.25.2.1 2005/03/21 16:05:33 glebius Exp $ PROG= ifconfig SRCS= ifconfig.c diff --git a/sbin/ifconfig/ifcarp.c b/sbin/ifconfig/ifcarp.c index 46faaa48da9a..1d98233f13d6 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.2.1 2005/03/21 16:05:33 glebius Exp $ */ /* from $OpenBSD: ifconfig.c,v 1.82 2003/10/19 05:43:35 mcbride Exp $ */ /* diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index e0bb79cd43ef..47a04d0e3532 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.85.2.2 2005/03/22 12:36:28 brueffer Exp $ .\" .Dd July 26, 2004 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index a304e219a729..13687e041e0f 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.106.2.2 2005/03/21 16:05:33 glebius Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index 76426c4b0584..38561afc2a57 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.12.2.1 2005/03/21 16:05:33 glebius Exp $ */ extern struct ifreq ifr; diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index 1e83e808c957..f6ab1f320b9b 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.10 2004/04/04 07:28:58 phk Exp $ */ /*- diff --git a/sbin/ifconfig/ifmac.c b/sbin/ifconfig/ifmac.c index 41b718b228c3..9c26b71d4186 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.2 2002/10/23 22:50:04 rwatson Exp $ */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index cdbfc53530c0..815230dcd362 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.16 2004/01/15 15:19:19 sam Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. diff --git a/sbin/ifconfig/ifpfsync.c b/sbin/ifconfig/ifpfsync.c index e6c08d207a4b..8800c6c568c3 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.2.2.1 2005/03/21 16:05:33 glebius Exp $ */ #include <sys/types.h> diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c index 7e089b9003a4..27a9a1523eb1 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.5 2002/04/18 17:14:09 imp Exp $"; #endif static int __tag = 0; static int __have_tag = 0; diff --git a/sbin/init/Makefile b/sbin/init/Makefile index ce2e618ca4e5..ba3000ca13fe 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.29 2004/02/23 20:13:52 johan Exp $ PROG= init MAN= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 4f0868342407..b65ae2e80319 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.45 2004/07/22 10:38:13 keramida Exp $ .\" .Dd April 18, 1994 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index 6daeab8b8d56..7e35f3af84bd 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.58.2.1 2004/10/01 06:08:38 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h index 335445bb0634..563376e3307b 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 2004/04/09 19:58:30 markm Exp $ */ #include <paths.h> diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile index 17f330d1f0f2..07650b7cf0ed 100644 --- a/sbin/ip6fw/Makefile +++ b/sbin/ip6fw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ip6fw/Makefile,v 1.6 2004/03/03 20:21:15 johan Exp $ PROG= ip6fw WARNS?= 2 diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8 index dbc9084e2ff6..5890bfae68e3 100644 --- a/sbin/ip6fw/ip6fw.8 +++ b/sbin/ip6fw/ip6fw.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ip6fw/ip6fw.8,v 1.23 2004/07/03 23:01:44 ru Exp $ .\" .\" $KAME$ .\" diff --git a/sbin/ip6fw/ip6fw.c b/sbin/ip6fw/ip6fw.c index 9ceabbff04c8..0b4c53efa722 100644 --- a/sbin/ip6fw/ip6fw.c +++ b/sbin/ip6fw/ip6fw.c @@ -48,7 +48,7 @@ * NEW command line interface for IP firewall facility * * $Id: ip6fw.c,v 1.1.2.2.2.2 1999/05/14 05:13:50 shin Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/ip6fw/ip6fw.c,v 1.18 2004/07/29 18:04:06 kan Exp $ */ #include <sys/types.h> diff --git a/sbin/ip6fw/sample.sh b/sbin/ip6fw/sample.sh index 00641401f6e7..b020a176bdfa 100644 --- a/sbin/ip6fw/sample.sh +++ b/sbin/ip6fw/sample.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $FreeBSD$ +# $FreeBSD: src/sbin/ip6fw/sample.sh,v 1.2 2000/05/04 17:33:27 phantom Exp $ fwcmd=/sbin/ip6fw diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 1964def66ef8..6422caf380f3 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.14 2004/02/23 20:13:52 johan Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfs/Makefile b/sbin/ipfs/Makefile index 963935262133..a577601b2657 100644 --- a/sbin/ipfs/Makefile +++ b/sbin/ipfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfs/Makefile,v 1.4 2004/02/23 20:13:52 johan Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index 80fff2bb8d53..e254a355bc5b 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfstat/Makefile,v 1.19 2004/02/23 20:13:52 johan Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 023f682b25f5..48c61d737982 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfw/Makefile,v 1.12 2002/07/11 17:33:37 bde Exp $ PROG= ipfw SRCS= ipfw2.c diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index b06322668256..03bb67cf6983 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ipfw/ipfw.8,v 1.150.2.6 2005/03/02 19:50:11 andre Exp $ .\" .Dd March 2, 2005 .Dt IPFW 8 diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index 67c01ad82302..417abcfa05bb 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.54.2.4 2005/01/25 07:23:34 glebius Exp $ */ #include <sys/param.h> diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index f1c006d57a52..6c955e111323 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipmon/Makefile,v 1.14 2004/02/23 20:13:53 johan Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile index 6cb9d4abfe32..edab8b313ca8 100644 --- a/sbin/ipnat/Makefile +++ b/sbin/ipnat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipnat/Makefile,v 1.16 2004/02/23 20:13:53 johan Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/kldconfig/Makefile b/sbin/kldconfig/Makefile index e92daf6c6f7c..d0fa74b7246f 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 2003/04/23 20:22:32 johan Exp $ # PROG= kldconfig diff --git a/sbin/kldconfig/kldconfig.8 b/sbin/kldconfig/kldconfig.8 index 65766ec33ae2..2b2549ae1555 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.5 2002/08/21 18:10:46 trhodes Exp $ .\" .Dd June 15, 2001 .Dt KLDCONFIG 8 diff --git a/sbin/kldconfig/kldconfig.c b/sbin/kldconfig/kldconfig.c index 1f53d7cd0b2b..2f7bf2b65273 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.6 2004/03/05 08:10:18 markm Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index da597d4594f9..0c442b4e5e37 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 2003/04/23 20:22:33 johan Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index dd28d38454ba..bf60be2eaf56 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.21 2003/03/03 22:48:06 ru Exp $ .\" .Dd April 25, 1997 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index 9e841bccf908..1822307eb9f4 100644 --- a/sbin/kldload/kldload.c +++ b/sbin/kldload/kldload.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/kldload/kldload.c,v 1.10 2003/05/03 18:41:57 obrien Exp $"); #include <err.h> #include <stdio.h> diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index b602a3edfb1f..fcea3e08bb9a 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 2003/04/23 20:24:13 johan Exp $ # PROG= kldstat diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index bbabb73ee3ae..b8dffdcfde28 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.11 2002/07/06 19:33:21 charnier Exp $ .\" .Dd April 25, 1997 .Dt KLDSTAT 8 diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index ce5ebf489ba0..998fcdf95462 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.15 2004/05/30 10:10:41 dwmalone Exp $"); #include <err.h> #include <stdint.h> diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index 1f71a8f8313e..855258d5380c 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sbin/kldunload/Makefile,v 1.9 2003/04/23 20:26:21 johan Exp $ # PROG= kldunload diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index 9a56dffa96f5..1d431b244436 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.13.2.2 2005/02/12 15:18:10 brueffer Exp $ .\" .Dd July 13, 2004 .Dt KLDUNLOAD 8 diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index 29da28d07774..be5d6f5bcf36 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.14 2004/07/13 19:36:58 phk Exp $"); #include <err.h> #include <stdio.h> diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index f2a2e51e71f9..d131617349ba 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ldconfig/Makefile,v 1.19 2004/02/23 20:13:53 johan 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..62ab6b0db883 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 2001/05/02 23:56:18 obrien Exp $ */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 007d30d44a2c..a1e637e1d470 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ldconfig/ldconfig.8,v 1.33 2004/07/02 21:45:03 ru Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index d6c889bb1c45..0d1990c96870 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.41 2004/08/14 17:46:10 stefanf Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.h b/sbin/ldconfig/ldconfig.h index 859bcbd204bc..23265ff334a7 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 2002/03/21 13:14:19 imp Exp $ */ #ifndef LDCONFIG_H diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile index e7729b11bdc8..ec11906860f0 100644 --- a/sbin/mca/Makefile +++ b/sbin/mca/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mca/Makefile,v 1.2.2.1 2005/02/13 07:23:19 obrien Exp $ PROG= mca WARNS?= 4 NOMAN= diff --git a/sbin/mca/mca.c b/sbin/mca/mca.c index 0c4e1a0c5a80..1d761ae634fe 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 2002/11/01 06:34:35 marcel Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 007fb4cc1b2c..e3db759797f3 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.9 2004/06/11 16:07:02 eik Exp $ PROG= md5 diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index 67daaa283adc..fed03f103b5a 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/md5/md5.1,v 1.22 2004/07/07 19:57:14 ru Exp $ .Dd June 6, 2004 .Dt MD5 1 .Os diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 454ada82de66..cf74142eb573 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.33 2004/06/22 09:18:50 eik Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index 3abf56b74a8e..7400745d3d46 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mdconfig/Makefile,v 1.7 2001/12/04 02:19:50 obrien Exp $ PROG= mdconfig MAN= mdconfig.8 diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index fb2b4067450d..113c537b97c2 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.29 2004/07/02 21:45:03 ru Exp $ .\" .Dd March 10, 2004 .Dt MDCONFIG 8 diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index db3a733f1a08..d8fed90a7f33 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.33.2.1 2004/09/14 03:32:21 jmg Exp $ * */ diff --git a/sbin/mdmfs/Makefile b/sbin/mdmfs/Makefile index 999793f0e103..fa780fc3a968 100644 --- a/sbin/mdmfs/Makefile +++ b/sbin/mdmfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mdmfs/Makefile,v 1.5 2003/04/27 01:40:45 dougb Exp $ PROG= mdmfs LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index 39af0cba69bf..6af704b06919 100644 --- a/sbin/mdmfs/mdmfs.8 +++ b/sbin/mdmfs/mdmfs.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mdmfs/mdmfs.8,v 1.20 2004/05/17 08:35:41 ru Exp $ .\" .Dd February 26, 2004 .Dt MDMFS 8 diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index bed6dc776e00..77d24d3052c6 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.20 2004/05/17 07:07:20 ru Exp $"); #include <sys/param.h> #include <sys/mdioctl.h> diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index d28d3a595377..7e263caf8920 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 2004/02/23 20:13:53 johan Exp $ PROG= mknod WARNS?= 0 diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 9cc59802acc3..f7c6b886080d 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.29.2.1 2005/03/01 09:21:24 jkoshy Exp $ .\" .Dd March 1, 2005 .Dt MKNOD 8 diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index 4c0493c1ddb6..05dc55f29515 100644 --- a/sbin/mknod/mknod.c +++ b/sbin/mknod/mknod.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mknod.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mknod/mknod.c,v 1.14 2004/04/09 19:58:30 markm Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mksnap_ffs/Makefile b/sbin/mksnap_ffs/Makefile index 3c08f565225d..bc4271f8047f 100644 --- a/sbin/mksnap_ffs/Makefile +++ b/sbin/mksnap_ffs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mksnap_ffs/Makefile,v 1.1 2003/03/02 01:50:33 mckusick Exp $ PROG= mksnap_ffs MAN= mksnap_ffs.8 diff --git a/sbin/mksnap_ffs/mksnap_ffs.8 b/sbin/mksnap_ffs/mksnap_ffs.8 index 2465f557f2ff..dad6de648e94 100644 --- a/sbin/mksnap_ffs/mksnap_ffs.8 +++ b/sbin/mksnap_ffs/mksnap_ffs.8 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mksnap_ffs/mksnap_ffs.8,v 1.3 2003/09/07 14:11:02 charnier Exp $ .\" .Dd January 19, 2003 .Dt MKSNAP_FFS 8 diff --git a/sbin/mksnap_ffs/mksnap_ffs.c b/sbin/mksnap_ffs/mksnap_ffs.c index a061286ba181..4b6b5d403965 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.7 2004/01/27 19:28:13 des Exp $ */ #include <sys/param.h> diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 407abea2f1f3..8d5e30971007 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.6 (Berkeley) 5/8/95 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount/Makefile,v 1.15 2004/04/26 15:13:45 bmilekic Exp $ PROG= mount SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h index 638f8a4a1eb2..f24526a9d1cc 100644 --- a/sbin/mount/extern.h +++ b/sbin/mount/extern.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount/extern.h,v 1.4 2002/03/21 13:14:19 imp Exp $ */ /* vfslist.c */ diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index a033ac169dff..a68a7e7951a1 100644 --- a/sbin/mount/getmntopts.3 +++ b/sbin/mount/getmntopts.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getmntopts.3 8.3 (Berkeley) 3/30/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount/getmntopts.3,v 1.13 2004/04/09 19:58:30 markm Exp $ .\" .Dd March 30, 1995 .Dt GETMNTOPTS 3 diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index e284c09b87b8..483d751de1ec 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.12 2004/04/09 19:58:30 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 7fd807613d6b..8667c3b76582 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.21 2004/04/09 19:58:30 markm Exp $ */ struct mntopt { diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 02c8e40ef08d..af9800d8e553 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.68 2004/05/17 08:35:42 ru Exp $ .\" .Dd April 7, 2003 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index df97adbb88f8..c408e7912644 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/mount.c,v 1.66 2004/04/26 15:13:45 bmilekic Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index ff1c126b6390..c77bb4efe812 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/mount_ufs.c,v 1.24 2004/04/09 19:58:31 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/pathnames.h b/sbin/mount/pathnames.h index aaa0a2c10e1e..a49945ec1305 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 2004/04/09 19:58:31 markm Exp $ */ #define _PATH_MOUNTDPID "/var/run/mountd.pid" diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index f95a76efdb24..6e6e1b41c60b 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 2004/04/09 19:58:31 markm Exp $"); #include <err.h> #include <stdlib.h> diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 80af58a5f19c..904303cea27a 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.9 2004/02/23 20:13:53 johan 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 b72bd6e63375..44f747130151 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.25 2004/07/02 21:45:03 ru Exp $ .\" .Dd September 26, 2003 .Dt MOUNT_CD9660 8 diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 998939d60285..f3aeb882a13a 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.27 2004/04/09 19:58:31 markm Exp $"; #endif /* not lint */ #include <sys/cdio.h> diff --git a/sbin/mount_ext2fs/Makefile b/sbin/mount_ext2fs/Makefile index 3eefb92eb8c0..9f623e68b19a 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 2003/11/13 19:18:43 johan 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..a112f2f94be2 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 2004/04/09 19:58:31 markm 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 4c7c401821fc..0712d46044cc 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.18 2004/04/09 19:58:31 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index 084377407787..65750e9aad6d 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 2004/02/23 20:13:53 johan Exp $ # PROG= mount_hpfs diff --git a/sbin/mount_hpfs/mount_hpfs.8 b/sbin/mount_hpfs/mount_hpfs.8 index 0cdcb20e2e15..a75604c09534 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 2002/12/27 12:15:32 schweikh 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 95986f13fa0b..bf8073f90cb7 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.4 2003/08/07 04:50:29 imp Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile index 7fedb6818fab..46f85196f454 100644 --- a/sbin/mount_msdosfs/Makefile +++ b/sbin/mount_msdosfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdosfs/Makefile,v 1.26 2003/10/23 16:09:20 trhodes Exp $ # PROG= mount_msdosfs diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8 index 1fd704f7e177..1fa721b6436c 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.30 2004/05/17 08:35:42 ru Exp $ .\" .Dd April 7, 1994 .Dt MOUNT_MSDOSFS 8 diff --git a/sbin/mount_msdosfs/mount_msdosfs.c b/sbin/mount_msdosfs/mount_msdosfs.c index 58551d37e212..6a09c6531180 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.33.2.1 2004/12/20 20:27:21 trhodes Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 68fe70ac3e13..a9df9031a1fc 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nfs/Makefile,v 1.14 2004/02/23 20:13:54 johan 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 48c55efc4c72..f6d03284ae88 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.42 2004/07/02 21:45:03 ru Exp $ .\" .Dd May 11, 2003 .Dt MOUNT_NFS 8 diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 5a76d0d4c1c7..553d7388a453 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.62 2004/04/09 19:58:32 markm Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/mount_nfs4/Makefile b/sbin/mount_nfs4/Makefile index 881d11904ae1..38fcbca7021b 100644 --- a/sbin/mount_nfs4/Makefile +++ b/sbin/mount_nfs4/Makefile @@ -1,6 +1,6 @@ # ${.CURDIR}(#)Makefile 8.2 (Berkeley) 3/27/94 # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nfs4/Makefile,v 1.2 2004/02/23 20:13:54 johan Exp $ PROG= mount_nfs4 SRCS= mount_nfs4.c getmntopts.c mounttab.c diff --git a/sbin/mount_nfs4/mount_nfs4.8 b/sbin/mount_nfs4/mount_nfs4.8 index 7400270ec8f1..24b08b146e44 100644 --- a/sbin/mount_nfs4/mount_nfs4.8 +++ b/sbin/mount_nfs4/mount_nfs4.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nfs4/mount_nfs4.8,v 1.4 2004/05/17 21:24:06 ru Exp $ .\" .Dd November 14, 2003 .Dt MOUNT_NFS4 8 diff --git a/sbin/mount_nfs4/mount_nfs4.c b/sbin/mount_nfs4/mount_nfs4.c index 73e4d7818312..c9f5db389192 100644 --- a/sbin/mount_nfs4/mount_nfs4.c +++ b/sbin/mount_nfs4/mount_nfs4.c @@ -72,7 +72,7 @@ static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mount_nfs4/mount_nfs4.c,v 1.4 2004/02/17 22:28:26 rees Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 8a3e75e08bb2..8d5507aba99a 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.9 2004/02/23 20:13:54 johan Exp $ # PROG= mount_ntfs diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 17902b2d3110..e82fcd08581b 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.20 2004/05/17 08:35:43 ru Exp $ .\" .Dd January 3, 1999 .Dt MOUNT_NTFS 8 diff --git a/sbin/mount_ntfs/mount_ntfs.c b/sbin/mount_ntfs/mount_ntfs.c index 3bd6528e7224..b92dca1be72f 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.11 2004/05/24 13:39:06 stefanf Exp $ * */ diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 9a6be28a960c..38fe75aee457 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nullfs/Makefile,v 1.11 2004/02/23 20:13:54 johan 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 03060debda6b..6d3197245be1 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.29 2004/07/02 21:45:03 ru 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 175200bddbd2..20db72f5042c 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.22 2004/04/09 19:58:32 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 110a5256cf22..b450a3f85df0 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_std/Makefile,v 1.11 2004/02/23 20:13:54 johan 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 86284d6dab5e..2b82f3705122 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.22 2004/07/02 21:45:04 ru Exp $ .\" .Dd May 13, 1996 .Dt MOUNT_STD 8 diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c index 11f42c16e44a..a22efe86692f 100644 --- a/sbin/mount_std/mount_std.c +++ b/sbin/mount_std/mount_std.c @@ -39,7 +39,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_std/mount_std.c,v 1.19 2004/04/09 19:58:32 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index 3096c8e04566..893cd044481d 100644 --- a/sbin/mount_udf/Makefile +++ b/sbin/mount_udf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_udf/Makefile,v 1.4 2004/02/23 20:13:54 johan 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 f91a866542c2..27041ab4a5f1 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.5 2003/11/05 06:21:45 scottl 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 080fab8d1999..32ae86c426eb 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.11 2004/04/09 20:34:51 markm Exp $ */ /* diff --git a/sbin/mount_umapfs/Makefile b/sbin/mount_umapfs/Makefile index 0f5891fb2bf8..bf52d0868b62 100644 --- a/sbin/mount_umapfs/Makefile +++ b/sbin/mount_umapfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_umapfs/Makefile,v 1.12 2004/02/23 20:13:54 johan Exp $ PROG= mount_umapfs SRCS= mount_umapfs.c getmntopts.c diff --git a/sbin/mount_umapfs/mount_umapfs.8 b/sbin/mount_umapfs/mount_umapfs.8 index 1fe47657ce56..7de42fbe7236 100644 --- a/sbin/mount_umapfs/mount_umapfs.8 +++ b/sbin/mount_umapfs/mount_umapfs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_umap.8 8.4 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_umapfs/mount_umapfs.8,v 1.21 2004/07/02 21:45:04 ru Exp $ .\" .Dd May 1, 1995 .Dt MOUNT_UMAPFS 8 diff --git a/sbin/mount_umapfs/mount_umapfs.c b/sbin/mount_umapfs/mount_umapfs.c index b375db609980..bb30d163f689 100644 --- a/sbin/mount_umapfs/mount_umapfs.c +++ b/sbin/mount_umapfs/mount_umapfs.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_umap.c 8.5 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_umapfs/mount_umapfs.c,v 1.22 2004/04/09 19:58:33 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 02965042dd87..1107c9ed99f8 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_unionfs/Makefile,v 1.12 2004/02/23 20:13:54 johan 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 9bdcbe04f691..5bfc2f5ce0af 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.18.2.1 2005/02/12 15:18:10 brueffer Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_UNIONFS 8 diff --git a/sbin/mount_unionfs/mount_unionfs.c b/sbin/mount_unionfs/mount_unionfs.c index 49986bc286b2..f1816bb49063 100644 --- a/sbin/mount_unionfs/mount_unionfs.c +++ b/sbin/mount_unionfs/mount_unionfs.c @@ -41,7 +41,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.21 2004/04/09 19:58:33 markm Exp $"; #endif #endif /* not lint */ diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile index c6bf3267a7cf..2c2367228f3e 100644 --- a/sbin/natd/Makefile +++ b/sbin/natd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/Makefile,v 1.9 2004/02/23 20:13:55 johan Exp $ PROG = natd SRCS = natd.c icmp.c diff --git a/sbin/natd/README b/sbin/natd/README index d2e8a9ae6709..f55a7ffe92d3 100644 --- a/sbin/natd/README +++ b/sbin/natd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/README,v 1.3 2003/01/23 08:35:21 ru Exp $ A Network Address Translation Daemon for FreeBSD diff --git a/sbin/natd/icmp.c b/sbin/natd/icmp.c index 1509b965f4b8..4fb0f150c5e4 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 2004/07/04 12:53:54 phk Exp $ */ #include <stdlib.h> diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index d8c7bf8f33a6..ad49755c069f 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/natd/natd.8,v 1.61 2003/09/23 07:41:55 marcus Exp $ .Dd February 28, 2003 .Dt NATD 8 .Os diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index 163a4ddd5622..1f93551b1502 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.47 2004/07/04 12:53:54 phk Exp $"); #define SYSLOG_NAMES diff --git a/sbin/natd/natd.h b/sbin/natd/natd.h index a05d1f7e4dca..38a7d95f468c 100644 --- a/sbin/natd/natd.h +++ b/sbin/natd/natd.h @@ -9,7 +9,7 @@ * * Ari Suutari <suutari@iki.fi> * - * $FreeBSD$ + * $FreeBSD: src/sbin/natd/natd.h,v 1.5 2004/07/04 12:53:54 phk 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..db33c28aa2c9 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 1999/09/13 18:18:33 ru Exp $ # # # Configuration file for natd. diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index efbe7abfe492..c67ce2675f57 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs/Makefile,v 1.22 2003/02/11 03:06:45 jmallett Exp $ PROG= newfs DPADD= ${LIBUFS} diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 0b653d55ac5c..4d3da15e9d95 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.85.2.3 2005/03/01 05:30:30 wes Exp $"); #include <err.h> #include <grp.h> diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 48393e3ca235..ff0efa400b24 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.67.2.1 2005/03/01 05:30:30 wes Exp $ .\" .Dd May 18, 2002 .Dt NEWFS 8 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 24cd094f194f..a4ee3aeabbea 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.76.2.3 2005/03/01 05:30:30 wes Exp $"); /* * newfs: friendly front end to mkfs diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h index dae9fd877255..4103ba328860 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.16.2.1 2005/03/01 05:30:30 wes Exp $ */ #include <libufs.h> diff --git a/sbin/newfs/ref.test b/sbin/newfs/ref.test index 1967e247d4e5..eee6b632255b 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 2003/02/22 23:26:11 mckusick Exp $ 00c08266df6b0c79d2673515c182216a c00458f223a9119190591e8b8679bf97 7d5b3c75244898dbb07a4cd20860c8a1 diff --git a/sbin/newfs/runtest00.sh b/sbin/newfs/runtest00.sh index a95dbcc83b25..1ef96f34bc93 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 2002/03/19 21:05:29 phk Exp $ set -e diff --git a/sbin/newfs/runtest01.sh b/sbin/newfs/runtest01.sh index 47128326ed24..f87aec93904c 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 2002/03/19 21:05:29 phk Exp $ set -e diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index 1c52095ce0db..2d919bb3f24e 100644 --- a/sbin/newfs_msdos/Makefile +++ b/sbin/newfs_msdos/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.8 2004/02/23 20:13:55 johan 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 b4189a5a9e94..4e89e488b0ba 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.17 2004/07/02 21:45:04 ru Exp $ .\" .Dd July 6, 1998 .Dt NEWFS_MSDOS 8 diff --git a/sbin/newfs_msdos/newfs_msdos.c b/sbin/newfs_msdos/newfs_msdos.c index fe9d56aff678..c4edcfd6f29c 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.20 2004/02/17 02:02:18 tjr Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 22717c576f42..d36527836fe2 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 2002/08/10 20:19:04 mux Exp $ PROG= nfsiod WARNS?= 6 diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 126c5f7477e9..9136461b3efd 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.18 2004/04/09 19:58:34 markm Exp $ .\" .Dd September 22, 1994 .Dt NFSIOD 8 diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index 5f4ec57b9104..d5661cce9c30 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.17 2004/04/09 19:58:34 markm Exp $"); #include <sys/param.h> #include <sys/syslog.h> diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile index e128b62160f7..a42140407d60 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 2004/02/23 20:13:55 johan Exp $ PROG= nos-tun WARNS?= 0 diff --git a/sbin/nos-tun/nos-tun.8 b/sbin/nos-tun/nos-tun.8 index 9e7b9ae02692..8b7653bb06a2 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.15 2004/07/02 21:45:04 ru 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 b54ef7258f4e..6306bc4bd708 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.13 2003/10/26 04:37:57 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index bcdea139a19c..528b20ca10d5 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pfctl/Makefile,v 1.3 2004/07/07 17:33:20 ru Exp $ .PATH: ${.CURDIR}/../../contrib/pf/pfctl .PATH: ${.CURDIR}/../../contrib/pf/man diff --git a/sbin/pfctl/missing/altq/altq.h b/sbin/pfctl/missing/altq/altq.h index c740ed359ad1..154b298ccf81 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 2004/02/28 21:50:49 mlaier 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..1c1b68a7d7cb 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 2004/02/28 21:50:49 mlaier 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..ab5dcc2f4bd6 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 2004/04/09 19:58:34 markm 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..19f0610e784c 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 2004/02/28 21:50:49 mlaier 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..8e73bbd26488 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 2004/02/28 21:50:49 mlaier 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..7b25d3ee08ac 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 2004/02/28 21:50:49 mlaier 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..a00bf58d2681 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 2004/02/28 21:50:49 mlaier 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..c48ddf97c2c1 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 2004/04/09 19:58:34 markm 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..5131f55ede97 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 2004/02/28 21:50:49 mlaier 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..3c0ab7eb325e 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 2004/02/28 21:50:49 mlaier 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..f455417b6d54 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 2004/02/28 21:50:49 mlaier 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 285387a18377..5f54f82309fc 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pflogd/Makefile,v 1.2 2004/06/16 23:39:33 mlaier Exp $ .PATH: ${.CURDIR}/../../contrib/pf/pflogd diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 24882d3d7d6d..f6837e8a9954 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/ping/Makefile,v 1.19 2004/02/23 20:13:55 johan Exp $ PROG= ping MAN= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 78ff83bf9377..45ec579b8efe 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ping.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ping/ping.8,v 1.51 2004/04/09 19:58:34 markm Exp $ .\" .Dd October 2, 2002 .Dt PING 8 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 282f9b1a35fa..29e98e0ff0f2 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.105.2.1 2004/11/09 18:11:46 maxim Exp $"); /* * P I N G . C diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 4e6da277922d..d52c1a6c0d6a 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ping6/Makefile,v 1.11 2004/02/23 20:13:55 johan Exp $ PROG= ping6 MAN= ping6.8 diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index c2b24e41003a..4f33592aac6c 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.20 2004/05/17 08:25:15 ru Exp $ .\" .Dd May 17, 1998 .Dt PING6 8 diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 07be95fc7c00..8c65fb30e004 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -78,7 +78,7 @@ static 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.26 2004/07/26 08:18:37 suz Exp $"; #endif /* not lint */ /* diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index b54eda312880..71174f3ef946 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/quotacheck/Makefile,v 1.8 2004/02/23 20:13:55 johan Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= quotacheck diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c index 93ce142cc362..8d379b850cfb 100644 --- a/sbin/quotacheck/preen.c +++ b/sbin/quotacheck/preen.c @@ -33,7 +33,7 @@ static const char sccsid[] = "@(#)preen.c 8.5 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/quotacheck/preen.c,v 1.25 2004/04/09 19:58:35 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index eb687e22f64c..0642a4958498 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.15 2004/04/09 19:58:35 markm Exp $ .\" .Dd June 5, 1993 .Dt QUOTACHECK 8 diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index 28190670a3b6..3937e3c3fd92 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.24 2004/04/09 19:58:35 markm Exp $"); /* * Fix up / report on disk quotas & usage diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index 3f34be55206f..f3c47aad67db 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/rcorder/Makefile,v 1.5 2004/02/23 20:13:55 johan Exp $ PROG= rcorder SRCS= ealloc.c hash.c rcorder.c diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8 index 6a0c570c4e0d..c856d95fad47 100644 --- a/sbin/rcorder/rcorder.8 +++ b/sbin/rcorder/rcorder.8 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/rcorder/rcorder.8,v 1.4 2004/07/02 18:37:52 ru Exp $ .\" .Dd July 17, 2000 .Dt RCORDER 8 diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 61f0697888b8..154e2de2283e 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.13 2004/03/22 00:52:27 obrien Exp $ PROG= reboot DPADD= ${LIBUTIL} diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index ae0ea07df4b2..348c96c2d767 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.46.2.2 2005/02/12 15:18:11 brueffer Exp $ .\" .Dd September 23, 2004 .Dt BOOT 8 i386 diff --git a/sbin/reboot/nextboot.8 b/sbin/reboot/nextboot.8 index 765fa796fe04..d33b9fe3627b 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 2002/12/12 17:25:56 ru Exp $ .\" .Dd November 4, 2002 .Dt NEXTBOOT 8 diff --git a/sbin/reboot/nextboot.sh b/sbin/reboot/nextboot.sh index 56e53f60a1a9..8e937eb70a05 100644 --- a/sbin/reboot/nextboot.sh +++ b/sbin/reboot/nextboot.sh @@ -3,7 +3,7 @@ # Copyright 2002. Gordon Tetlow. # gordon@FreeBSD.org # -# $FreeBSD$ +# $FreeBSD: src/sbin/reboot/nextboot.sh,v 1.1 2002/05/24 04:06:03 gordon Exp $ delete="NO" force="NO" diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 2b9cd401aa4d..ae8ef689c6be 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.22 2004/04/09 19:58:35 markm Exp $ .\" .Dd June 9, 1993 .Dt REBOOT 8 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index 3d9d7f348c86..7752ef98527b 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.20.2.1 2005/03/24 16:03:54 pjd Exp $"); #include <sys/reboot.h> #include <sys/types.h> diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index c06a3db9116c..0b631d97fc6b 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.22 2004/02/23 20:13:56 johan Exp $ .PATH: ${.CURDIR}/../dump diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index f12f932fe85e..c991926454aa 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.27.6.1 2005/04/10 05:45:06 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 603a56105942..9094c9db08d9 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 1/7/94 - * $FreeBSD$ + * $FreeBSD: src/sbin/restore/extern.h,v 1.10 2004/05/24 16:24:26 stefanf Exp $ */ struct entry *addentry(char *, ino_t, int); diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 209c5a54e99d..e8350a402281 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)interactive.c 8.5 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/interactive.c,v 1.16 2004/05/24 16:24:26 stefanf Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/main.c b/sbin/restore/main.c index d8825c9e3df2..ce39d90ba25c 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/main.c,v 1.23.6.1 2005/04/10 05:45:06 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index bb3186f2ceb2..0d8464501a0f 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.47.6.1 2005/04/10 05:45:06 imp Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index a1a8c8853487..79b910a73c3d 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/restore.c,v 1.17 2004/04/09 19:58:36 markm Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h index 04048dc5de19..b6b2b6cdfcfd 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.8.6.1 2005/04/10 05:45:06 imp Exp $ */ /* diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index b7eff268e653..fb1d5cec68fa 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 2004/04/09 19:58:36 markm Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index ea5d37f2edbd..682f47e2600f 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)tape.c 8.9 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/restore/tape.c,v 1.40.6.1 2005/04/10 05:45:06 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 6b984e409749..ba8840bd605b 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 2004/04/09 19:58:36 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/route/Makefile b/sbin/route/Makefile index fede01d4dcc4..38179cf6bc4b 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/route/Makefile,v 1.20 2004/02/23 20:13:56 johan Exp $ PROG= route MAN= route.8 diff --git a/sbin/route/keywords b/sbin/route/keywords index 18f995d2b85e..8d5d4cda79ac 100644 --- a/sbin/route/keywords +++ b/sbin/route/keywords @@ -1,5 +1,5 @@ # @(#)keywords 8.2 (Berkeley) 3/19/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/route/keywords,v 1.5 2001/06/12 13:31:53 ru Exp $ add atalk diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 4220acb37299..a175f4055115 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.38.2.2 2005/02/12 15:23:54 brueffer Exp $ .\" .Dd November 4, 2004 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index acb81942dc28..ae7f69bb8835 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.76 2004/06/16 06:29:41 bms Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 1ac16c41e32c..75e0cedd1e3e 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,5 +1,5 @@ # Make `routed` for FreeBSD -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/Makefile,v 1.16 2004/08/13 14:18:24 ru 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..5789693e70bc 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 2001/10/25 08:37:12 ru Exp $ .include "../Makefile.inc" diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index 9860e4d77b7f..07f7915ccb96 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -28,11 +28,11 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/defs.h,v 1.18 2004/06/16 05:08:57 bms Exp $ */ #ifdef sgi -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/defs.h,v 1.18 2004/06/16 05:08:57 bms Exp $" #endif /* Definitions for RIPv2 routing process. diff --git a/sbin/routed/if.c b/sbin/routed/if.c index b6e7a539cc07..6012f5b5b324 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.14 2004/08/14 08:36:35 phk Exp $ */ #include "defs.h" @@ -35,12 +35,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/if.c,v 1.14 2004/08/14 08:36:35 phk Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/if.c,v 1.14 2004/08/14 08:36:35 phk Exp $" struct interface *ifnet; /* all interfaces */ /* hash table for all interfaces, big enough to tolerate ridiculous diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 674a388691a9..9a9c334e9481 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.12 2004/04/09 19:58:36 markm Exp $ */ #include "defs.h" @@ -34,12 +34,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/input.c,v 1.12 2004/04/09 19:58:36 markm Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/input.c,v 1.12 2004/04/09 19:58:36 markm Exp $" static void input(struct sockaddr_in *, struct interface *, struct interface *, struct rip *, int); diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 67d168af3e9a..28ab8d0f037d 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.17 2004/04/09 19:58:37 markm Exp $ */ #include "defs.h" @@ -45,12 +45,12 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n" __RCSID("$NetBSD$"); #include <util.h> #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/main.c,v 1.17 2004/04/09 19:58:37 markm Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/main.c,v 1.17 2004/04/09 19:58:37 markm Exp $" pid_t mypid; diff --git a/sbin/routed/output.c b/sbin/routed/output.c index e0befc8056c8..a31f2a449334 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.11 2004/04/09 19:58:37 markm Exp $ */ #include "defs.h" @@ -34,12 +34,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/output.c,v 1.11 2004/04/09 19:58:37 markm Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/output.c,v 1.11 2004/04/09 19:58:37 markm Exp $" u_int update_seqno; diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 9472d82d9a43..68ea37f4729a 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.13 2004/04/09 19:58:37 markm Exp $ */ #include "defs.h" @@ -36,12 +36,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/parms.c,v 1.13 2004/04/09 19:58:37 markm Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/parms.c,v 1.13 2004/04/09 19:58:37 markm Exp $" struct parm *parms; diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index c45405ed9e55..7908351043d6 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 2004/04/09 19:58:37 markm Exp $ */ #include <paths.h> diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index 5e65b8f17de1..e373ae532a28 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.8 2004/04/09 19:58:37 markm Exp $ */ /* @@ -40,12 +40,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/radix.c,v 1.8 2004/04/09 19:58:37 markm Exp $"); #else __RCSID("$Revision: 2.23 $"); #ident "$Revision: 2.23 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/radix.c,v 1.8 2004/04/09 19:58:37 markm Exp $" #define log(x, msg) syslog(x, msg) #define panic(s) {log(LOG_ERR,s); exit(1);} diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h index 6cf196fa4da6..21c95d61c346 100644 --- a/sbin/routed/radix.h +++ b/sbin/routed/radix.h @@ -28,7 +28,7 @@ * * @(#)radix.h 8.2 (Berkeley) 10/31/94 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/radix.h,v 1.7 2004/04/09 19:58:37 markm Exp $ */ #ifndef __RADIX_H_ diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 0cdbc7cab352..7724274d4229 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.10 2004/04/09 19:58:37 markm Exp $ */ #include "defs.h" @@ -37,12 +37,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/rdisc.c,v 1.10 2004/04/09 19:58:37 markm Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/rdisc.c,v 1.10 2004/04/09 19:58:37 markm Exp $" /* router advertisement ICMP packet */ struct icmp_ad { diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index afee816fdee9..4d421132d66f 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.33 2004/07/02 21:45:05 ru Exp $ .\" .Dd June 1, 1996 .Dt ROUTED 8 diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 7076158727f6..979a0cc683af 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 2004/08/13 14:18:24 ru Exp $ PROG= rtquery MAN= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 4f16e88d5c09..775dfc6cfa35 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 2004/02/25 23:45:57 bms Exp $ .\" .Dd June 1, 1996 .Dt RTQUERY 8 diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index 1b3a47bef5da..1fb65dde0df8 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 2004/04/09 19:58:38 markm 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 2004/04/09 19:58:38 markm Exp $"); #else __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 5dfd1954ddda..baaeecd9c811 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.20 2004/06/15 00:23:26 bms Exp $ */ #include "defs.h" @@ -34,12 +34,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/table.c,v 1.20 2004/06/15 00:23:26 bms Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/table.c,v 1.20 2004/06/15 00:23:26 bms Exp $" static struct rt_spare *rts_better(struct rt_entry *); static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0}; diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index 1435faab2213..c8fae4bb5976 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.11 2004/04/09 19:58:37 markm Exp $ */ #define RIPCMDS @@ -39,12 +39,12 @@ #ifdef __NetBSD__ __RCSID("$NetBSD$"); #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/trace.c,v 1.11 2004/04/09 19:58:37 markm Exp $"); #else __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/trace.c,v 1.11 2004/04/09 19:58:37 markm Exp $" #ifdef sgi diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index 66d39e52bd68..e590d743bbb6 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -11,7 +11,7 @@ # AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. -# $FreeBSD$ +# $FreeBSD: src/sbin/rtsol/Makefile,v 1.9.2.1 2005/02/13 07:23:19 obrien Exp $ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 6d7b5e0362d1..1391163748e5 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/savecore/Makefile,v 1.12 2004/02/23 20:13:56 johan Exp $ PROG= savecore WARNS?= 4 diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index aa6dcb73f3fe..c67045eeb3dc 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.21.2.1 2005/02/26 01:21:50 obrien Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 796fb9480a6c..a8ec534c7c85 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.69.2.1 2005/02/26 01:21:50 obrien Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/sconfig/Makefile b/sbin/sconfig/Makefile index 5923692aad47..220d58ae6b89 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 2004/01/21 13:22:08 ru Exp $ PROG= sconfig MAN= sconfig.8 diff --git a/sbin/sconfig/sconfig.8 b/sbin/sconfig/sconfig.8 index 3fe7abcff686..564f3d3476f0 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.5.2.2 2004/12/30 01:52:21 brueffer Exp $ .Dd May 19, 2004 .Dt SCONFIG 8 i386 .Os diff --git a/sbin/sconfig/sconfig.c b/sbin/sconfig/sconfig.c index d2130dfb6109..6416239d6963 100644 --- a/sbin/sconfig/sconfig.c +++ b/sbin/sconfig/sconfig.c @@ -15,7 +15,7 @@ * all derivative works or modified versions. * * Cronyx Id: sconfig.c,v 1.2.2.4 2003/06/20 16:20:48 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/sconfig/sconfig.c,v 1.2 2003/12/03 17:03:20 imp Exp $ */ #include <stdio.h> #include <stdlib.h> diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index e22759fcc401..57eeb25d8941 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.8 2001/12/04 02:19:57 obrien Exp $ PROG= shutdown MAN= shutdown.8 diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index d7073b2bc2f1..3744468fbbb1 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.23 2004/07/02 21:45:05 ru Exp $ .\" .Dd December 11, 1998 .Dt SHUTDOWN 8 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index f719ebf3a2c8..d2d5e5b41df2 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.26 2004/04/09 19:58:38 markm Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index 84b0c1282865..bd499b0aebaa 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.4 (Berkeley) 5/11/90 # -# $FreeBSD$ +# $FreeBSD: src/sbin/slattach/Makefile,v 1.13 2004/02/23 20:13:56 johan Exp $ PROG= slattach WARNS?= 0 diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index a5070ac02f1f..eb62680d8215 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -27,7 +27,7 @@ .\" .\" @(#)slattach.8 6.4 (Berkeley) 3/16/91 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/slattach/slattach.8,v 1.25.2.1 2005/01/06 03:50:55 rwatson Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 613332cfff9b..d5fc5ce53b51 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/slattach/slattach.c,v 1.40 2004/04/09 19:58:39 markm Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index b394c39a4e83..05c538781182 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/spppcontrol/Makefile,v 1.6 2001/12/04 02:19:57 obrien Exp $ PROG= spppcontrol MAN= spppcontrol.8 diff --git a/sbin/spppcontrol/spppcontrol.8 b/sbin/spppcontrol/spppcontrol.8 index 0b038c2e49fa..d15b4fb91569 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.14 2004/07/02 21:45:05 ru Exp $ .\" .Dd December 30, 2001 .Os diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c index a1df0f49942b..c708aa7944cd 100644 --- a/sbin/spppcontrol/spppcontrol.c +++ b/sbin/spppcontrol/spppcontrol.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/spppcontrol/spppcontrol.c,v 1.13 2003/05/03 18:41:59 obrien Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile index 1bf91dd82169..69171e25e194 100644 --- a/sbin/startslip/Makefile +++ b/sbin/startslip/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/startslip/Makefile,v 1.10 2004/08/02 08:10:28 stefanf Exp $ PROG= startslip WARNS?= 3 diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index e18506547d5e..47cbec1ec295 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)startslip.1 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/startslip/startslip.1,v 1.23 2004/07/02 21:45:05 ru Exp $ .\" .Dd June 5, 1993 .Dt STARTSLIP 1 diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c index f7238701f772..b62a3c61a853 100644 --- a/sbin/startslip/startslip.c +++ b/sbin/startslip/startslip.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)startslip.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/startslip/startslip.c,v 1.37 2004/08/02 08:10:28 stefanf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 143b6c72bb0f..c5e5e5bc3167 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/sunlabel/Makefile,v 1.12 2004/02/01 13:09:26 ceri Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/sunlabel/runtest.sh b/sbin/sunlabel/runtest.sh index 73833e0b7fee..fe784b8bae18 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 2003/04/23 08:25:44 phk Exp $ TMP=/tmp/$$. set -e diff --git a/sbin/sunlabel/sunlabel.8 b/sbin/sunlabel/sunlabel.8 index 1662b0e80063..0f3ee5dbf239 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.4 2004/06/02 20:21:28 joerg Exp $ .\" .Dd June 1, 2004 .Dt SUNLABEL 8 diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index c520b3a3beff..abc29909d929 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.11 2004/06/18 15:08:08 joerg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index 85b0f0ab60bb..bb0e1788a017 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/swapon/Makefile,v 1.8 2002/12/28 23:39:47 dillon Exp $ PROG= swapon MAN= swapon.8 diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index 283912284cc0..0c72e0afe291 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.27 2004/04/09 19:58:39 markm Exp $ .\" .Dd December 28, 2002 .Dt SWAPON 8 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index 2d330a63bb0a..827e9e123a28 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.20.2.1 2005/02/05 01:02:47 das Exp $"); #include <sys/stat.h> #include <sys/param.h> diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 381f19918be3..69d85ab7b9ce 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 2004/02/23 20:13:56 johan Exp $ PROG= sysctl WARNS?= 0 diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 44fefa05c823..a378410b2c6d 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.54.2.2 2005/02/12 15:18:11 brueffer Exp $ .\" .Dd March 10, 2002 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index d9084bc71afe..6c0cee082622 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.61.2.2 2005/02/04 06:06:19 ssouhlal Exp $"; #endif /* not lint */ #ifdef __i386__ diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index d501d104b4b7..682fcdc9c7ee 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 2003/01/23 08:15:05 ru Exp $ PROG= tunefs DPADD= ${LIBUFS} diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index f84ea7b3e707..4182ad5f7f17 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.34 2004/04/09 19:58:40 markm Exp $ .\" .Dd May 18, 2002 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index e8ab8d367711..b9b09068c919 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/tunefs/tunefs.c,v 1.42 2004/04/09 19:58:40 markm Exp $"); /* * tunefs: change layout parameters to an existing file system. diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 70ccc5a06624..370e748525ee 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 2004/02/23 20:13:57 johan Exp $ PROG= umount SRCS= umount.c vfslist.c mounttab.c diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index d19ea9ae7a49..c732e449c6ec 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 2004/04/09 19:58:40 markm Exp $ .\" .Dd July 18, 2003 .Dt UMOUNT 8 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index e1bd26790e48..94abb6ea8438 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.44 2004/04/09 19:58:40 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index ce1bcaaf9ad9..7294f31419f7 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/vinum/Makefile,v 1.26 2004/02/23 20:13:57 johan Exp $ PROG= vinum SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index c0038e497909..b838a4626693 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -37,7 +37,7 @@ * advised of the possibility of such damage. * * $Id: commands.c,v 1.52 2003/05/08 00:33:57 grog Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/commands.c,v 1.60 2004/07/24 19:11:40 le Exp $ */ #include "vext.h" diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c index ee5602aa3cce..89f65a32544d 100644 --- a/sbin/vinum/list.c +++ b/sbin/vinum/list.c @@ -40,7 +40,7 @@ * advised of the possibility of such damage. * * $Id: list.c,v 1.32 2003/04/28 06:19:06 grog Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/list.c,v 1.40 2003/10/26 04:47:31 peter Exp $ */ #include "vext.h" diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index e00f7340768a..b8d894a1d4fd 100644 --- a/sbin/vinum/v.c +++ b/sbin/vinum/v.c @@ -37,7 +37,7 @@ * advised of the possibility of such damage. * * $Id: v.c,v 1.38 2003/05/01 01:39:42 grog Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/v.c,v 1.40 2004/02/16 09:23:59 le Exp $ */ #include "vext.h" diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index 63f668fd0cab..aae2377ccb28 100644 --- a/sbin/vinum/vext.h +++ b/sbin/vinum/vext.h @@ -36,7 +36,7 @@ /* * $Id: vext.h,v 1.22 2003/04/28 06:19:06 grog Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/vext.h,v 1.28 2004/02/16 09:23:59 le Exp $ */ #define MAXARGS 64 /* maximum number of args on a line */ diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8 index 232073bddc5d..f932bd8a50c8 100644 --- a/sbin/vinum/vinum.8 +++ b/sbin/vinum/vinum.8 @@ -35,7 +35,7 @@ .\" advised of the possibility of such damage. .\" .\" $Id: vinum.8,v 1.15 2001/05/14 01:10:37 grog Exp grog $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/vinum/vinum.8,v 1.70.2.1 2004/12/29 09:24:44 keramida Exp $ .\" .Dd May 5, 2003 .Dt VINUM 8 |
