diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /sbin | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
Diffstat (limited to 'sbin')
357 files changed, 382 insertions, 382 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index e4cf9ff8b2ed..3a98ef6559bb 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.77.2.7 2002/03/18 08:40:00 sos Exp $ # XXX MISSING: icheck ncheck diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index f8709625c59a..9398d2cba41c 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.5.6.1 2001/08/01 05:53:59 obrien Exp $ BINDIR?= /sbin NOSHARED?= YES diff --git a/sbin/adjkerntz/Makefile b/sbin/adjkerntz/Makefile index d254dcc2a8d2..49ea2950d556 100644 --- a/sbin/adjkerntz/Makefile +++ b/sbin/adjkerntz/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/adjkerntz/Makefile,v 1.2.14.2 2001/07/30 10:38:04 dd Exp $ PROG= adjkerntz WARNS?= 2 diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index e054bdb9b796..4e7d95bcc278 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.18.2.4 2001/08/16 11:35:40 ru Exp $ .\" .Dd April 4, 1996 .Dt ADJKERNTZ 8 diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c index 63d4fa31862a..c0bb7e7285bf 100644 --- a/sbin/adjkerntz/adjkerntz.c +++ b/sbin/adjkerntz/adjkerntz.c @@ -32,7 +32,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/adjkerntz/adjkerntz.c,v 1.25.2.1 2001/07/30 10:38:04 dd Exp $"; #endif /* not lint */ /* diff --git a/sbin/atacontrol/Makefile b/sbin/atacontrol/Makefile index 95c929891dd5..2ae86e984110 100644 --- a/sbin/atacontrol/Makefile +++ b/sbin/atacontrol/Makefile @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sbin/atacontrol/Makefile,v 1.6.2.1 2002/03/18 08:40:00 sos Exp $ PROG= atacontrol WARNS= 0 diff --git a/sbin/atacontrol/atacontrol.8 b/sbin/atacontrol/atacontrol.8 index 6ec13e2817f6..14115c6b9677 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.13.2.3 2002/04/02 14:49:24 sos Exp $ .\" .Dd May 17, 2001 .Dt ATACONTROL 8 diff --git a/sbin/atacontrol/atacontrol.c b/sbin/atacontrol/atacontrol.c index c64d272aa647..0ab13a7e8780 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.11.2.4 2002/04/05 11:52:14 sos Exp $ */ #include <stdio.h> diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index f17c173f261a..bea07618f648 100644 --- a/sbin/atm/Makefile +++ b/sbin/atm/Makefile @@ -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/Makefile,v 1.2 1999/08/28 00:12:15 peter Exp $ # SUBDIR= atm \ diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 8878187339ca..901cf7ae0582 100644 --- a/sbin/atm/Makefile.inc +++ b/sbin/atm/Makefile.inc @@ -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/Makefile.inc,v 1.2 1999/08/28 00:12:15 peter Exp $ # # diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index a3b99d11de86..efe96fe1d6e3 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -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/Makefile,v 1.4.2.1 2001/04/25 10:58:10 ru Exp $ # # diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8 index 3988daab535a..42c3043f7f64 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.3.2.1 2001/07/22 11:32:21 dd Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c index 4be5a1125157..e69f8e7b9985 100644 --- a/sbin/atm/atm/atm.c +++ b/sbin/atm/atm/atm.c @@ -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.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -59,7 +59,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/atm/atm.h b/sbin/atm/atm/atm.h index 62556806c62b..d733b0a57817 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.4 1999/08/28 00:12:17 peter Exp $ * */ diff --git a/sbin/atm/atm/atm_eni.c b/sbin/atm/atm/atm_eni.c index 0f9f8210b55d..5204c02fd6b0 100644 --- a/sbin/atm/atm/atm_eni.c +++ b/sbin/atm/atm/atm_eni.c @@ -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_eni.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -56,7 +56,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_eni.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c index 27dfedb18dd7..b1b63d397cf8 100644 --- a/sbin/atm/atm/atm_fore200.c +++ b/sbin/atm/atm/atm_fore200.c @@ -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_fore200.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -58,7 +58,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_fore200.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c index 78f3c684f1c0..c14e693d4649 100644 --- a/sbin/atm/atm/atm_inet.c +++ b/sbin/atm/atm/atm_inet.c @@ -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_inet.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -55,7 +55,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_inet.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c index e02e9d14a2b1..94a078d18737 100644 --- a/sbin/atm/atm/atm_print.c +++ b/sbin/atm/atm/atm_print.c @@ -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_print.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -63,7 +63,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_print.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c index 2e3a18fef304..ff3d37fe1572 100644 --- a/sbin/atm/atm/atm_set.c +++ b/sbin/atm/atm/atm_set.c @@ -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_set.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -57,7 +57,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_set.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c index 0e115e18f6ed..8463fe5e9685 100644 --- a/sbin/atm/atm/atm_show.c +++ b/sbin/atm/atm/atm_show.c @@ -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_show.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -56,7 +56,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_show.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c index ee1726b8f3c2..b3cf0601b0ef 100644 --- a/sbin/atm/atm/atm_subr.c +++ b/sbin/atm/atm/atm_subr.c @@ -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_subr.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $ * */ @@ -56,7 +56,7 @@ #include "atm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/atm/atm_subr.c,v 1.3.2.1 2000/07/01 06:02:14 ps Exp $"); #endif diff --git a/sbin/atm/fore_dnld/COPYRIGHT b/sbin/atm/fore_dnld/COPYRIGHT index f934d4293724..771e38e69db8 100644 --- a/sbin/atm/fore_dnld/COPYRIGHT +++ b/sbin/atm/fore_dnld/COPYRIGHT @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sbin/atm/fore_dnld/COPYRIGHT,v 1.1 2000/02/15 13:20:57 phk Exp $ This copyright applies to the microcode image in the file pca200e.c. diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index 576a35bf795e..cd5957c9ad9d 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -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/fore_dnld/Makefile,v 1.5.2.1 2001/04/25 10:58:11 ru Exp $ # # diff --git a/sbin/atm/fore_dnld/fore_dnld.8 b/sbin/atm/fore_dnld/fore_dnld.8 index 134537ef8cd3..3d81a6881991 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.4.2.1 2001/01/22 17:46:04 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 22ce59ee2615..2e57d5c03aec 100644 --- a/sbin/atm/fore_dnld/fore_dnld.c +++ b/sbin/atm/fore_dnld/fore_dnld.c @@ -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/fore_dnld/fore_dnld.c,v 1.6.2.2 2000/12/11 01:03:24 obrien Exp $ * */ @@ -64,7 +64,7 @@ #include <unistd.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/fore_dnld/fore_dnld.c,v 1.6.2.2 2000/12/11 01:03:24 obrien Exp $"); #endif extern u_char pca200e_microcode[]; diff --git a/sbin/atm/fore_dnld/pca200e.c b/sbin/atm/fore_dnld/pca200e.c index 03b71718a510..78c1e04dce02 100644 --- a/sbin/atm/fore_dnld/pca200e.c +++ b/sbin/atm/fore_dnld/pca200e.c @@ -35,7 +35,7 @@ * * This is a binary copy of the PCA200E firmware version 3.0.1 * - * $FreeBSD$ + * $FreeBSD: src/sbin/atm/fore_dnld/pca200e.c,v 1.1 2000/02/15 13:20:58 phk Exp $ */ #include <sys/types.h> diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index a69f154f48e4..437b0cc42a13 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -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/ilmid/Makefile,v 1.4.2.1 2001/04/25 10:58:11 ru Exp $ # # diff --git a/sbin/atm/ilmid/ilmid.8 b/sbin/atm/ilmid/ilmid.8 index fd09b99067fe..ed58bbf85b60 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.3.2.1 2001/01/22 17:46:05 ru Exp $ .\" .\" .Dd September 14, 1998 diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index d3e550bfc78c..0d414db660ab 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -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/ilmid/ilmid.c,v 1.6.2.2 2001/03/04 07:15:30 kris Exp $ * */ @@ -73,7 +73,7 @@ #include <unistd.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sbin/atm/ilmid/ilmid.c,v 1.6.2.2 2001/03/04 07:15:30 kris Exp $"); #endif diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index 17bcc86dbc83..fc4f5f82c08d 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.2.14.1 2001/04/25 10:58:12 ru Exp $ PROG= badsect MAN= badsect.8 diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index 7ac3e7245e46..a5ddbfb2bcc2 100644 --- a/sbin/badsect/badsect.8 +++ b/sbin/badsect/badsect.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)badsect.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/badsect/badsect.8,v 1.10.2.5 2001/08/16 11:35:40 ru Exp $ .\" .Dd June 5, 1993 .Dt BADSECT 8 diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 91cdd069b15a..fbffce5ef6fb 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)badsect.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/badsect/badsect.c,v 1.7.2.2 2001/07/30 10:30:04 dd Exp $"; #endif /* not lint */ /* diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index a4e781aee6a5..f8d73a45ea05 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/camcontrol/Makefile,v 1.3.2.5 2002/04/19 13:46:38 ru Exp $ MAINTAINER= ken@FreeBSD.org diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 7fd36bcd0379..4388ce27b293 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.19.2.10 2002/02/18 08:49:55 maxim Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index 67b49faa4c8f..58bcf4f67e49 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -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.c,v 1.21.2.12 2002/04/07 03:44:49 ken Exp $ */ #include <sys/ioctl.h> diff --git a/sbin/camcontrol/camcontrol.h b/sbin/camcontrol/camcontrol.h index eebbe8553ed5..1f61afc744db 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.3.2.1 2000/08/14 05:42:32 kbyanc Exp $ */ #ifndef _CAMCONTROL_H diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 7614905ee001..3f03561af4f4 100644 --- a/sbin/camcontrol/modeedit.c +++ b/sbin/camcontrol/modeedit.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/camcontrol/modeedit.c,v 1.5.2.1 2000/08/14 05:42:32 kbyanc Exp $"; #endif /* not lint */ #include <sys/queue.h> diff --git a/sbin/camcontrol/util.c b/sbin/camcontrol/util.c index 63f952d72e1b..44607acda5ff 100644 --- a/sbin/camcontrol/util.c +++ b/sbin/camcontrol/util.c @@ -45,7 +45,7 @@ */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/camcontrol/util.c,v 1.6.2.2 2001/03/04 07:20:33 kris Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index 19e6fa3c1eda..591c0427e330 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ccdconfig/Makefile,v 1.2.10.1 2001/04/25 10:58:12 ru Exp $ PROG= ccdconfig MAN= ccdconfig.8 diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index 1a599d6e013d..1f8cec646d6c 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.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/ccdconfig/ccdconfig.8,v 1.9.2.8 2001/12/14 15:17:47 ru Exp $ .\" .Dd July 17, 1995 .Dt CCDCONFIG 8 diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index aea08be77eeb..6942efb1847e 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ccdconfig/ccdconfig.c,v 1.16.2.2 2000/12/11 01:03:25 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index 0e99a4e4d411..1189c9d6e432 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.2.14.2 2001/08/01 05:54:57 obrien Exp $ PROG= clri WARNS?= 2 diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index 96380dae9075..acf177f71abd 100644 --- a/sbin/clri/clri.8 +++ b/sbin/clri/clri.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)clri.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/clri/clri.8,v 1.7.2.2 2001/08/16 11:35:41 ru Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 85de80f4ee76..06ef35301ca3 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/clri/clri.c,v 1.4 1999/08/28 00:12:32 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile index d8757565b1a0..c4a133dd6aaa 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.2.12.1 2001/04/25 10:58:13 ru Exp $ PROG= comcontrol MAN= comcontrol.8 diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index eee6542ac442..663d9e352b01 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/comcontrol/comcontrol.8,v 1.15.2.5 2001/08/16 11:35:41 ru Exp $ .Dd May 15, 1994 .Dt COMCONTROL 8 .Os diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index c65587f14b10..08fdedf4c01e 100644 --- a/sbin/comcontrol/comcontrol.c +++ b/sbin/comcontrol/comcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/comcontrol/comcontrol.c,v 1.8.2.2 2001/08/01 06:01:51 obrien Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index a59f73bbcdd3..20f8cedbe838 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.6.2.7 2002/04/11 10:21:20 murray Exp $ SUBDIR= common dst minires omapip client diff --git a/sbin/dhclient/Makefile.inc b/sbin/dhclient/Makefile.inc index 6295c4bed2e2..d35fed21f824 100644 --- a/sbin/dhclient/Makefile.inc +++ b/sbin/dhclient/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/Makefile.inc,v 1.2.2.1 2002/04/11 10:21:20 murray Exp $ MAINTAINER= murray diff --git a/sbin/dhclient/client/Makefile b/sbin/dhclient/client/Makefile index f4a609d5e6a6..0b474af250bf 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.2.2.1 2002/04/11 10:21:20 murray Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/common/Makefile b/sbin/dhclient/common/Makefile index 0e859814d763..161a75b41459 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.2.2.1 2002/04/11 10:21:21 murray Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/dhclient-script.sh b/sbin/dhclient/dhclient-script.sh index d35eafeff193..1b14b868dfd8 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.2.1 2002/04/11 10:21:20 murray Exp $ ############################################################################# diff --git a/sbin/dhclient/dst/Makefile b/sbin/dhclient/dst/Makefile index e0624797f1df..3aa926aaeb97 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.2.2.1 2002/04/11 10:21:21 murray Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/minires/Makefile b/sbin/dhclient/minires/Makefile index 046740e1dd9c..c6e56d981b1b 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.4.2.1 2002/04/11 10:21:21 murray Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile index 5c1b0b6585fc..c0318f3bb6bc 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.2.2.1 2002/04/11 10:29:48 murray Exp $ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 9884d552d415..aa115f398d9d 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/17/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/disklabel/Makefile,v 1.3.14.3 2001/04/25 10:58:15 ru Exp $ PROG= disklabel SRCS= disklabel.c diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index abc6b05d0608..c788840620b8 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.5 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.5.5 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/disklabel/disklabel.5,v 1.7.2.3 2001/12/14 15:17:48 ru Exp $ .\" .Dd June 5, 1993 .Dt DISKLABEL 5 diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index b11579ee0c48..751fd4233c54 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/disklabel/disklabel.8,v 1.15.2.18 2002/04/17 14:56:42 trhodes Exp $ .\" .Dd July 30, 1999 .Dt DISKLABEL 8 diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 7de7a369e14c..de43dabcc010 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 1/7/94"; /* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */ #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/disklabel/disklabel.c,v 1.28.2.9 2001/08/01 06:07:14 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/disklabel/pathnames.h b/sbin/disklabel/pathnames.h index c09d4692c94a..9ac4988e04ff 100644 --- a/sbin/disklabel/pathnames.h +++ b/sbin/disklabel/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/sbin/disklabel/pathnames.h,v 1.4 2000/01/11 07:28:46 bde Exp $ */ #include <paths.h> diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 777956357ae0..e8905e9b540b 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.2.14.2 2001/08/01 06:20:49 obrien Exp $ PROG= dmesg MAN= dmesg.8 diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index 5551bada884d..23a1603672a1 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dmesg.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dmesg/dmesg.8,v 1.5.2.4 2001/08/16 11:35:42 ru Exp $ .\" .Dd June 5, 1993 .Dt DMESG 8 diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index 53ac0f34f8c9..e518df448985 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dmesg/dmesg.c,v 1.11.2.3 2001/08/08 22:32:15 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 2df9111f8967..dc9e1b6ed354 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.12.2.2 2001/10/05 15:49:11 ru Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 935483ef77eb..e892ad39ee2a 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dump.8 8.3 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dump/dump.8,v 1.27.2.12 2002/04/19 16:26:43 trhodes Exp $ .\" .Dd July 9, 2001 .Dt DUMP 8 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index 6cd3b84bfcca..2e86dcfaba93 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -32,7 +32,7 @@ * * @(#)dump.h 8.2 (Berkeley) 4/28/95 * - * $FreeBSD$ + * $FreeBSD: src/sbin/dump/dump.h,v 1.7.6.3 2002/02/23 22:32:51 iedowse Exp $ */ #define MAXINOPB (MAXBSIZE / sizeof(struct dinode)) diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index ffc009dfa2c6..fbc0a7790eb5 100644 --- a/sbin/dump/dumprmt.c +++ b/sbin/dump/dumprmt.c @@ -36,7 +36,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.14.2.1 2000/07/01 06:31:52 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index c1824c285956..8a0bcaaa9d8a 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -36,7 +36,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.3.2.1 2001/08/01 06:29:35 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 7cbf4246ef45..0464cc129e36 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -42,7 +42,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.20.2.7 2002/02/23 22:32:51 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index b8b79304c9c0..87255857aca6 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -36,7 +36,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.9.2.5 2002/02/23 22:32:51 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index c359a7401568..2713ac02b580 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - # $FreeBSD$ + # $FreeBSD: src/sbin/dump/pathnames.h,v 1.5.6.2 2001/10/05 15:49:11 ru Exp $ */ #include <paths.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 9e21f04da582..3a7d307bcc78 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -36,7 +36,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.12.2.3 2002/02/23 22:32:51 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index f428e1633e1f..11341c88e3b4 100644 --- a/sbin/dump/traverse.c +++ b/sbin/dump/traverse.c @@ -36,7 +36,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.10.2.4 2001/07/14 13:51:37 mikeh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 7184e3b68ba2..f6d3e5140dee 100644 --- a/sbin/dump/unctime.c +++ b/sbin/dump/unctime.c @@ -36,7 +36,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.3.2.1 2001/09/19 09:29:39 ru Exp $"; #endif /* not lint */ #include <time.h> diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index e1c5a7f370de..c5578a285ef3 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.2.14.1 2001/04/25 10:58:16 ru Exp $ PROG= dumpfs MAN= dumpfs.8 diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 2a7d0220f45e..e4721d42cba4 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dumpfs.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dumpfs/dumpfs.8,v 1.5.2.2 2001/08/16 11:35:42 ru Exp $ .\" .Dd June 5, 1993 .Dt DUMPFS 8 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index b5d1df012e6d..b5f65a1e580a 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -42,7 +42,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.13.2.1 2001/01/22 18:10:11 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index d11ccc761127..382b4975ec48 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dumpon/Makefile,v 1.4.2.1 2001/04/25 10:58:16 ru Exp $ PROG= dumpon MAN= dumpon.8 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index 55a1ea0128b0..62dcf78fb966 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)swapon.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/dumpon/dumpon.8,v 1.11.2.10 2002/04/12 16:12:44 trhodes Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 6d4c8248d7f7..66175e036f18 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/dumpon/dumpon.c,v 1.10.2.2 2001/07/30 10:30:05 dd Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index 6172ab924444..a3801ab24174 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.3.2.1 2001/07/16 15:01:56 tomsoft Exp $ # MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8 index aaa2c4040ee0..a3e0ac4376ea 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.6.2.2 2001/08/01 12:01:28 sheldonh Exp $ .\" .Dd September 8, 2000 .Dt FSINFO 8 diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c index 8adada34f1d5..41e91dd838c9 100644 --- a/sbin/ffsinfo/ffsinfo.c +++ b/sbin/ffsinfo/ffsinfo.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * $TSHeader: src/sbin/ffsinfo/ffsinfo.c,v 1.4 2000/12/12 19:30:55 tomsoft Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/ffsinfo/ffsinfo.c,v 1.3.2.1 2001/07/16 15:01:56 tomsoft Exp $ * */ @@ -49,7 +49,7 @@ All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ffsinfo/ffsinfo.c,v 1.3.2.1 2001/07/16 15:01:56 tomsoft Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index 711c7f4fe80a..e3ada3fbd168 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/27/95 -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck/Makefile,v 1.5.6.1 2001/04/25 10:58:17 ru Exp $ PROG= fsck MAN= fsck.8 diff --git a/sbin/fsck/dir.c b/sbin/fsck/dir.c index f5fb6a0ef30a..e36e7db95fda 100644 --- a/sbin/fsck/dir.c +++ b/sbin/fsck/dir.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/dir.c,v 1.15 1999/08/28 00:12:45 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 3a4bbe994697..b77fbfa455f8 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fsck.8 8.4 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck/fsck.8,v 1.14.2.3 2001/01/23 23:11:07 iedowse Exp $ .\" .Dd November 15, 1996 .Dt FSCK 8 diff --git a/sbin/fsck/fsck.h b/sbin/fsck/fsck.h index 529564eb12c9..e51b3ceb5fc7 100644 --- a/sbin/fsck/fsck.h +++ b/sbin/fsck/fsck.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fsck.h 8.4 (Berkeley) 5/9/95 - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck/fsck.h,v 1.12.2.1 2001/01/23 23:11:07 iedowse Exp $ */ #include <unistd.h> diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c index a7a89aa4683d..2484b83d5626 100644 --- a/sbin/fsck/fsutil.c +++ b/sbin/fsck/fsutil.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/fsck/fsutil.c,v 1.2.2.1 2001/08/01 05:47:55 obrien Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/fsck/fsutil.h b/sbin/fsck/fsutil.h index 19f85fd946be..ec3212c7dbb5 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.3.2.1 2001/08/01 05:47:55 obrien Exp $ */ void perror __P((const char *)); diff --git a/sbin/fsck/inode.c b/sbin/fsck/inode.c index dbf86f760f81..7dedc3d10dd8 100644 --- a/sbin/fsck/inode.c +++ b/sbin/fsck/inode.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/inode.c,v 1.20 2000/02/28 20:02:41 mckusick Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/main.c b/sbin/fsck/main.c index 827ae01cf365..a019295b4af5 100644 --- a/sbin/fsck/main.c +++ b/sbin/fsck/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/main.c,v 1.21.2.1 2001/01/23 23:11:07 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1.c b/sbin/fsck/pass1.c index 17a9252f3c29..0523997dd933 100644 --- a/sbin/fsck/pass1.c +++ b/sbin/fsck/pass1.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass1.c,v 1.16.2.4 2001/07/16 14:59:26 tomsoft Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1b.c b/sbin/fsck/pass1b.c index 9a37c1d5dc4c..2f06c65ebbc8 100644 --- a/sbin/fsck/pass1b.c +++ b/sbin/fsck/pass1b.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass1b.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass1b.c,v 1.7.2.1 2001/01/23 23:11:07 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass2.c b/sbin/fsck/pass2.c index 46c2b1350f64..562f42986dbc 100644 --- a/sbin/fsck/pass2.c +++ b/sbin/fsck/pass2.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass2.c 8.9 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass2.c,v 1.10.2.2 2001/11/24 15:14:59 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass3.c b/sbin/fsck/pass3.c index 730af5ff4420..6bb3afb685e0 100644 --- a/sbin/fsck/pass3.c +++ b/sbin/fsck/pass3.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass3.c,v 1.7.2.1 2001/01/23 23:11:07 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass4.c b/sbin/fsck/pass4.c index 9e9cea57b922..c20c61d5b747 100644 --- a/sbin/fsck/pass4.c +++ b/sbin/fsck/pass4.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass4.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass4.c,v 1.7.2.1 2001/01/23 23:11:07 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass5.c b/sbin/fsck/pass5.c index bf58d8af08d0..aa5a502a3ff5 100644 --- a/sbin/fsck/pass5.c +++ b/sbin/fsck/pass5.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/pass5.c,v 1.17.2.1 2001/01/23 23:11:07 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index e43aada8d10d..51943b259843 100644 --- a/sbin/fsck/preen.c +++ b/sbin/fsck/preen.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)preen.c 8.5 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/preen.c,v 1.16 1999/12/30 16:32:40 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/setup.c b/sbin/fsck/setup.c index 4f55ac80be40..622207624b8c 100644 --- a/sbin/fsck/setup.c +++ b/sbin/fsck/setup.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)setup.c 8.10 (Berkeley) 5/9/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/setup.c,v 1.17.2.3 2001/09/21 19:15:21 dillon Exp $"; #endif /* not lint */ #define DKTYPENAMES diff --git a/sbin/fsck/utilities.c b/sbin/fsck/utilities.c index 00fa7780fbac..ecc738d41695 100644 --- a/sbin/fsck/utilities.c +++ b/sbin/fsck/utilities.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck/utilities.c,v 1.11.2.3 2001/01/23 23:11:07 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile index f9dd9fae401b..0a87bb6c3d2f 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.2.2.1 2001/08/01 05:47:55 obrien Exp $ FSCK= ${.CURDIR}/../fsck .PATH: ${FSCK} diff --git a/sbin/fsck_msdosfs/boot.c b/sbin/fsck_msdosfs/boot.c index 5c1ae5ad1cc3..34addb33edbb 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.5 1997/10/17 11:19:23 ws Exp $"); static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/fsck_msdosfs/boot.c,v 1.1.2.1 2001/08/01 05:47:55 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/check.c b/sbin/fsck_msdosfs/check.c index 2a7ccc71ed01..419fd8a0c711 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.1.2.1 2001/08/01 05:47:55 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/dir.c b/sbin/fsck_msdosfs/dir.c index 64636cbd0e6f..0e017b6b384f 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.1.2.1 2001/08/01 05:47:55 obrien Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/sbin/fsck_msdosfs/dosfs.h b/sbin/fsck_msdosfs/dosfs.h index b3abf552e3b8..c15f1b8c7563 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.1.2.1 2001/08/01 05:47:56 obrien Exp $ */ #ifndef DOSFS_H diff --git a/sbin/fsck_msdosfs/ext.h b/sbin/fsck_msdosfs/ext.h index effb546cf4f8..c2b4731a571c 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.1.2.1 2001/08/01 05:47:56 obrien Exp $ */ #ifndef EXT_H diff --git a/sbin/fsck_msdosfs/fat.c b/sbin/fsck_msdosfs/fat.c index ff21f41f93bf..6a8b064917b4 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.1.2.1 2001/08/01 05:47:56 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8 index 5d76e606e0c2..2ec1681119cd 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.3.2.1 2001/08/01 05:47:56 obrien 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 3591467f54b9..a32bbc3ecaa1 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.4.2.1 2001/08/01 05:47:56 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 2c0ae32c635d..ffca2eb6f6cf 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.9.2.1 2001/04/25 10:58:17 ru Exp $ PROG= fsdb MAN= fsdb.8 diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 7d241ed2e74e..a273a5451e32 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.12.2.6 2002/03/20 13:39:02 joerg Exp $ .\" .Dd September 14, 1995 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index ace96483d9f6..5ae209664f5d 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.13.2.3 2002/03/20 13:39:02 joerg Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index 1b3586b59cea..889248edbdca 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.4.2.1 2002/03/20 13:39:02 joerg Exp $ */ extern int bread __P((int fd, char *buf, daddr_t blk, long size)); diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index cc1d67fb3f04..be14cb919bac 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.9.2.2 2002/03/20 13:39:02 joerg Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile index 4b24233bbf19..67d49b5477fd 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.2.10.1 2001/04/25 10:58:19 ru Exp $ PROG= fsirand MAN= fsirand.8 diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 4bef0b3b77b3..978183402e2c 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.10.2.2 2000/12/18 15:38:20 ru Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index 96a5484ed130..55647d6933d6 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.7.2.1 2000/07/01 06:23:36 ps Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 7dba7cbaf51b..b29a1797a66d 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.3.2.1 2001/07/16 15:02:13 tomsoft Exp $ # MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index 53ec674c76b3..a4acd468dcc2 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -36,13 +36,13 @@ * SUCH DAMAGE. * * $TSHeader: src/sbin/growfs/debug.c,v 1.3 2000/12/12 19:31:00 tomsoft Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/growfs/debug.c,v 1.3.2.1 2001/07/16 15:02:13 tomsoft Exp $ * */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/growfs/debug.c,v 1.3.2.1 2001/07/16 15:02:13 tomsoft Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/growfs/debug.h b/sbin/growfs/debug.h index 78ac625ece9f..ea4b90f36db1 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.1.2.1 2001/07/16 15:02:13 tomsoft Exp $ * */ diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index be1143163280..75bf9b800196 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.6.2.4 2002/02/14 01:22:35 keramida Exp $ .\" .Dd September 8, 2000 .Dt GROWFS 8 diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 751db2a423f9..94b3f502c11f 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.4.2.2 2001/08/14 12:45:11 chm Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/i386/Makefile b/sbin/i386/Makefile index 3335157b30ee..fb00cb09be6d 100644 --- a/sbin/i386/Makefile +++ b/sbin/i386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/i386/Makefile,v 1.9 2000/01/14 16:36:58 peter Exp $ SUBDIR= fdisk \ nextboot diff --git a/sbin/i386/Makefile.inc b/sbin/i386/Makefile.inc index b915adff92ab..0b06dd4a3256 100644 --- a/sbin/i386/Makefile.inc +++ b/sbin/i386/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/i386/Makefile.inc,v 1.4 1999/08/28 00:12:57 peter Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/sbin/i386/cxconfig/Makefile b/sbin/i386/cxconfig/Makefile index e851ec9e17ca..34e1883f6724 100644 --- a/sbin/i386/cxconfig/Makefile +++ b/sbin/i386/cxconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/i386/cxconfig/Makefile,v 1.1.1.1.12.1 2001/04/25 10:58:19 ru Exp $ PROG= cxconfig MAN= cxconfig.8 diff --git a/sbin/i386/cxconfig/cxconfig.8 b/sbin/i386/cxconfig/cxconfig.8 index 62b06e35fbd3..a3558941705e 100644 --- a/sbin/i386/cxconfig/cxconfig.8 +++ b/sbin/i386/cxconfig/cxconfig.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/i386/cxconfig/cxconfig.8,v 1.5.2.4 2001/08/16 11:35:43 ru Exp $ .Dd December 2, 1994 .Dt CXCONFIG 8 .Os diff --git a/sbin/i386/cxconfig/cxconfig.c b/sbin/i386/cxconfig/cxconfig.c index 3ae000d58f4b..2b08a1722850 100644 --- a/sbin/i386/cxconfig/cxconfig.c +++ b/sbin/i386/cxconfig/cxconfig.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/i386/cxconfig/cxconfig.c,v 1.4 1999/08/28 00:13:00 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/i386/fdisk/Makefile b/sbin/i386/fdisk/Makefile index bcedf0d8d507..5f3b1e143e96 100644 --- a/sbin/i386/fdisk/Makefile +++ b/sbin/i386/fdisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/i386/fdisk/Makefile,v 1.5.2.1 2001/04/25 10:58:19 ru Exp $ PROG= fdisk MAN= fdisk.8 diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8 index 37bfe51e1fae..f01c512e58ee 100644 --- a/sbin/i386/fdisk/fdisk.8 +++ b/sbin/i386/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/i386/fdisk/fdisk.8,v 1.17.2.11 2002/04/25 16:25:12 trhodes Exp $ .\" .Dd October 4, 1996 .Dt FDISK 8 diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index f305ca523861..7224e31456c6 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/i386/fdisk/fdisk.c,v 1.36.2.11 2002/04/25 21:02:21 trhodes Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/i386/nextboot/Makefile b/sbin/i386/nextboot/Makefile index 18cfbe14f2ba..b67b1e9f9b46 100644 --- a/sbin/i386/nextboot/Makefile +++ b/sbin/i386/nextboot/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 1.1 (Julian Elischer) 3/28/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/i386/nextboot/Makefile,v 1.1.8.1 2001/04/25 10:58:21 ru Exp $ PROG= nextboot MAN= nextboot.8 diff --git a/sbin/i386/nextboot/nextboot.8 b/sbin/i386/nextboot/nextboot.8 index b57c4b064806..dba226c10a2e 100644 --- a/sbin/i386/nextboot/nextboot.8 +++ b/sbin/i386/nextboot/nextboot.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/i386/nextboot/nextboot.8,v 1.11.2.4 2001/08/16 11:35:44 ru Exp $ .Dd July 9, 1996 .Dt NEXTBOOT 8 .Os diff --git a/sbin/i386/nextboot/nextboot.c b/sbin/i386/nextboot/nextboot.c index 5893ca38a8a8..4df70c3e3f81 100644 --- a/sbin/i386/nextboot/nextboot.c +++ b/sbin/i386/nextboot/nextboot.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/i386/nextboot/nextboot.c,v 1.6 1999/08/28 00:13:06 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index d5db71d30a1b..e71fd50e3694 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.14.2.7 2002/02/15 03:58:37 luigi Exp $ PROG= ifconfig SRCS= ifconfig.c diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 0870e6589bc7..8e3ad4987b08 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.27.2.19 2002/05/14 17:42:38 brian Exp $ .\" .Dd July 2, 2001 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 18319be92e07..3e0e8292003f 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -42,7 +42,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.51.2.16 2002/04/03 11:48:48 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index f5c33253b405..73d97b6b4a0c 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.5.2.2 2001/07/04 20:49:20 brooks Exp $ */ extern struct ifreq ifr; diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index 33b2d83f9d64..366fb1d0e71b 100644 --- a/sbin/ifconfig/ifieee80211.c +++ b/sbin/ifconfig/ifieee80211.c @@ -22,7 +22,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.1.2.3 2002/02/07 15:12:37 ambrisko Exp $ */ /*- diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index 77f7fcc01f94..c845a798cfb8 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.6.2.3 2001/11/14 04:35:07 yar Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c index 3843821781c3..ff90de4b0153 100644 --- a/sbin/ifconfig/ifvlan.c +++ b/sbin/ifconfig/ifvlan.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/ifconfig/ifvlan.c,v 1.2 1999/08/28 00:13:09 peter Exp $ */ #include <sys/param.h> @@ -59,7 +59,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ifconfig/ifvlan.c,v 1.2 1999/08/28 00:13:09 peter Exp $"; #endif static int __tag = 0; static int __have_tag = 0; diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 400d62361572..28f078a30cfe 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.20.2.4 2001/08/01 06:37:01 obrien Exp $ PROG= init MAN= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index b12b3e21f059..757934b58f86 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)init.8 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/init/init.8,v 1.22.2.8 2001/08/16 11:35:44 ru Exp $ .\" .Dd April 18, 1994 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index d020dfbaf3bc..4975deda8bbb 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -45,7 +45,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.38.2.8 2001/10/22 11:27:32 des Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile index d8bda205ada9..a630b768bb86 100644 --- a/sbin/ip6fw/Makefile +++ b/sbin/ip6fw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ip6fw/Makefile,v 1.1.2.1 2001/04/25 10:58:23 ru Exp $ PROG= ip6fw MAN= ip6fw.8 diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8 index 7d2c6eb61fa9..6281e13ba855 100644 --- a/sbin/ip6fw/ip6fw.8 +++ b/sbin/ip6fw/ip6fw.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ip6fw/ip6fw.8,v 1.3.2.9 2002/04/28 05:40:25 suz Exp $ .\" .\" $KAME$ .\" diff --git a/sbin/ip6fw/ip6fw.c b/sbin/ip6fw/ip6fw.c index a3c2b24546f7..1983de812a53 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.1.2.7 2002/04/28 05:40:25 suz Exp $ */ #include <sys/types.h> diff --git a/sbin/ip6fw/sample.sh b/sbin/ip6fw/sample.sh index 00641401f6e7..01679a662f21 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.1.2.1 2000/05/04 17:35:00 phantom Exp $ fwcmd=/sbin/ip6fw diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 147b175ee2e9..b8034c0ec000 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.4.2.6 2002/04/27 18:11:34 darrenr Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfs/Makefile b/sbin/ipfs/Makefile index ba3ef7f9f049..2e44934a59f6 100644 --- a/sbin/ipfs/Makefile +++ b/sbin/ipfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfs/Makefile,v 1.1.2.1 2001/11/14 14:21:03 guido Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index 9b6e2b3e496d..818303207803 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfstat/Makefile,v 1.4.2.7 2002/04/27 18:13:13 darrenr Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 8cf939d8f423..2b1a34d76c8f 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfw/Makefile,v 1.6.6.2 2001/04/25 10:58:26 ru Exp $ PROG= ipfw MAN= ipfw.8 diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index b49850e4cdd8..04fa677ed160 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ipfw/ipfw.8,v 1.63.2.23 2002/05/01 21:29:59 cjc Exp $ .\" .Dd May 31, 2001 .Dt IPFW 8 diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index 70ecc052ccfb..f3771f09f4c9 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -20,7 +20,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ipfw/ipfw.c,v 1.80.2.23 2002/05/13 10:14:59 luigi Exp $"; #endif /* not lint */ diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index b3abb4deebb6..5cfba1ce7764 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipmon/Makefile,v 1.6.2.3 2002/04/27 18:13:36 darrenr Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile index 4b564d5ed245..10f55c1289b3 100644 --- a/sbin/ipnat/Makefile +++ b/sbin/ipnat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipnat/Makefile,v 1.4.2.6 2002/04/27 18:12:33 darrenr Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/kget/Makefile b/sbin/kget/Makefile index f42176e2a6c2..0250e5076acb 100644 --- a/sbin/kget/Makefile +++ b/sbin/kget/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/kget/Makefile,v 1.3.2.2 2001/04/25 10:58:28 ru Exp $ # PROG= kget MAN= kget.8 diff --git a/sbin/kget/kget.8 b/sbin/kget/kget.8 index 9be34d89aec3..a7fb56b34fff 100644 --- a/sbin/kget/kget.8 +++ b/sbin/kget/kget.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/kget/kget.8,v 1.3.2.5 2001/08/16 11:35:45 ru Exp $ .\" .Dd February 20, 1999 .Dt KGET 8 diff --git a/sbin/kget/kget.c b/sbin/kget/kget.c index 8e573cb5505e..26be9a93bad6 100644 --- a/sbin/kget/kget.c +++ b/sbin/kget/kget.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/kget/kget.c,v 1.4.2.2 2001/08/01 08:19:51 obrien Exp $ */ #include <stdio.h> diff --git a/sbin/kldconfig/Makefile b/sbin/kldconfig/Makefile index 7455af9d318c..e81cff35d7b5 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.1.2.1 2001/08/01 05:52:36 obrien Exp $ # PROG= kldconfig diff --git a/sbin/kldconfig/kldconfig.8 b/sbin/kldconfig/kldconfig.8 index 03d77daf1514..72a78b173ae7 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.2.2.1 2001/08/01 05:52:36 obrien Exp $ .\" .Dd June 15, 2001 .Dt KLDCONFIG 8 diff --git a/sbin/kldconfig/kldconfig.c b/sbin/kldconfig/kldconfig.c index bd4015df6b10..c65d1373c23a 100644 --- a/sbin/kldconfig/kldconfig.c +++ b/sbin/kldconfig/kldconfig.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/kldconfig/kldconfig.c,v 1.3.2.1 2001/08/01 05:52:36 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index 0198a3e08827..39ac10d71b3e 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.4.2.2 2001/08/01 08:20:38 obrien Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 55fe858e2a07..15b37acfe15e 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.7.2.8 2002/01/09 15:24:57 ru Exp $ .\" .Dd April 25, 1997 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index fe324bc617a8..2d21f236b3f3 100644 --- a/sbin/kldload/kldload.c +++ b/sbin/kldload/kldload.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/kldload/kldload.c,v 1.6.2.1 2001/07/30 10:30:06 dd Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index fe0797d74fac..bb587ea7ea49 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.4.2.1 2001/04/25 10:58:30 ru Exp $ # PROG= kldstat diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index bb47b785d311..e2fe68be9c88 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.7.2.3 2000/12/08 14:03:56 ru Exp $ .\" .Dd April 25, 1997 .Dt KLDSTAT 8 diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 58c5388e5312..5b734942939c 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/kldstat/kldstat.c,v 1.7.2.2 2000/07/01 07:56:00 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index c0edca7efc59..6ad32e920b6d 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.4.2.1 2001/04/25 10:58:31 ru Exp $ # PROG= kldunload diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index 2ad72fdd3690..ea45115580c6 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.9.2.2 2001/08/16 11:35:46 ru Exp $ .\" .Dd April 25, 1997 .Dt KLDUNLOAD 8 diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index b54bade92e4e..ceaf682e9dbb 100644 --- a/sbin/kldunload/kldunload.c +++ b/sbin/kldunload/kldunload.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/kldunload/kldunload.c,v 1.10 1999/09/08 05:46:47 bde Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 15c3808520ba..dd0f11dbf491 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ldconfig/Makefile,v 1.15.2.1 2001/04/25 10:58:31 ru Exp $ PROG= ldconfig SRCS= elfhints.c ldconfig.c shlib.c support.c diff --git a/sbin/ldconfig/elfhints.c b/sbin/ldconfig/elfhints.c index 9bdf56e4271e..54038dcac45e 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.3.2.3 2001/07/11 23:59:10 obrien Exp $ */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 6334aa3d8696..f60eba3aa2d3 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.19.2.7 2001/08/16 11:35:46 ru Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index 00c951dcde4c..38954e0b5d6e 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.31.2.3 2001/07/11 23:59:10 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.h b/sbin/ldconfig/ldconfig.h index 2a1e4265ef9a..e58ab79748ef 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.2.2.2 2001/03/04 07:28:48 kris Exp $ */ #ifndef LDCONFIG_H diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 352212829ddb..db3d7dfd71b5 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.2.6.1 2001/04/25 10:58:32 ru Exp $ PROG= md5 diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index c08c9892e82f..a763011531f9 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/md5/md5.1,v 1.10.2.6 2001/12/14 15:17:49 ru Exp $ .Dd February 14, 1994 .Dt MD5 1 .Os diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index bd8a39899ec7..ce8c517ab2fc 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -19,7 +19,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/md5/md5.c,v 1.20.2.5 2001/12/26 09:44:56 phk Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index 63235b2ce6e4..ba795059adc0 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.2.14.1 2001/04/25 10:58:32 ru Exp $ PROG= mknod MAN= mknod.8 diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 40a6f6ee1790..c82484e15399 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mknod.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mknod/mknod.8,v 1.11.2.8 2002/03/19 01:56:38 dd Exp $ .\" .Dd December 11, 1993 .Dt MKNOD 8 diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index 98c0612a4295..eeb66ec6bdd7 100644 --- a/sbin/mknod/mknod.c +++ b/sbin/mknod/mknod.c @@ -45,7 +45,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.13 2000/01/06 17:51:46 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index acdc2b7eb03f..7f6e7b4ea9e1 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.9.2.1 2001/04/25 10:58:33 ru 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 bc11a037ecfd..8bdc545263e6 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.3 1999/08/28 00:13:24 peter Exp $ */ /* vfslist.c */ diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index aa4929d005b9..1df1cd246d18 100644 --- a/sbin/mount/getmntopts.3 +++ b/sbin/mount/getmntopts.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getmntopts.3 8.3 (Berkeley) 3/30/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount/getmntopts.3,v 1.6.2.3 2001/12/14 15:17:50 ru Exp $ .\" .Dd March 30, 1995 .Dt GETMNTOPTS 3 diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index ffc18bfac219..c5da85de57d3 100644 --- a/sbin/mount/getmntopts.c +++ b/sbin/mount/getmntopts.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/getmntopts.c,v 1.9 1999/10/09 11:54:06 phk Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 73c3c15a838f..60540f4dd401 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mntopts.h 8.7 (Berkeley) 3/29/95 - * $FreeBSD$ + * $FreeBSD: src/sbin/mount/mntopts.h,v 1.16 1999/10/09 11:54:07 phk Exp $ */ struct mntopt { diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 82e95965de95..eb4918bed116 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount/mount.8,v 1.31.2.9 2002/04/21 18:29:34 dwmalone Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index eb9fdba53e3e..b8cdd1a20f39 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -42,7 +42,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.39.2.3 2001/08/01 08:26:23 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index d5e06b5918ee..928b8e7c45f0 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -42,7 +42,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.16.2.3 2001/08/01 08:27:29 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index d8201882eb33..4af5ab3c78f8 100644 --- a/sbin/mount/vfslist.c +++ b/sbin/mount/vfslist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/vfslist.c,v 1.4 1999/08/28 00:13:27 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 7c56886036e0..96c27960fe6a 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.4.6.1 2001/04/25 10:58:34 ru 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 118e2dec0fa5..2d769bbd78b2 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_cd9660/mount_cd9660.8,v 1.12.2.5 2002/03/22 12:53:35 murray Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_CD9660 8 diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 3ea3d39dd0d5..8412adf28078 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -49,7 +49,7 @@ static 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.15.2.3 2001/03/14 12:05:01 bp Exp $"; #endif /* not lint */ #include <sys/cdio.h> diff --git a/sbin/mount_ext2fs/Makefile b/sbin/mount_ext2fs/Makefile index 9e0c5d4cf58d..375ef26b153e 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.3.6.1 2001/04/25 10:58:34 ru 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 73391af3b23b..6f9321e42d57 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.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/mount_ext2fs/mount_ext2fs.8,v 1.6.2.4 2001/12/14 15:17:51 ru 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 ded01952a936..f09cb4b9f13a 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.c +++ b/sbin/mount_ext2fs/mount_ext2fs.c @@ -42,7 +42,7 @@ static 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.11 1999/10/09 11:54:09 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index de78dafcb1c5..5034d5c76971 100644 --- a/sbin/mount_hpfs/Makefile +++ b/sbin/mount_hpfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_hpfs/Makefile,v 1.1.2.1 2001/04/25 10:58:35 ru Exp $ # PROG= mount_hpfs diff --git a/sbin/mount_hpfs/mount_hpfs.8 b/sbin/mount_hpfs/mount_hpfs.8 index c418c578bd26..8b2246b6c187 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.1.2.3 2001/12/14 15:17:51 ru 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 8ddf5bd56d9f..8d1f0a350dea 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.1 1999/12/09 19:09:15 semenu Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_msdos/Makefile b/sbin/mount_msdos/Makefile index 7950ccb5fad3..0cae842e5715 100644 --- a/sbin/mount_msdos/Makefile +++ b/sbin/mount_msdos/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdos/Makefile,v 1.14.2.4 2002/04/14 16:57:18 phantom Exp $ # PROG= mount_msdos diff --git a/sbin/mount_msdos/iso22dos b/sbin/mount_msdos/iso22dos index 1f48193e473e..bf0b6a908ef8 100644 --- a/sbin/mount_msdos/iso22dos +++ b/sbin/mount_msdos/iso22dos @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdos/iso22dos,v 1.1 2000/01/08 17:17:32 ache Exp $ # # u2w: 16 rows of Latin2 -> Unicode conversion table (upper half) # diff --git a/sbin/mount_msdos/iso72dos b/sbin/mount_msdos/iso72dos index 9abb8202f284..cfa31ede7066 100644 --- a/sbin/mount_msdos/iso72dos +++ b/sbin/mount_msdos/iso72dos @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdos/iso72dos,v 1.1.2.1 2002/04/14 16:57:18 phantom Exp $ # # usr/libdata/msdosfs/iso72dos # diff --git a/sbin/mount_msdos/koi2dos b/sbin/mount_msdos/koi2dos index 4adb4259a26c..ab7f8f5ba85b 100644 --- a/sbin/mount_msdos/koi2dos +++ b/sbin/mount_msdos/koi2dos @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdos/koi2dos,v 1.2 2000/01/08 16:47:54 ache Exp $ # # u2w: 16 rows of KOI8-R -> Unicode conversion table (upper half) # diff --git a/sbin/mount_msdos/koi8u2dos b/sbin/mount_msdos/koi8u2dos index b3c03400f774..7c5d25803da1 100644 --- a/sbin/mount_msdos/koi8u2dos +++ b/sbin/mount_msdos/koi8u2dos @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_msdos/koi8u2dos,v 1.1.2.1 2001/07/30 10:01:01 ache Exp $ # # Translation table for ukrainian filenames support by <kunia@istc.kiev.ua> # diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 99cfa6867b36..2c9d9158d85c 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.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_msdos/mount_msdos.8,v 1.19.2.1 2000/12/08 14:03:59 ru Exp $ .\" .Dd April 7, 1994 .Dt MOUNT_MSDOS 8 diff --git a/sbin/mount_msdos/mount_msdos.c b/sbin/mount_msdos/mount_msdos.c index 8265826239fb..a59ff9b0e324 100644 --- a/sbin/mount_msdos/mount_msdos.c +++ b/sbin/mount_msdos/mount_msdos.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_msdos/mount_msdos.c,v 1.19.2.1 2000/07/20 10:35:13 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index d392a1d4013b..eecfd12c8db7 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.8.2.1 2001/04/25 10:58:37 ru 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 cafd2a3d119c..daa6644e0fc0 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -31,7 +31,7 @@ .\" .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nfs/mount_nfs.8,v 1.18.2.8 2001/12/14 15:17:51 ru Exp $ .\"" .Dd March 29, 1995 .Dt MOUNT_NFS 8 diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index de1cf3824838..f013e40b4bf1 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_nfs/mount_nfs.c,v 1.36.2.3 2001/07/21 18:59:04 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index ff821e65c737..481e4d85e1b8 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.2.2.2 2001/10/12 22:08:43 semenu Exp $ # PROG= mount_ntfs diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 957cc678f742..b9d9de937729 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.6.2.8 2001/12/14 15:17:52 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 90c15d4c87d9..9017fb15d61c 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.3.2.2 2001/10/12 22:08:43 semenu Exp $ * */ diff --git a/sbin/mount_null/Makefile b/sbin/mount_null/Makefile index 68b488de88e5..5621b31f5d60 100644 --- a/sbin/mount_null/Makefile +++ b/sbin/mount_null/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_null/Makefile,v 1.5.6.1 2001/04/25 10:58:38 ru Exp $ PROG= mount_null SRCS= mount_null.c getmntopts.c diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 75086277eca5..eeae1b8dca40 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_null/mount_null.8,v 1.11.2.6 2001/12/20 16:40:00 ru Exp $ .\" .Dd May 1, 1995 .Dt MOUNT_NULL 8 diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index cf6120863bac..19b33283842e 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -45,7 +45,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_null/mount_null.c,v 1.13 1999/10/09 11:54:11 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_nwfs/Makefile b/sbin/mount_nwfs/Makefile index f66b259bf60e..f7f1d03012e4 100644 --- a/sbin/mount_nwfs/Makefile +++ b/sbin/mount_nwfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nwfs/Makefile,v 1.1.2.2 2001/04/25 10:58:39 ru Exp $ PROG= mount_nwfs SRCS= mount_nwfs.c getmntopts.c diff --git a/sbin/mount_nwfs/mount_nwfs.8 b/sbin/mount_nwfs/mount_nwfs.8 index 933b0a3f5015..5af404fcdf41 100644 --- a/sbin/mount_nwfs/mount_nwfs.8 +++ b/sbin/mount_nwfs/mount_nwfs.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nwfs/mount_nwfs.8,v 1.7.2.7 2002/04/30 08:18:25 bp Exp $ .Dd October 14, 1999 .Dt MOUNT_NWFS 8 .Os diff --git a/sbin/mount_nwfs/mount_nwfs.c b/sbin/mount_nwfs/mount_nwfs.c index 02b45dde47a7..83c3ed1f0373 100644 --- a/sbin/mount_nwfs/mount_nwfs.c +++ b/sbin/mount_nwfs/mount_nwfs.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/mount_nwfs/mount_nwfs.c,v 1.4.2.1 2000/04/17 08:34:18 bp Exp $ */ #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index 00b96dc57e69..0dca13457ce2 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_portal/Makefile,v 1.10.2.1 2001/04/25 10:58:39 ru Exp $ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ diff --git a/sbin/mount_portal/activate.c b/sbin/mount_portal/activate.c index 56464981471c..270b8e1e3411 100644 --- a/sbin/mount_portal/activate.c +++ b/sbin/mount_portal/activate.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_portal/activate.c,v 1.7 1999/08/28 00:13:35 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index d5833e4b2136..9b02ce787328 100644 --- a/sbin/mount_portal/conf.c +++ b/sbin/mount_portal/conf.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_portal/conf.c,v 1.8 1999/08/28 00:13:35 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index aa9f239987c1..085e3c3319cd 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_portal/mount_portal.8,v 1.8.2.2 2001/12/20 16:41:47 ru Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_PORTAL 8 diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index 48cf609df74e..d86eec531edd 100644 --- a/sbin/mount_portal/mount_portal.c +++ b/sbin/mount_portal/mount_portal.c @@ -45,7 +45,7 @@ char copyright[] = static char sccsid[] = "@(#)mount_portal.c 8.6 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_portal/mount_portal.c,v 1.16 1999/10/09 11:54:11 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 16720853c70a..a417f5b84ae3 100644 --- a/sbin/mount_portal/pathnames.h +++ b/sbin/mount_portal/pathnames.h @@ -36,7 +36,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_portal/pathnames.h,v 1.5 2000/01/10 09:33:37 kris Exp $ */ #include <paths.h> diff --git a/sbin/mount_portal/portal.conf b/sbin/mount_portal/portal.conf index 53a07a92231c..56dfbd985168 100644 --- a/sbin/mount_portal/portal.conf +++ b/sbin/mount_portal/portal.conf @@ -1,5 +1,5 @@ # @(#)portal.conf 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_portal/portal.conf,v 1.4 1999/08/28 00:13:37 peter Exp $ tcplisten/ tcplisten tcplisten/ tcp/ tcp tcp/ fs/ file fs/ diff --git a/sbin/mount_portal/portald.h b/sbin/mount_portal/portald.h index 4131834c5575..7ab8646af38c 100644 --- a/sbin/mount_portal/portald.h +++ b/sbin/mount_portal/portald.h @@ -36,7 +36,7 @@ * * @(#)portald.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_portal/portald.h,v 1.5 1999/08/28 00:13:37 peter Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_portal/pt_conf.c b/sbin/mount_portal/pt_conf.c index f158a73dd03d..268de75db26d 100644 --- a/sbin/mount_portal/pt_conf.c +++ b/sbin/mount_portal/pt_conf.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_portal/pt_conf.c,v 1.6 1999/08/28 00:13:37 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c index 359c78e92164..13a8ff26450f 100644 --- a/sbin/mount_portal/pt_exec.c +++ b/sbin/mount_portal/pt_exec.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_portal/pt_exec.c,v 1.5 1999/08/28 00:13:37 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c index f22ebd7d2b51..1733d5825316 100644 --- a/sbin/mount_portal/pt_file.c +++ b/sbin/mount_portal/pt_file.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_portal/pt_file.c,v 1.8 1999/08/28 00:13:38 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index 49056163aae3..6d7c5f8e2252 100644 --- a/sbin/mount_portal/pt_tcp.c +++ b/sbin/mount_portal/pt_tcp.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_portal/pt_tcp.c,v 1.9 1999/08/28 00:13:38 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_smbfs/Makefile b/sbin/mount_smbfs/Makefile index 01252fe81873..bd081545b617 100644 --- a/sbin/mount_smbfs/Makefile +++ b/sbin/mount_smbfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_smbfs/Makefile,v 1.1.2.3 2001/12/20 16:28:30 sheldonh Exp $ PROG= mount_smbfs SRCS= mount_smbfs.c getmntopts.c diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 036274217d92..f21019b19e35 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.4.6.4 2001/08/01 08:34:44 obrien 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 9283cdb5b345..e25161db62bb 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -34,7 +34,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.9.2.6 2001/12/14 15:17:52 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 587698912ad2..8098834c16c4 100644 --- a/sbin/mount_std/mount_std.c +++ b/sbin/mount_std/mount_std.c @@ -43,7 +43,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_std/mount_std.c,v 1.10.2.1 2001/07/30 10:30:07 dd Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_umap/Makefile b/sbin/mount_umap/Makefile index 9ae6798ac6c4..f21b752b6c4e 100644 --- a/sbin/mount_umap/Makefile +++ b/sbin/mount_umap/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_umap/Makefile,v 1.6.6.1 2001/04/25 10:58:40 ru Exp $ PROG= mount_umap SRCS= mount_umap.c getmntopts.c diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 3f27dbf50d7d..204a5ce45f4e 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_umap.8 8.4 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_umap/mount_umap.8,v 1.10.2.3 2001/12/20 16:44:17 ru Exp $ .\" .Dd May 1, 1995 .Dt MOUNT_UMAP 8 diff --git a/sbin/mount_umap/mount_umap.c b/sbin/mount_umap/mount_umap.c index 0aa7b8c075a3..1a96b6b21fb2 100644 --- a/sbin/mount_umap/mount_umap.c +++ b/sbin/mount_umap/mount_umap.c @@ -45,7 +45,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_umap/mount_umap.c,v 1.15 1999/10/09 11:54:13 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile index 6b58c2d3e9db..e1eee4aa8204 100644 --- a/sbin/mount_union/Makefile +++ b/sbin/mount_union/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_union/Makefile,v 1.6.6.1 2001/04/25 10:58:40 ru Exp $ PROG= mount_union SRCS= mount_union.c getmntopts.c diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 895b85b01c4a..304698b55609 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_union.8 8.6 (Berkeley) 3/27/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_union/mount_union.8,v 1.6.2.2 2001/12/20 16:46:05 ru Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_UNION 8 diff --git a/sbin/mount_union/mount_union.c b/sbin/mount_union/mount_union.c index 1d5d3ebc504c..935d04f49982 100644 --- a/sbin/mount_union/mount_union.c +++ b/sbin/mount_union/mount_union.c @@ -45,7 +45,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_union/mount_union.c,v 1.12 1999/10/09 11:54:14 phk Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index 5baf042258a4..7036fbb5259a 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mountd/Makefile,v 1.9.2.1 2001/04/25 10:58:41 ru Exp $ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 784d4796f6ca..880113103c65 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mountd/exports.5,v 1.10.2.6 2001/12/14 15:17:52 ru Exp $ .\" .Dd March 29, 1995 .Dt EXPORTS 5 diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 509fbb7b4f74..21a4ba445a90 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mountd.8 8.4 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mountd/mountd.8,v 1.16.2.2 2000/12/08 14:04:02 ru Exp $ .\" .Dd April 28, 1995 .Dt MOUNTD 8 diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index a4d971476d2d..00bccf20de5f 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mountd/mountd.c,v 1.39.2.4 2001/08/29 08:46:52 alfred Exp $"; #endif /*not lint*/ #include <sys/param.h> diff --git a/sbin/mountd/netgroup.5 b/sbin/mountd/netgroup.5 index ba58b2c73da1..fa9d2d4d4343 100644 --- a/sbin/mountd/netgroup.5 +++ b/sbin/mountd/netgroup.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)netgroup.5 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mountd/netgroup.5,v 1.10.2.2 2001/07/22 11:32:30 dd Exp $ .\" .Dd December 11, 1993 .Dt NETGROUP 5 diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile index 0d6bb7b01c13..21713369923b 100644 --- a/sbin/natd/Makefile +++ b/sbin/natd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/Makefile,v 1.4.2.1 2001/04/25 10:58:41 ru Exp $ MAINTAINER = ru@FreeBSD.org MAINTAINER += ari@suutari.iki.fi diff --git a/sbin/natd/README b/sbin/natd/README index 8d1209c4fd91..a697e616476f 100644 --- a/sbin/natd/README +++ b/sbin/natd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/README,v 1.1.4.1 2000/04/02 20:24:48 brian Exp $ A Network Address Translation Daemon for FreeBSD diff --git a/sbin/natd/icmp.c b/sbin/natd/icmp.c index 176addeee02d..fa7cfcb0cdd3 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.6 1999/08/28 00:13:45 peter Exp $ */ #include <stdlib.h> diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index 5ade0228b79b..ee6138b8b2a0 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/natd/natd.8,v 1.27.2.10 2001/12/20 12:21:46 ru Exp $ .Dd June 27, 2000 .Dt NATD 8 .Os diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index fbb8aedda20c..0127257bb68c 100644 --- a/sbin/natd/natd.c +++ b/sbin/natd/natd.c @@ -9,7 +9,7 @@ * * Ari Suutari <suutari@iki.fi> * - * $FreeBSD$ + * $FreeBSD: src/sbin/natd/natd.c,v 1.25.2.5 2002/02/01 09:18:32 ru Exp $ */ #define SYSLOG_NAMES diff --git a/sbin/natd/natd.h b/sbin/natd/natd.h index ac0dd75de50d..94a65c967789 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.4 1999/08/28 00:13:46 peter Exp $ */ #define PIDFILE "/var/run/natd.pid" diff --git a/sbin/natd/samples/natd.cf.sample b/sbin/natd/samples/natd.cf.sample index d4dcd714bd92..db33c28aa2c9 100644 --- a/sbin/natd/samples/natd.cf.sample +++ b/sbin/natd/samples/natd.cf.sample @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/samples/natd.cf.sample,v 1.5 1999/09/13 18:18:33 ru Exp $ # # # Configuration file for natd. diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index deae94baab7b..7ce304c35a61 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.6.6.2 2001/04/25 10:58:41 ru Exp $ PROG= newfs SRCS= getmntopts.c newfs.c mkfs.c diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 738f32d73c62..dfc35f7f25a2 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mkfs.c 8.11 (Berkeley) 5/3/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/newfs/mkfs.c,v 1.29.2.6 2001/09/21 19:15:21 dillon Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index c24e50341754..da76c8be0092 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)newfs.8 8.6 (Berkeley) 5/3/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/newfs/newfs.8,v 1.26.2.14 2002/01/17 09:26:06 sheldonh Exp $ .\" .Dd December 19, 2000 .Dt NEWFS 8 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index bec2cd227d6f..45452fe51d10 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/newfs/newfs.c,v 1.30.2.8 2001/12/14 09:03:48 sheldonh Exp $"; #endif /* not lint */ /* diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index a1555da19063..89be10438cc2 100644 --- a/sbin/newfs_msdos/Makefile +++ b/sbin/newfs_msdos/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.2.2.2 2001/04/25 10:58:42 ru 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 3f26ded91812..eca1be4d4ab1 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.7.2.6 2001/12/14 15:17:53 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 6b35a5b2c9c8..9ccd0fa36728 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.9.2.4 2001/08/01 08:43:04 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index 5a89c6e6b8f2..3438ceefaa3a 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/nfsd/Makefile,v 1.10.2.2 2001/04/25 10:58:42 ru Exp $ PROG= nfsd CFLAGS+=-DNFS diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index 2faaf3ed71c6..cbb6f93066e2 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/nfsd/nfsd.8,v 1.12.2.3 2002/05/20 18:06:11 gordon Exp $ .\" .Dd March 29, 1995 .Dt NFSD 8 diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index 2d923a42652b..bb6e685fa29d 100644 --- a/sbin/nfsd/nfsd.c +++ b/sbin/nfsd/nfsd.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/nfsd/nfsd.c,v 1.15.2.1 2000/09/16 22:52:23 brian Exp $"; #endif not lint #include <sys/param.h> diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 7db85b49509b..495c5f0668ae 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.4.6.1 2001/04/25 10:58:44 ru Exp $ PROG= nfsiod MAN= nfsiod.8 diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 17a74d45fcda..ead875b20463 100644 --- a/sbin/nfsiod/nfsiod.8 +++ b/sbin/nfsiod/nfsiod.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)nfsiod.8 8.2 (Berkeley) 2/22/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/nfsiod/nfsiod.8,v 1.9.2.2 2001/12/14 15:17:53 ru Exp $ .\" .Dd September 22, 1994 .Dt NFSIOD 8 diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index 65ded3544c70..f9e38d3cfa2d 100644 --- a/sbin/nfsiod/nfsiod.c +++ b/sbin/nfsiod/nfsiod.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nfsiod.c 8.4 (Berkeley) 5/3/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/nfsiod/nfsiod.c,v 1.9 1999/08/28 00:13:55 peter Exp $"; #endif not lint #include <sys/param.h> diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile index b1611c06f4c7..6ecc31432007 100644 --- a/sbin/nologin/Makefile +++ b/sbin/nologin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/22/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/nologin/Makefile,v 1.6.6.2 2001/04/25 14:04:15 ru Exp $ SCRIPTS=nologin.sh MAN= nologin.5 nologin.8 diff --git a/sbin/nologin/nologin.5 b/sbin/nologin/nologin.5 index 9d63c889e115..2da1b0470a94 100644 --- a/sbin/nologin/nologin.5 +++ b/sbin/nologin/nologin.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nologin.8 8.1 (Berkeley) 6/19/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/nologin/nologin.5,v 1.7.2.4 2001/12/14 15:17:53 ru Exp $ .\" .Dd June 19, 1993 .Dt NOLOGIN 5 diff --git a/sbin/nologin/nologin.8 b/sbin/nologin/nologin.8 index 8903fa0e3a70..441a9a6a28e8 100644 --- a/sbin/nologin/nologin.8 +++ b/sbin/nologin/nologin.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nologin.8 8.1 (Berkeley) 6/19/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/nologin/nologin.8,v 1.4.2.4 2001/12/14 15:17:53 ru Exp $ .\" .Dd June 19, 1993 .Dt NOLOGIN 8 diff --git a/sbin/nologin/nologin.sh b/sbin/nologin/nologin.sh index 52279c19ea9a..001f6df37e9d 100644 --- a/sbin/nologin/nologin.sh +++ b/sbin/nologin/nologin.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)nologin.sh 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/nologin/nologin.sh,v 1.4 1999/08/28 00:13:57 peter Exp $ # echo 'This account is currently not available.' diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile index 82372b378a64..38fe71f4938a 100644 --- a/sbin/nos-tun/Makefile +++ b/sbin/nos-tun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/nos-tun/Makefile,v 1.1.6.1 2001/04/25 10:58:45 ru Exp $ PROG= nos-tun MAN= nos-tun.8 diff --git a/sbin/nos-tun/nos-tun.8 b/sbin/nos-tun/nos-tun.8 index e9509d92e95a..6e97873718e8 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.6.2.5 2001/12/14 15:17:54 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 291944a31918..f71336dd4521 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.6.2.2 2001/08/01 23:14:00 obrien Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/sbin/pc98/Makefile b/sbin/pc98/Makefile index 139ae4312544..ad8e047cce8d 100644 --- a/sbin/pc98/Makefile +++ b/sbin/pc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pc98/Makefile,v 1.1.2.1 2000/03/31 03:24:30 nyan Exp $ SUBDIR= fdisk #NOTYET: nextboot diff --git a/sbin/pc98/Makefile.inc b/sbin/pc98/Makefile.inc index b915adff92ab..a5606086b50f 100644 --- a/sbin/pc98/Makefile.inc +++ b/sbin/pc98/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pc98/Makefile.inc,v 1.1.2.1 2000/03/31 03:24:31 nyan Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/sbin/pc98/fdisk/Makefile b/sbin/pc98/fdisk/Makefile index 07dc227f7ee6..7b2272ec27bc 100644 --- a/sbin/pc98/fdisk/Makefile +++ b/sbin/pc98/fdisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/pc98/fdisk/Makefile,v 1.1.2.2 2001/04/25 10:58:45 ru Exp $ PROG= fdisk MAN= fdisk.8 diff --git a/sbin/pc98/fdisk/fdisk.8 b/sbin/pc98/fdisk/fdisk.8 index f1a1856aec18..929babb19924 100644 --- a/sbin/pc98/fdisk/fdisk.8 +++ b/sbin/pc98/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/pc98/fdisk/fdisk.8,v 1.1.2.7 2001/12/20 16:47:07 ru Exp $ .\" .Dd October 4, 1996 .Dt FDISK 8 diff --git a/sbin/pc98/fdisk/fdisk.c b/sbin/pc98/fdisk/fdisk.c index 9fe277334916..9817796c9b40 100644 --- a/sbin/pc98/fdisk/fdisk.c +++ b/sbin/pc98/fdisk/fdisk.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/pc98/fdisk/fdisk.c,v 1.1.2.3 2000/12/11 01:03:25 obrien Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 45ca4497d746..9e7d6bb3bb25 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.12.2.4 2001/12/19 04:49:11 dd Exp $ PROG= ping MAN= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index cb3b42e22ef3..006692ba7bb3 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ping.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ping/ping.8,v 1.25.2.8 2002/02/14 09:24:36 maxim Exp $ .\" .Dd September 25, 2001 .Dt PING 8 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index caf0c74a77a1..78b82351634f 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ping/ping.c,v 1.52.2.10 2002/04/25 06:27:04 maxim Exp $"; #endif /* not lint */ /* diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index ea96e8a1def9..3641b041062b 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ping6/Makefile,v 1.1.2.4 2002/03/08 09:18:59 ume Exp $ PROG= ping6 MAN= ping6.8 diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 161f329c9922..bdb796d99d89 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.3.2.11 2002/03/08 09:18:59 ume Exp $ .\" .Dd May 17, 1998 .Dt PING6 8 diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index d8bdfd3584b9..fa1401f6deea 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.4.2.8 2002/03/08 09:18:59 ume Exp $"; #endif /* not lint */ /* diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index a14d9e27385f..6e794b5ef700 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/quotacheck/Makefile,v 1.2.14.1 2001/04/25 10:58:46 ru Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= quotacheck diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index fef9e0247c4b..1eac80cdd3d2 100644 --- a/sbin/quotacheck/quotacheck.8 +++ b/sbin/quotacheck/quotacheck.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/quotacheck/quotacheck.8,v 1.6.2.4 2001/12/14 15:17:54 ru Exp $ .\" .Dd June 5, 1993 .Dt QUOTACHECK 8 diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index a1e8487b34c1..b43bb0207e60 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)quotacheck.c 8.3 (Berkeley) 1/29/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/quotacheck/quotacheck.c,v 1.11 1999/08/28 00:14:01 peter Exp $"; #endif /* not lint */ /* diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index ec0f8c603330..f5f16ac3c377 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.6.8.3 2002/02/20 15:26:14 ru Exp $ PROG= reboot WARNS?= 2 diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 8e6399882551..6823580297f4 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -38,7 +38,7 @@ .\" .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/reboot/boot_i386.8,v 1.23.2.11 2002/04/24 17:47:58 rnordier Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index bf914b1a5aa1..3acc3d568128 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)reboot.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/reboot/reboot.8,v 1.10.2.5 2002/04/28 22:50:00 wes Exp $ .\" .Dd June 9, 1993 .Dt REBOOT 8 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index 7f42e5625cdd..7db6e43a8ac3 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/reboot/reboot.c,v 1.9.2.4 2002/04/28 22:50:00 wes Exp $"; #endif /* not lint */ #include <sys/reboot.h> diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 7de467311bac..187b4195ca8a 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.13.2.2 2001/08/30 17:49:53 ru Exp $ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index e822f5d18062..44858fbbc893 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -41,7 +41,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.14.2.5 2001/10/15 13:44:45 dd Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 05ca7428a45f..471a7002f4ff 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 1/7/94 - * $FreeBSD$ + * $FreeBSD: src/sbin/restore/extern.h,v 1.5 1999/08/28 00:14:05 peter Exp $ */ struct entry *addentry __P((char *, ino_t, int)); diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 1fd8930e2fcc..9af8238daa33 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -36,7 +36,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.8.2.1 2001/01/03 14:36:08 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/main.c b/sbin/restore/main.c index 2980b11a9850..9cf2fcdc06b1 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -42,7 +42,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.10.2.3 2001/10/02 08:30:17 cjc Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index db1c5d283589..9e50d8e8298f 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)restore.8 8.4 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/restore/restore.8,v 1.20.2.13 2002/04/12 18:33:01 trhodes Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index 901439cbf9a6..40ea02254b07 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -36,7 +36,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.7.2.1 2002/03/01 21:32:28 iedowse Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 6ad878506b5b..b4a047539166 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -36,7 +36,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.7.2.1 2001/12/19 14:54:14 tobez Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 95630ed604e3..ff199abc12f0 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -41,7 +41,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.16.2.7 2002/03/01 21:32:28 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 1e6ccfcbd857..1e2d3f4fea08 100644 --- a/sbin/restore/utilities.c +++ b/sbin/restore/utilities.c @@ -36,7 +36,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.8.2.2 2001/07/30 10:30:08 dd Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/route/Makefile b/sbin/route/Makefile index 44cf0059ee16..03a1a0332281 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.11.2.2 2002/04/12 11:13:56 ru Exp $ PROG= route MAN= route.8 diff --git a/sbin/route/keywords b/sbin/route/keywords index 18f995d2b85e..a978ba751b18 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.4.2.1 2001/10/02 10:04:01 ru Exp $ add atalk diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 226517ef2698..03512051d6ba 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/route/route.8,v 1.17.2.7 2001/10/02 10:04:01 ru Exp $ .\" .Dd June 8, 2001 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index 1eb601a504cf..1292c28aca59 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -42,7 +42,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.40.2.7 2002/02/01 11:48:00 ru Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index d15df541bb85..d65482d0396a 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,6 +1,6 @@ # Make `routed` for FreeBSD -# $FreeBSD$ -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/Makefile,v 1.8.2.1 2001/04/25 10:58:50 ru Exp $ +# $FreeBSD: src/sbin/routed/Makefile,v 1.8.2.1 2001/04/25 10:58:50 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 b99bc944cf9b..98b6a756c207 100644 --- a/sbin/routed/Makefile.inc +++ b/sbin/routed/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/routed/Makefile.inc,v 1.1.8.1 2000/08/14 17:00:03 sheldonh Exp $ .include "../../Makefile.inc" diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index aba95e3a27cd..61d9b8733562 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -32,11 +32,11 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/defs.h,v 1.13 1999/09/05 17:49:11 peter Exp $ */ #ifdef sgi -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/defs.h,v 1.13 1999/09/05 17:49:11 peter Exp $" #endif /* Definitions for RIPv2 routing process. diff --git a/sbin/routed/if.c b/sbin/routed/if.c index b439767cc506..1ff56101fc83 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -30,7 +30,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.6.2.1 2000/08/14 17:00:03 sheldonh Exp $ */ #include "defs.h" @@ -42,7 +42,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)if.c 8.1 (Berkeley) 6/5/93"; #include <sys/cdefs.h> __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/if.c,v 1.6.2.1 2000/08/14 17:00:03 sheldonh Exp $" struct interface *ifnet; /* all interfaces */ diff --git a/sbin/routed/input.c b/sbin/routed/input.c index dd94fd6fd2c1..3c47bf3620b0 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -30,7 +30,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.7.2.1 2001/08/01 09:01:45 obrien Exp $ */ #include "defs.h" @@ -41,7 +41,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)input.c 8.1 (Berkeley) 6/5/9 #include <sys/cdefs.h> __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/input.c,v 1.7.2.1 2001/08/01 09:01:45 obrien 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 70da19decb09..8668ad219810 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -30,7 +30,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.11.2.1 2000/08/14 17:00:03 sheldonh Exp $ */ #include "defs.h" @@ -52,7 +52,7 @@ __RCSID("$NetBSD$"); __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n\ The Regents of the University of California. All rights reserved.\n"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/main.c,v 1.11.2.1 2000/08/14 17:00:03 sheldonh Exp $" pid_t mypid; diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 013edd2ab70b..c400fa42a9ec 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -30,7 +30,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.5.2.1 2000/08/14 17:00:03 sheldonh Exp $ */ #include "defs.h" @@ -40,7 +40,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)output.c 8.1 (Berkeley) 6/5/ #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/output.c,v 1.5.2.1 2000/08/14 17:00:03 sheldonh Exp $" u_int update_seqno; diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 057dae969ef6..e11e9454a8e9 100644 --- a/sbin/routed/parms.c +++ b/sbin/routed/parms.c @@ -30,7 +30,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.7.2.1 2000/08/14 17:00:03 sheldonh Exp $ */ #include "defs.h" @@ -42,7 +42,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)if.c 8.1 (Berkeley) 6/5/93"; #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/parms.c,v 1.7.2.1 2000/08/14 17:00:03 sheldonh Exp $" struct parm *parms; diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index b99bcc24d28e..be7d782cf1ed 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/pathnames.h,v 1.5 1999/08/28 00:14:16 peter Exp $ */ #include <paths.h> diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index edbf2361aeba..fc6c1930b4c6 100644 --- a/sbin/routed/radix.c +++ b/sbin/routed/radix.c @@ -32,7 +32,7 @@ * * @(#)radix.c 8.4 (Berkeley) 11/2/94 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/radix.c,v 1.5 1999/09/05 17:49:11 peter Exp $ */ /* @@ -46,7 +46,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)rdisc.c 8.1 (Berkeley) x/y/9 #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/radix.c,v 1.5 1999/09/05 17:49:11 peter 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 ab3bf620cffa..4c1c6b76e05c 100644 --- a/sbin/routed/radix.h +++ b/sbin/routed/radix.h @@ -32,7 +32,7 @@ * * @(#)radix.h 8.2 (Berkeley) 10/31/94 * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/radix.h,v 1.4 1999/08/28 00:14:17 peter Exp $ */ #ifndef __RADIX_H_ diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 56eed8c31bab..86e79c775daa 100644 --- a/sbin/routed/rdisc.c +++ b/sbin/routed/rdisc.c @@ -30,7 +30,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.5.2.1 2000/08/14 17:00:04 sheldonh Exp $ */ #include "defs.h" @@ -43,7 +43,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)rdisc.c 8.1 (Berkeley) x/y/9 #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/rdisc.c,v 1.5.2.1 2000/08/14 17:00:04 sheldonh Exp $" /* router advertisement ICMP packet */ struct icmp_ad { diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index e9203754b5a1..fdc4d8c0c098 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/routed/routed.8,v 1.15.2.9 2002/02/17 08:37:54 schweikh Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)routed.8 8.2 (Berkeley) 12/11/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/routed/routed.8,v 1.15.2.9 2002/02/17 08:37:54 schweikh Exp $ .\" .Dd June 1, 1996 .Dt ROUTED 8 diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 5021b086cc50..2884ec203217 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.7.2.1 2001/04/25 10:58:50 ru Exp $ PROG= rtquery MAN= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index ffdba8b28617..56a8893a35a3 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,5 +1,5 @@ .\" $Revision: 1.10 $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/routed/rtquery/rtquery.8,v 1.11.2.2 2001/12/14 15:17:55 ru Exp $ .\" .Dd June 1, 1996 .Dt RTQUERY 8 diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index 1441699f1aea..f2bed60c61c0 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -30,7 +30,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.13 1999/08/28 00:14:21 peter Exp $ */ char copyright[] = diff --git a/sbin/routed/table.c b/sbin/routed/table.c index acfc76fcd554..7531a863b6ab 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -30,7 +30,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.9.2.2 2000/08/14 17:00:04 sheldonh Exp $ */ #include "defs.h" @@ -40,7 +40,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)tables.c 8.1 (Berkeley) 6/5/ #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/table.c,v 1.9.2.2 2000/08/14 17:00:04 sheldonh 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 886f7ee49722..ef58fe4a74ad 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -30,7 +30,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.5 1999/09/05 17:49:11 peter Exp $ */ #define RIPCMDS @@ -45,7 +45,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)trace.c 8.1 (Berkeley) 6/5/9 #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sbin/routed/trace.c,v 1.5 1999/09/05 17:49:11 peter Exp $" #ifdef sgi diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index f533ed89eea3..bec99f290146 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.1.2.2 2001/07/03 11:01:20 ume Exp $ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index e0d1d088db55..d5a88c9c872d 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/17/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/savecore/Makefile,v 1.3.8.3 2001/10/01 03:56:41 kris Exp $ PROG= savecore SRCS= savecore.c diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index b6bafc3eebd1..4e46822d439e 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/savecore/savecore.8,v 1.8.2.5 2001/12/14 15:17:55 ru Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 7d3fab10bcbf..b2a8ea628000 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)savecore.c 8.3 (Berkeley) 1/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/savecore/savecore.c,v 1.28.2.13 2002/04/07 21:17:50 asmodai Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index 0a8f848f67ec..0de3dc2ade80 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.3.6.2 2001/07/30 10:38:08 dd Exp $ PROG= shutdown WARNS?= 2 diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 3b172fc7c530..3e6aa29ba692 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/shutdown/shutdown.8,v 1.12.2.4 2001/12/14 15:17:56 ru Exp $ .\" .Dd December 11, 1998 .Dt SHUTDOWN 8 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index 0fe703fbc892..cf3e853e4391 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/shutdown/shutdown.c,v 1.21.2.1 2001/07/30 10:38:08 dd Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index 66e810243abf..120bc4778446 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.9.2.1 2001/04/25 10:58:52 ru Exp $ PROG= slattach MAN= slattach.8 diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 83eb98100111..08c472584076 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -31,7 +31,7 @@ .\" .\" @(#)slattach.8 6.4 (Berkeley) 3/16/91 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/slattach/slattach.8,v 1.16.2.5 2001/12/14 15:17:56 ru Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index ba599ba49875..90737c6065b8 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -45,7 +45,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.36 1999/08/28 00:14:25 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index fa7b90d16501..690913f10cf3 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/spppcontrol/Makefile,v 1.2.2.2 2001/08/01 09:04:57 obrien Exp $ PROG= spppcontrol WARNS?= 2 diff --git a/sbin/spppcontrol/spppcontrol.8 b/sbin/spppcontrol/spppcontrol.8 index f1762f54ad4e..df9ba593579f 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.6.2.4 2002/04/24 18:47:22 joerg Exp $ .\" .Dd December 30, 2001 .Os diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c index 6aa2a8694367..410549900323 100644 --- a/sbin/spppcontrol/spppcontrol.c +++ b/sbin/spppcontrol/spppcontrol.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/spppcontrol/spppcontrol.c,v 1.7.2.2 2002/04/24 18:47:22 joerg Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile index 87ad6678c47a..242be76aa897 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.5.6.1 2001/04/25 10:58:53 ru Exp $ PROG= startslip DPADD= ${LIBUTIL} diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 655a3593088f..c369499f6eb6 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)startslip.1 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/startslip/startslip.1,v 1.16.2.4 2001/12/14 15:17:56 ru Exp $ .\" .Dd June 5, 1993 .Dt STARTSLIP 1 diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c index f273ab3d6553..dfe6898854f4 100644 --- a/sbin/startslip/startslip.c +++ b/sbin/startslip/startslip.c @@ -42,7 +42,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.31.2.1 2000/05/07 18:26:51 joe Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index d33cd48c2eb6..a9b81d897aaa 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.2.14.2 2001/08/01 09:06:16 obrien Exp $ PROG= swapon WARNS?= 2 diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index bdd0a2f9642f..0d1c7c27405c 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)swapon.8 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/swapon/swapon.8,v 1.15.2.2 2001/12/14 15:17:56 ru Exp $ .\" .Dd June 5, 1993 .Dt SWAPON 8 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index ea3673431e87..17fd58a1653f 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/swapon/swapon.c,v 1.8.2.2 2001/07/30 10:30:11 dd Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 6e525dfa4532..f655a168da04 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.5.2.1 2001/04/25 10:58:53 ru Exp $ PROG= sysctl MAN= sysctl.8 diff --git a/sbin/sysctl/pathconf.c b/sbin/sysctl/pathconf.c index 73777e37dca0..8fd57665c50f 100644 --- a/sbin/sysctl/pathconf.c +++ b/sbin/sysctl/pathconf.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)pathconf.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/sysctl/pathconf.c,v 1.4 1999/08/28 00:14:30 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 9912b06fe256..21ee980a8b1b 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/sysctl/sysctl.8,v 1.23.2.13 2001/12/19 15:13:31 tobez Exp $ .\" .Dd May 28, 2001 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 2d8649827523..7f556b2b2495 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -42,7 +42,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.25.2.8 2002/03/16 15:49:08 luigi Exp $"; #endif /* not lint */ #ifdef __i386__ diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index b9eb1178890d..c28cdd025087 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.2.14.2 2001/07/30 10:38:09 dd Exp $ PROG= tunefs WARNS?= 2 diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 52e071bd8050..02f138694897 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tunefs.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/tunefs/tunefs.8,v 1.11.2.5 2002/05/13 16:18:14 trhodes Exp $ .\" .Dd December 11, 1993 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index b3d757f49141..ff1a72ad56d1 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/tunefs/tunefs.c,v 1.11.2.5 2001/10/14 21:50:39 iedowse Exp $"; #endif /* not lint */ /* diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 70313c60bbc9..1341682cf41a 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.6.2.1 2001/04/25 10:58:54 ru Exp $ PROG= umount SRCS= umount.c vfslist.c mounttab.c diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index c299308c984d..2eb70f0f7c04 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)umount.8 8.2 (Berkeley) 5/8/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/umount/umount.8,v 1.7.2.3 2001/12/14 15:17:57 ru Exp $ .\" .Dd May 8, 1995 .Dt UMOUNT 8 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 22ad213a5aee..08d981e3a345 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -42,7 +42,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.22.2.1 2001/12/13 01:27:15 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index 2a8a7599d4e7..64bfc28e2d98 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/vinum/Makefile,v 1.12.2.2 2001/08/01 09:13:24 obrien Exp $ MAINTAINER = grog@FreeBSD.org PROG= vinum diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 97699961249c..3a1d421490d4 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.14 2000/11/14 20:01:23 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/commands.c,v 1.31.2.5 2002/05/04 05:04:14 grog Exp $ */ #include <ctype.h> diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c index c228884f9624..b9b2cf3706fc 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.25 2000/12/20 03:38:43 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/list.c,v 1.25.2.4 2001/05/28 05:58:04 grog Exp $ */ #include <ctype.h> diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index c3774a4c8b5b..2687de5b35c6 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.31 2000/09/03 01:29:26 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/v.c,v 1.26.2.3 2001/03/13 03:04:06 grog Exp $ */ #include <ctype.h> diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index fa578324aac8..60888cf1675c 100644 --- a/sbin/vinum/vext.h +++ b/sbin/vinum/vext.h @@ -36,7 +36,7 @@ /* * $Id: vext.h,v 1.17 2000/05/07 04:17:12 grog Exp grog $ - * $FreeBSD$ + * $FreeBSD: src/sbin/vinum/vext.h,v 1.16.2.2 2000/06/08 01:53:16 grog Exp $ */ #define MAXARGS 64 /* maximum number of args on a line */ diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8 index 70399922626a..59c212ae21ea 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.48 2001/01/15 22:15:05 grog Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/vinum/vinum.8,v 1.33.2.9 2002/04/22 08:18:57 kuriyama Exp $ .\" .Dd December 20, 2000 .Dt VINUM 8 |
