diff options
Diffstat (limited to 'sbin')
473 files changed, 493 insertions, 493 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 28f0d85a3e1fd..686c3d262815f 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 2004/08/07 16:16:59 le Exp $ # XXX MISSING: icheck ncheck diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 7a1ebd0745445..d9cd699d7f057 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 27c128916f9bb..cd38438b55d63 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 84e84914aad6e..174662dc8f59a 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 bf390107ea957..5afeb1e10dbc1 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 73b916080d42d..6cf21e7317ba9 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 4bb18be4f0b1e..c2c3ebc634979 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 675174e0aa6c7..43a1bc72417f6 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 ed7ca1a849a78..76d5a00fa59ac 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 3d5738afdbc4d..29cdbeba00cbc 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 973e5cce4cd4e..592ae9bc27d0b 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 25c4b75d1718e..d1b6afa6245fa 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 94cde38582d75..f6999274a520c 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 7ecae34a4b3fe..330bedef93c15 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 d6da017903927..39bf0f58570f1 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 2f916a091bdc1..eba21d30d6f31 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 a3f0ce3bfd0e1..edae60588913e 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 790bfc1799192..78d1368f90b1f 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 e744c755fd419..413f13694911f 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 a612beef20662..2ed18f07f2bc6 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 13160ca7d6dbf..df5062e04f89b 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 ca64afa44267d..e1f4efcf3cba9 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 1ff76a100cd8a..c17cc8589a700 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 5e5b04172cb08..3d781b7a55317 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 8c6e7cec7f2fc..30b79f5cdbfc7 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 082494df95a50..c2e2e6630c7d2 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 b96467e3f6be0..c638a75409e67 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 27237c8cb7b9a..020d0ee6be4c9 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 74d39011219c4..9e79ab9f120b8 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 8b36cd44e1f5d..1f3c1cb5e0514 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 d2543f7d1f36e..c59108f9f0a7f 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 29f5ce231e0a9..b250a9e9f491d 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 9dcf53979517a..9243bb8908500 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 f934d42937246..771e38e69db8e 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 abcec31b23631..f7484775d2ddc 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 7ffd0d2e51fcb..7f60928dac98b 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 dc52effc97026..d7bfe024a63d8 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 c208a4ddf3a1b..4b7b87bca8642 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 67d9bab32b9c8..3f31368c3ca84 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 a3b526577e7ce..ca2d9b76700aa 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 f33212ca56108..14dcbc970cc18 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 a39227716b77a..57bdd837b4f5e 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 be24febcd0392..099b2c80f9e4b 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 96c319de3023c..96ef221b95222 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 716dab3db69ec..3d404ec6ba6d8 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 a0bb82ee4e542..f4982d5f9d147 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 cbb4e345493b9..7e0384f72cefa 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.1 2004/09/14 03:44:58 brooks Exp $ .\" .Dd March 15, 2003 .Dt BSDLABEL 8 diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 8d44e6878df05..7a94f30bc6ea7 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.1 2004/09/14 03:44:58 brooks Exp $"); #include <sys/param.h> #include <stdint.h> diff --git a/sbin/bsdlabel/pathnames.h b/sbin/bsdlabel/pathnames.h index c8a9ef362e54e..51887855dee96 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 9d561f39ab82f..7513dce3512ce 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 bf2ba4a864e20..b0856cf878bbc 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 453999e0fab6e..09438637c86fe 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 2004/07/03 00:13:43 ru Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index acf9ae1ab3e1c..53fdb3f0fa7df 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 2004/03/03 01:51:24 ken Exp $"); #include <sys/ioctl.h> #include <sys/stdint.h> diff --git a/sbin/camcontrol/camcontrol.h b/sbin/camcontrol/camcontrol.h index eebbe8553ed50..55b757870fa6b 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 3fb9587e206a4..b93ce2094398e 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 67f4e4f0cd157..57a9b195c5309 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 ac7558409ed61..66bbcb0ef7e77 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 e4ff4b3d9ae6c..982b37373efbe 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 c7baa9826c82e..fff0c86a72b73 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 538cfeda096dd..b762105f87884 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 c68c312f269b2..e89723640f7fe 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 c3c37960cbb24..60c57d61f36cc 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 d5a358d33d632..4d9c498b46bb3 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 a7720d81b41e9..ca636f9d70ce5 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 bf719f9af3be5..f257c406c585e 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 753ded36d1a9f..a974a064003d1 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 ddd2434e6cc58..609206b5a594e 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 d746caff63d73..9906e6f70bb09 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 d8e5bc52c11af..aef283cbc49c9 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 8e1122eaf3cbb..0b8b433875a9a 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 8c96eaf45796c..cde25ae621358 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 2004/07/07 19:57:14 ru Exp $ .\" .Dd October 17, 2002 .Dt DEVD 8 diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index 75b22c3f2329d..f64d3961327da 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 2004/07/01 07:24:18 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 1452eca524f21..638a8f07dd5e5 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 8a032e4d4db2c..80639b4b013b7 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 4730267c938ee..e67bed7265ce6 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 9269ef27800c9..b2489f0f90b78 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 0aa8cb6df5dd5..e39fc4138f94f 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 95d2540272e6b..a176a641d477c 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 1d7d442595457..9ef415b8e2c6e 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 f531f7521cb15..d404dc408daea 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 a9f8d224838de..64218809e00b3 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 b179c9e2fb1ef..f2b97fe530b5f 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 372adfdfd47a1..7a9d6b1655ef7 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 090d20834e142..515bd9770374b 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 c82c9122b34ea..eea8cbde88e47 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 5d4bb92f6e83f..1031809481bc8 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 2002/05/13 11:09:05 ru Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/dhclient-script.sh b/sbin/dhclient/dhclient-script.sh index d35eafeff1931..b1ba4cc754d24 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 1f3ecbd071642..94db9910b3ace 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 2003/03/25 03:16:52 mdodd Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/dst/Makefile b/sbin/dhclient/dst/Makefile index b501a2e8f6eaf..1917084098015 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 2002/05/13 11:09:05 ru Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/minires/Makefile b/sbin/dhclient/minires/Makefile index e0013b47737ce..81ebd5d15013f 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 2002/05/13 11:09:05 ru Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile index f2b5fbda968e6..70f3d7cf89a16 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 2002/05/13 11:09:06 ru Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/omshell/Makefile b/sbin/dhclient/omshell/Makefile index 4bc5e7065cf50..f09cca5a783d4 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 777956357ae0c..999caf250779a 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 9d05e6c70b755..0dd7f8a74b9a2 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 12789fd5619eb..58cefd16ac055 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 608162aa570ef..e8eaa5705790f 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 906ac27169598..2a6ac95ab71df 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 ea35653374ae1..87d5075fd1014 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 2004/05/17 08:35:40 ru Exp $ .\" .Dd March 1, 2002 .Dt DUMP 8 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index 75b33d5a074a7..42602a189c0a2 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 2004/04/13 02:58:06 green Exp $ */ /* diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index dd02642bdbf63..cea9351357180 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 99d43ad772cc0..426b3c895a085 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 2004/04/09 19:58:27 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 09c27ab067606..a45ce03df7016 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 2004/04/13 02:58:06 green Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 8c1f3c1798677..d3b0ab0f05a8a 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 eb3ce3977af23..035f7f15ac373 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 490d3d97c3519..87c26fe71c300 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 2004/04/13 02:58:06 green Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 08e5e23e04c2c..bd69afd4f40b8 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 3720ebf550fd2..538ca4af80de1 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 99faa77ad725a..ee8b003fa3c71 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 8e701d5ba0f60..0ed9b66fb32bc 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 325cdcbf9864d..8ac138b0af0d1 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 2134cd52b8d62..d3c67d62b9307 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 f1c8675ef00b7..a8d467d9bab17 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 78a35a14ce257..6e180519e8d6c 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 4289dc80e29a2..445d12697c9f9 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 a7730ead34967..dfdb216e66150 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 4cb9dc07cd77f..bf583abde2c67 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 2004/06/14 07:21:19 phk Exp $"); #include <sys/disk.h> #include <sys/disklabel.h> diff --git a/sbin/fdisk/runtest.sh b/sbin/fdisk/runtest.sh index f25f4272bb0fe..3acca05045f20 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 d214888584a59..5cd52bd01122d 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 c4b25c75c9647..ccf28ffe8c6fd 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 8b8ce19f67822..d0effed997b2a 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 a1ffef7989a09..e6fc5a578cf03 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 4508c5f908a84..d1aaf697516b9 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 3e3a8c2465578..3af1e9b86d124 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 bc445fda26f7c..f27f719f04b7e 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 763e6a1e168fe..b62c93c5792f3 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 291cd37802244..0870c2edf5a31 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 a4578bd63eb60..229e656aa7cba 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 84e72909592db..60bb9a8f32ee1 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 6204685833f4b..fb2ac196c180d 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 d61189c0333bd..3a3f5688a4e12 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 2004/07/28 05:57:48 kan 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 5fe189dc471ac..a9503e5f7ee69 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 3098b49f95763..9b67a6cfbf274 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 b294a6af3becc..841085ad2d7c5 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 522a222c3dc38..90aad68073b33 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 353fab3378fa7..4ecd2dc301903 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 9ddc06f097ae9..18b9ffd004774 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 a766c84045c19..723be4a418f1a 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/ea.c b/sbin/fsck_ffs/ea.c index 2cdf71e3ebeb9..02e69064e0ca0 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 1763fa1b31695..5989da99e1029 100644 --- a/sbin/fsck_ffs/fsck.h +++ b/sbin/fsck_ffs/fsck.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)fsck.h 8.4 (Berkeley) 5/9/95 - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck_ffs/fsck.h,v 1.31 2004/04/09 19:58:28 markm Exp $ */ #include <unistd.h> diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 4bfa11cb45e61..8bfe9c130d296 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 28d5399807959..579a07af2e6ab 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 2004/05/18 19:51:41 scottl Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index 320450e977491..042e4e814f0fe 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> #include <sys/stdint.h> diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index 1648b941e8d47..c018e52303265 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index 898f8970b7cdb..d5894c525e0ba 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c index 45b6eac62ecb6..2a21476e18923 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 353d6ad143367..ad0e4070fb1a7 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c index 644fd698723ba..8291e7fd9eb0d 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index 411f3bd6d393b..88285670bff08 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index 0d8275ad8decd..064dc52f473a4 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 2004/04/09 19:58:28 markm Exp $"); #include <sys/param.h> #include <sys/sysctl.h> diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index e95a6adbb4adb..68ce288b68509 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.1 2004/09/03 15:19:05 jhb Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index 8e66820342149..f7d145a3ea874 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 fd539b94f9d79..ed85989721749 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 32ed8633e037a..8582596759c3f 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 48ae5ca20eb17..324a8b9cca676 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 b87a916c17ff0..0cb317fa8c5f6 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 3a5d4394c5067..5420e2580c6ce 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 0e93c2440200f..cce4381800c15 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 0b0bd9e11e899..6d7845c08c091 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 489906407d9a3..4cdb5bdd7ad18 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 37bfb6e3cb52f..328a11247ea18 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 9c1ccda34cbed..a0066156182f4 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 194ba830c868d..7f1895a3d0a1a 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 2004/07/02 21:45:02 ru Exp $ .\" .Dd September 14, 1995 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index f60f50c9852cd..05c7114c67f96 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 a739c47f1a0a5..59773d655a2cf 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 b00061941e00b..4cd8311c9b03a 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 7e2da62408e34..56118b111b4ed 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 00f0eeee4c99b..f45c3dd362686 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 defdf5250d33d..f6d5acbc8bb3f 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 87058028533ec..3c26f5b9542a8 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 57208b56a1aac..38e27a1022356 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 0d75f38c02614..2dfa6509b1d00 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.2 2004/09/28 18:08:32 pjd Exp $ * * XXX: Future stuff * diff --git a/sbin/gbde/image.uu b/sbin/gbde/image.uu index 82e6f2e474891..1868464e5d868 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 3d22007befd9b..6bd638fa3a418 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 67d8b3809c377..2cc69f64b097c 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 95f00d914756b..6967e80d1b21a 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 94ca09f3889c2..153d99c883d31 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 0fb33b1566fbc..06cf571650887 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 2004/08/16 06:36:21 pjd Exp $ SUBDIR= concat SUBDIR+=label diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc index 112756d5f73c3..65e1266bafe23 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 b3a3e23c449df..70473f791d40b 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 e7e06a7c8801c..5883e093b4f16 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 2004/08/09 11:29:41 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 c97027aa85fc8..cb843f4d771a0 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 2004/08/09 11:29:41 pjd Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/label/Makefile b/sbin/geom/class/label/Makefile index cba7ac6b44830..c6dee337c35e8 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 1c301c3bdb5da..845a6b32c391a 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 2004/07/18 08:00:30 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 15ccdb0def6e5..c1ea0560e7e62 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 2004/07/18 08:00:30 pjd Exp $ .\" .Dd July 2, 2004 .Dt GLABEL 8 diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile index f07a790539b63..9e417c04fb04a 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 5e8b2c31f18df..244052f4f3e10 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.2 2004/09/28 18:13:39 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 68d38263732c6..45180bc8abd75 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.3 2004/10/16 08:13:19 pjd Exp $ .\" .Dd Jul 9, 2004 .Dt GMIRROR 8 diff --git a/sbin/geom/class/nop/Makefile b/sbin/geom/class/nop/Makefile index 75a20376ff452..b7867a1c6fad8 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 a5edfdeeb357a..ca74b46c89446 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 2004/07/30 08:19:22 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 5ff7e07f78807..267119df83d51 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 2004/07/30 08:19:22 pjd Exp $ .\" .Dd May 21, 2004 .Dt GNOP 8 diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669dec92f..6873990db0fbe 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 9c2b53f2c5a73..d0fa9114136bb 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.2 2004/09/28 18:13:39 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 9a2d16e58ba46..3379ca7cf1e42 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.1 2004/09/14 15:50:51 pjd Exp $ .\" .Dd Aug 22, 2004 .Dt GRAID3 8 diff --git a/sbin/geom/class/stripe/Makefile b/sbin/geom/class/stripe/Makefile index 53a35fff46bf8..9024ebd44ce05 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 251630f35d738..a7ff07d6b24c9 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.2 2004/09/28 18:15:19 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 ddf7d9085333e..c0cb759909aae 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 2004/08/09 11:29:41 pjd Exp $ .\" .Dd May 21, 2004 .Dt GSTRIPE 8 diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index 13c6a09e24fdb..eff26bdd7a31f 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 3d2c359c57310..98d958980dcba 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.1 2004/09/14 15:52:00 pjd Exp $ .\" .Dd May 21, 2004 .Dt GEOM 8 diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c index 95b8a990ad789..84de0bf2b4dcb 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.2 2004/09/28 18:12:32 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 06b97a0c2154d..c9f8fc2be30be 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 2004/05/20 10:09:55 pjd Exp $ */ #ifndef _GEOM_H_ diff --git a/sbin/geom/misc/subr.c b/sbin/geom/misc/subr.c index a0525af6aff43..2a5ff14a0528f 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 ee319a983bc55..2ab2e8f76e6ec 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 da51672240859..097198a2f0645 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 e55271f7ddc5c..c46de58199357 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 5674aa156b388..df1042dad98e1 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 22038e8b0ad22..edcbf19c5adba 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 84aa60eb4e6af..297d5af3260bc 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 fa5c0fb177122..44d3484d1e275 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 0b774ad65507b..8430f68b66c74 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 a0628ea357146..5bf286418886b 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 604a75480313a..72be0b5542b4f 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 f08edeefcc47d..5e6b99e07f0d5 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 4aa19eab4f272..fa1c4faa31bdc 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 08f13d7f7c543..54d50a04422a8 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 d4d82533f7f1e..c40a1db221748 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 8e85b91eb1fad..95a0c0b6b5365 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 17ff86f2cae12..44852f65d5455 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 2004/08/07 06:24:25 marcel Exp $"); #include <sys/types.h> #include <sys/disklabel.h> diff --git a/sbin/gpt/create.c b/sbin/gpt/create.c index a80714cdc42d6..199826bb142ff 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 2004/08/07 06:24:25 marcel Exp $"); #include <sys/types.h> #include <sys/gpt.h> diff --git a/sbin/gpt/destroy.c b/sbin/gpt/destroy.c index 1a8bb539cf669..752d77883faf1 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 2004/08/07 06:24:25 marcel Exp $"); #include <sys/types.h> #include <sys/gpt.h> diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8 index 49d6132a49c1e..615b8f80d68f0 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 2004/08/07 07:52:31 marcel Exp $ .\" .Dd August 7, 2004 .Os diff --git a/sbin/gpt/gpt.c b/sbin/gpt/gpt.c index 7d42bfaa6ef73..297346a675864 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 2004/08/07 07:41:37 marcel Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sbin/gpt/gpt.h b/sbin/gpt/gpt.h index 75cfb0a67f435..dbbc625aad2f7 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 2004/08/07 07:41:37 marcel Exp $ */ #ifndef _GPT_H_ diff --git a/sbin/gpt/map.c b/sbin/gpt/map.c index f8c433bdd6b06..84a5b57f32370 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 f83824cf951d4..86ef926239586 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 4f7d7956b35d5..8c46d1e661a00 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 2004/08/07 06:24:25 marcel Exp $"); #include <sys/types.h> #include <sys/disklabel.h> diff --git a/sbin/gpt/mkdisk.sh b/sbin/gpt/mkdisk.sh index 97761d42b6569..fb04975f187a9 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 2004/08/02 19:22:11 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 375346a128bde..dafa43569b316 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 2004/08/07 06:24:25 marcel Exp $"); #include <sys/types.h> #include <sys/gpt.h> diff --git a/sbin/gpt/remove.c b/sbin/gpt/remove.c index e5200c512c3bb..c78e7d6c01e26 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 2004/08/07 07:41:37 marcel Exp $"); #include <sys/types.h> #include <sys/disklabel.h> diff --git a/sbin/gpt/show.c b/sbin/gpt/show.c index 62f8aff532c38..8c0d8afb2dd77 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 2004/08/07 06:24:25 marcel Exp $"); #include <sys/types.h> #include <sys/gpt.h> diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 21b559682b282..1e16d01d6bc29 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 2004/07/29 11:28:24 le Exp $ # #GFSDBG=YES diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index d97fae31af88f..7a593f7f26652 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 3cad9d97874c5..4d80bd053a59f 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 7bcc46ad7ecb2..af2d14004d5c7 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 2004/01/23 17:35:09 blackend Exp $ .\" .Dd September 8, 2000 .Dt GROWFS 8 diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index cf580716806ca..1c1dfad01864d 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 f56580d94d082..009fb2b6580da 100644 --- a/sbin/gvinum/Makefile +++ b/sbin/gvinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/gvinum/Makefile,v 1.1 2004/06/12 21:22:47 le 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 176c7c3d8aa75..7ede793194dfb 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 2004/08/04 00:23:00 le Exp $ */ #include <sys/param.h> diff --git a/sbin/gvinum/gvinum.h b/sbin/gvinum/gvinum.h index d1b45a07749b0..f59801df88c7c 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 cd45007027afc..fd45f6bc9ddda 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 8386949b5c7f9..bad0c90f7dfe2 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 e5dbe80afb5b0..c820696c2eb0c 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 252f8b60ea3b3..c269bfd19360d 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 2004/02/23 20:13:52 johan Exp $ PROG= ifconfig SRCS= ifconfig.c diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 4c20ffd7b90a7..e600b0b03146d 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 2004/07/27 09:51:49 yar Exp $ .\" .Dd July 26, 2004 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 858b8a4de6195..a622e114a8096 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.1 2004/09/07 23:21:10 brooks Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index fb340fc1b2c93..82b9fd7fb7206 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 2004/03/30 22:59:22 sam Exp $ */ extern struct ifreq ifr; diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index 1e83e808c9575..f6ab1f320b9b3 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 41b718b228c3d..9c26b71d41862 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 cdbfc53530c05..815230dcd3628 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/ifvlan.c b/sbin/ifconfig/ifvlan.c index 7e089b9003a42..27a9a1523eb12 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 ce2e618ca4e5d..ba3000ca13fef 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 4f08683424071..b65ae2e803197 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 6daeab8b8d56d..7e35f3af84bd5 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 335445bb06347..563376e3307be 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 17f330d1f0f2d..07650b7cf0edf 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 dbc9084e2ff6f..5890bfae68e3c 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 9ceabbff04c80..0b4c53efa722e 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 00641401f6e7c..b020a176bdfa5 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 1964def66ef8f..6422caf380f32 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 9639352621336..a577601b26572 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 80fff2bb8d53c..e254a355bc5bf 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 023f682b25f51..48c61d7379823 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 b38a32ef7038d..070962d510879 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.3 2004/10/10 00:57:23 csjp Exp $ .\" .Dd September 19, 2004 .Dt IPFW 8 diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index d97285d89be6d..d019d4a966f10 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.3 2004/09/17 14:49:08 csjp Exp $ */ #include <sys/param.h> diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index f1c006d57a52d..6c955e111323c 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 6cb9d4abfe32a..edab8b313ca8f 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 e92daf6c6f7c2..d0fa74b7246fd 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 65766ec33ae24..2b2549ae15554 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 1f53d7cd0b2b0..2f7bf2b65273e 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 da597d4594f9e..0c442b4e5e370 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 dd28d38454ba7..bf60be2eaf56a 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 9e841bccf9080..1822307eb9f4e 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 b602a3edfb1fa..fcea3e08bb9a2 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 bbabb73ee3ae1..b8dffdcfde280 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 ce5ebf489ba07..998fcdf954623 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 1f71a8f8313ef..855258d5380c1 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 935e5afb71ed5..38ab488c95a30 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 2004/07/13 19:36:58 phk Exp $ .\" .Dd April 25, 1997 .Dt KLDUNLOAD 8 diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index 29da28d07774e..be5d6f5bcf36e 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 f2a2e51e71f97..d131617349bac 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 9bdf56e4271e4..62ab6b0db883a 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 007d30d44a2ca..a1e637e1d4709 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 d6c889bb1c455..0d1990c968709 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 859bcbd204bc0..23265ff334a77 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 0aeed64e6183c..a23d581299084 100644 --- a/sbin/mca/Makefile +++ b/sbin/mca/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mca/Makefile,v 1.2 2004/02/23 20:13:53 johan Exp $ PROG= mca WARNS?= 4 NOMAN= yes diff --git a/sbin/mca/mca.c b/sbin/mca/mca.c index 0c4e1a0c5a804..1d761ae634fe0 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 007fb4cc1b2cb..e3db759797f30 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 67daaa283adca..fed03f103b5a0 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 454ada82de667..cf74142eb5732 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 3abf56b74a8e7..7400745d3d460 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 fb2b4067450da..113c537b97c20 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 db3a733f1a080..d8fed90a7f334 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 999793f0e1031..fa780fc3a9687 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 39af0cba69bf8..6af704b069190 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 bed6dc776e00c..77d24d3052c6f 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 d28d3a5953777..7e263caf8920a 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 7de2a1b7de580..e3320895388f6 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 2004/07/02 21:45:03 ru Exp $ .\" .Dd December 29, 2003 .Dt MKNOD 8 diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index 4c0493c1ddb67..05dc55f295158 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 3c08f565225d1..bc4271f8047f2 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 2465f557f2ff4..dad6de648e940 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 a061286ba181c..4b6b5d4039650 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 407abea2f1f3d..8d5e30971007c 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 638f8a4a1eb25..f24526a9d1cca 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 a033ac169dff4..a68a7e7951a1c 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 e284c09b87b8f..483d751de1ec3 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 7fd807613d6ba..8667c3b76582b 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 02c8e40ef08de..af9800d8e5537 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 df97adbb88f80..c408e79126440 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 ff1c126b63900..c77bb4efe8121 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 aaa0a2c10e1ee..a49945ec1305a 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 f95a76efdb241..6e6e1b41c60be 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 80af58a5f19c1..904303cea27a4 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 b72bd6e633755..44f7471301510 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 998939d602852..f3aeb882a13a5 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 3eefb92eb8c05..9f623e68b19a8 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 91a315e8bd399..a112f2f94be2f 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 4c7c401821fc1..0712d46044ccd 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 084377407787f..65750e9aad6df 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 0cdcb20e2e152..a75604c095347 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 95986f13fa0b1..bf8073f90cb71 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 7fedb6818fab0..46f85196f4548 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 1fd704f7e1773..1fa721b6436c7 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 9013ae56d9a49..75523ae102cb7 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 2004/07/08 18:06:44 trhodes Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 68fe70ac3e13a..a9df9031a1fc4 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 48c55efc4c722..f6d03284ae884 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 5a76d0d4c1c78..553d7388a4530 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 881d11904ae13..38fcbca7021bb 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 7400270ec8f16..24b08b146e44a 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 73e4d78183129..c9f5db3891925 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 8a3e75e08bb28..8d5507aba99af 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 17902b2d31108..e82fcd08581b6 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 3bd6528e7224d..b92dca1be72fb 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 9a6be28a960ca..38fe75aee4576 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 03060debda6bb..6d3197245be15 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 175200bddbd2e..20db72f5042cd 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 110a5256cf22b..b450a3f85df04 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 86284d6dab5ef..2b82f37051222 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 11f42c16e44a5..a22efe86692fd 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 3096c8e04566e..893cd044481d2 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 f91a866542c2d..27041ab4a5f10 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 080fab8d19993..32ae86c426ebc 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 0f5891fb2bf8c..bf52d0868b62d 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 1fe47657ce568..7de42fbe7236b 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 b375db6099802..bb30d163f6897 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 02965042dd871..1107c9ed99f8b 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 4232a44f4e284..c75aeda9d9e56 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 2004/07/18 01:51:59 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 49986bc286b2b..f1816bb490638 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 c6bf3267a7cfe..2c2367228f3e8 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 d2e8a9ae67097..f55a7ffe92d36 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 1509b965f4b81..4fb0f150c5e45 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 d8c7bf8f33a63..ad49755c069fd 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 163a4ddd5622a..1f93551b15023 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 a05d1f7e4dcad..38a7d95f468c3 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 d4dcd714bd92f..db33c28aa2c91 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 efbe7abfe492e..c67ce2675f57e 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 66074c7850c99..4954e2a48aa3c 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.1 2004/09/03 15:19:06 jhb Exp $"); #include <err.h> #include <grp.h> diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 8cba772a44abe..8fd595cc38ef7 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 2004/05/17 08:35:43 ru Exp $ .\" .Dd May 18, 2002 .Dt NEWFS 8 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index f39b55b4619cc..786f24fa7e101 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.1 2004/09/28 18:25:48 pjd Exp $"); /* * newfs: friendly front end to mkfs diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h index feb9bcd8fcd98..7c94c7768f102 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 2004/04/09 19:58:34 markm Exp $ */ #include <libufs.h> diff --git a/sbin/newfs/ref.test b/sbin/newfs/ref.test index 1967e247d4e55..eee6b632255bd 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 a95dbcc83b250..1ef96f34bc93f 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 47128326ed243..f87aec93904ca 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 1c52095ce0db6..2d919bb3f24ec 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 b4189a5a9e94d..4e89e488b0ba3 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 fe9d56aff6781..c4edcfd6f29c3 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 22717c576f42b..d36527836fe24 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 126c5f7477e99..9136461b3efd5 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 5f4ec57b91045..d5661cce9c30e 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 e128b62160f77..a42140407d608 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 9e7b9ae026926..8b7653bb06a26 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 b54ef7258f4e7..6306bc4bd7087 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 bcdea139a19c1..528b20ca10d5c 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 c740ed359ad16..154b298ccf811 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 3c41c6bd836f5..1c1b68a7d7cbb 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 43045b25a6303..ab5dcc2f4bd62 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 ac242114c084c..19f0610e784cd 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 526b09235e397..8e73bbd264883 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 96e3fae94fc6a..7b25d3ee08aca 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 eda338ae2f1dc..a00bf58d26819 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 87e3e630bb8a1..c48ddf97c2c18 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 7fcc86ba129be..5131f55ede971 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 165b5afe32045..3c0ab7eb325e4 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 ca163cf3652dc..f455417b6d54e 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 285387a18377e..5f54f82309fca 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 24882d3d7d6dd..f6837e8a99540 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 78ff83bf93778..45ec579b8efef 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 d312721bfcfdf..83b88391674d2 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 2004/08/14 17:46:10 stefanf Exp $"); /* * P I N G . C diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 4e6da277922d1..d52c1a6c0d6aa 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 c2b24e41003a8..4f33592aac6cc 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 07be95fc7c004..8c65fb30e0041 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 b54eda3128801..71174f3ef946d 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 93ce142cc362f..8d379b850cfb3 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 eb687e22f64c6..0642a49584982 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 28190670a3b62..3937e3c3fd926 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 3f34be55206f8..f3c47aad67dbd 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 6a0c570c4e0df..c856d95fad473 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 61f0697888b8f..154e2de2283e2 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 ea2079c28c4ec..5c456037a8ecd 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.1 2004/09/30 04:33:52 brooks Exp $ .\" .Dd September 23, 2004 .Dt BOOT 8 i386 diff --git a/sbin/reboot/nextboot.8 b/sbin/reboot/nextboot.8 index 765fa796fe040..d33b9fe3627be 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 56e53f60a1a97..8e937eb70a057 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 2b9cd401aa4d8..ae8ef689c6beb 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 9bc866a065ca6..e0d6de2616230 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 2004/04/09 19:58:35 markm Exp $"); #include <sys/reboot.h> #include <sys/types.h> diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index c06a3db9116c7..0b631d97fc6b3 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 327d3ed01d9b4..7b39a4ae84615 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 2004/05/24 16:24:26 stefanf Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 603a561059425..9094c9db08d9a 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 209c5a54e99d5..e8350a4022813 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 b2ace5db112fe..e15d6360d7caa 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 2004/04/13 02:58:06 green Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 1d57760212722..14a266af97b01 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 2004/07/02 21:45:05 ru Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index a1a8c88534874..79b910a73c3d4 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 05ca6209783d5..cefb51ffccd77 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 2004/04/09 19:58:36 markm Exp $ */ /* diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index b7eff268e653d..fb1d5cec68fa8 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 28bca7f7104d1..e1bd8edbfaa41 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 2004/05/24 16:10:57 stefanf Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 6b984e4097495..ba8840bd605bd 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 fede01d4dcc4f..38179cf6bc4bc 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 18f995d2b85e4..8d5d4cda79ac8 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 30b807cd87c3a..e0bfaae0e1644 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 2004/07/02 21:45:05 ru Exp $ .\" .Dd November 10, 2003 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index acb81942dc288..ae7f69bb88358 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 1ac16c41e32cb..75e0cedd1e3e1 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 265f86d1ed55a..5789693e70bc4 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 9860e4d77b7f9..07f7915ccb968 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 b6e7a539cc07d..6012f5b5b324f 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 674a388691a93..9a9c334e94818 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 67d168af3e9a8..28ab8d0f037d2 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 e0befc8056c83..a31f2a449334c 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 9472d82d9a43a..68ea37f4729ab 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 c45405ed9e559..7908351043d6a 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 5e65b8f17de19..e373ae532a282 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 6cf196fa4da6d..21c95d61c346f 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 0cdbc7cab3529..7724274d42297 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 afee816fdee98..4d421132d66ff 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 7076158727f67..979a0cc683afd 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 4f16e88d5c095..775dfc6cfa359 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 1b3a47bef5dad..1fb65dde0df84 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 5dfd1954dddae..baaeecd9c811a 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 1435faab22137..c8fae4bb5976a 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 0bdbdaa0ba67c..aa0508555e9ee 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 2004/02/23 20:13:56 johan Exp $ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 6d7b5e0362d12..1391163748e52 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 a17091c5ee677..cde4006587168 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 2004/04/09 19:58:38 markm Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 8d1e95a524946..7f20d4483ccf9 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 2004/08/16 07:02:14 ru Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/sconfig/Makefile b/sbin/sconfig/Makefile index 5923692aad472..220d58ae6b896 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 d319797884e5a..346da4f9e3f89 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 2004/05/20 16:40:06 ru Exp $ .Dd May 19, 2004 .Dt SCONFIG 8 i386 .Os diff --git a/sbin/sconfig/sconfig.c b/sbin/sconfig/sconfig.c index d2130dfb6109b..6416239d6963a 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 e22759fcc401d..57eeb25d8941a 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 d7073b2bc2f16..3744468fbbb1b 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 f719ebf3a2c8b..d2d5e5b41df2e 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 84b0c1282865f..bd499b0aebaa9 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 a6355d884d4a7..96ffa9e18fe95 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 2004/07/02 21:45:05 ru Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 613332cfff9bc..d5fc5ce53b51a 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 b394c39a4e83e..05c5387811824 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 0b038c2e49fa6..d15b4fb915697 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 a1df0f49942b3..c708aa7944cd4 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 1bf91dd821697..69171e25e194f 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 e18506547d5ec..47cbec1ec2950 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 f7238701f772b..b62a3c61a8537 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 143b6c72bb0f4..c5e5e5bc3167e 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 73833e0b7fee4..fe784b8bae18f 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 1662b0e800639..0f3ee5dbf239f 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 c520b3a3beffa..abc29909d929d 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 85b0f0ab60bb6..bb0e1788a0171 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 283912284cc09..0c72e0afe2914 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 1c13205cd354d..d0f9db5ecd59f 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 2004/04/09 19:58:39 markm Exp $"); #include <sys/stat.h> #include <sys/param.h> diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 381f19918be3d..69d85ab7b9cee 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 4462fe3e88afd..6514549091c12 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 2004/04/09 19:58:39 markm Exp $ .\" .Dd March 10, 2002 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index efa8825c46199..7e1cbddedcc52 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 2004/04/09 19:58:39 markm Exp $"; #endif /* not lint */ #ifdef __i386__ diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index d501d104b4b79..682fcdc9c7ee5 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 f84ea7b3e7075..4182ad5f7f17d 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 e8ab8d3677111..b9b09068c9191 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 70ccc5a066247..370e748525eee 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 d19ea9ae7a49d..c732e449c6ecc 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 e1bd26790e48e..94abb6ea84387 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 ce1bcaaf9ad93..7294f31419f7a 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 c0038e4979093..b838a4626693a 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 ee5602aa3cced..89f65a32544df 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 e00f7340768ad..b8d894a1d4fdc 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 63f668fd0cabb..aae2377ccb281 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 f71ac23eb6cc9..8f4dec9b196cd 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 2004/07/03 00:13:43 ru Exp $ .\" .Dd May 5, 2003 .Dt VINUM 8 |