diff options
Diffstat (limited to 'sbin')
288 files changed, 311 insertions, 311 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 30c439ba75a8..ba652ccb9a39 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.1 2000/03/31 03:24:28 nyan Exp $ # XXX MISSING: icheck ncheck diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index ee2f5112d73c..48d71043269e 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.3 2001/03/05 19:33:36 ru Exp $ .\" .Dd April 4, 1996 .Dt ADJKERNTZ 8 diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c index 743782a66f5d..b56eaf005ce9 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 1999/08/28 00:12:14 peter Exp $"; #endif /* not lint */ /* 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 dab4b348ee8e..9896097d5312 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 1999/08/28 00:12:16 peter Exp $ # # diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8 index 67764055e31e..1362ef74add4 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 1999/08/28 00:12:16 peter 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 75909df2f26a..78e8eb46885b 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 2000/02/15 13:20:57 phk 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 bdeb248fc397..1adac98b8dc5 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 1999/08/28 00:12:21 peter 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/badsect.8 b/sbin/badsect/badsect.8 index 547d245e11b6..dd5c33ec6b8b 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.3 2001/03/05 19:33:37 ru Exp $ .\" .Dd June 5, 1993 .Dt BADSECT 8 diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index c6972b859ee8..7aa1cb3d8f8c 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.1 2000/11/09 10:48:01 adrian Exp $"; #endif /* not lint */ /* diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 39763edafd31..97543a2de9e7 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/camcontrol/Makefile,v 1.3.2.1 2000/08/14 05:42:32 kbyanc Exp $ MAINTAINER=ken@FreeBSD.ORG PROG= camcontrol diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 1039c1b65980..25362f562018 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.6 2000/12/18 15:38:18 ru Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index db785bd1124e..aae39f66e7a4 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.9 2001/03/04 07:19:52 kris 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/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index c9b0aa5a9881..08be7d15c4a3 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.4 2001/01/16 10:36:35 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/clri.8 b/sbin/clri/clri.8 index 3ea8e8eec30e..e45edb798498 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.1 2000/12/08 14:03:40 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/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 6fcc4f551b35..d0b92e5ff600 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.3 2000/12/18 15:38:19 ru Exp $ .Dd May 15, 1994 .Dt COMCONTROL 8 .Os FreeBSD diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index 671551e07d60..8a135ca59b3d 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 1999/08/28 00:12:58 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index b6a73e8c18b1..528ca0790150 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dhclient/Makefile,v 1.6.2.3 2000/07/22 20:10:52 obrien Exp $ DIST_DIR= ${.CURDIR}/../../contrib/isc-dhcp diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 4e0e56dcb57e..b7cd5113c16b 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.2 2001/03/04 13:22:39 obrien Exp $ PROG= disklabel SRCS= disklabel.c diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index fcd4b0d66b90..00ac4617402a 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.1 2000/12/18 15:38:19 ru Exp $ .\" .Dd June 5, 1993 .Dt DISKLABEL 5 diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index d6e1c322a2a9..720839963818 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.9 2001/03/05 19:33:39 ru Exp $ .\" .Dd July 30, 1999 .Dt DISKLABEL 8 diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 26c2ee3bfc28..24fd8f9caa36 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.8 2001/03/05 07:07:43 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/dmesg.8 b/sbin/dmesg/dmesg.8 index 196b4dc0be5a..07682a7a6ab0 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.2 2001/01/12 12:40:28 phk Exp $ .\" .Dd June 5, 1993 .Dt DMESG 8 diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index 541e9dfb8c0f..f17aa7fcaad3 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.1 2001/01/12 12:40:28 phk Exp $"; #endif /* not lint */ #include <sys/msgbuf.h> diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index b2e0e08c68f1..ef8b10f5c67b 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 2000/02/24 21:01:49 markm Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 6537c0c2523d..4a60c08dd5d5 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.4 2001/03/04 11:00:52 obrien Exp $ .\" .Dd May 1, 1995 .Dt DUMP 8 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 6209dab66feb..1417954d1e9e 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 1999/08/28 00:12:38 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index d7783b16aedd..5c679ca83be1 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.1 2000/04/24 14:41:54 dfr Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index bb4c262c8132..50fcd08ee2f4 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.1 2000/07/01 07:32:37 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index b25875fbea95..7fb37d2d9a11 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 1999/08/28 00:12:39 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 5d01130ad21e..3d82f985cbe7 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.3 2001/04/19 01:39:48 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 4e8e6697c931..3c4d4b09d3d8 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 1999/08/28 00:12:39 peter Exp $"; #endif /* not lint */ #include <time.h> diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 51a634bc7d0d..61dd85f00d11 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.1 2000/12/08 14:03:45 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 bd41769b8d2b..98db9f7b3632 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/dumpon/Makefile,v 1.4 1999/08/28 00:12:43 peter Exp $ PROG= dumpon MAN8= dumpon.8 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index ed9d4277afcd..64bd7b90c35e 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.5 2000/12/14 12:12:28 ru Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 51d2e42fac4a..4352935da1c5 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.1 2000/07/01 06:23:35 ps Exp $"; #endif /* not lint */ #include <err.h> 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/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 3b40096290e0..1a9f3a1d5305 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.3 2001/02/06 20:39:08 iedowse 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 cbd5d9f5a64f..1befecc01d9c 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.1 2001/01/23 23:11:07 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 002230d133cc..a9410ee29925 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.2 2001/02/06 20:39:09 iedowse 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/fsdb/Makefile b/sbin/fsdb/Makefile index ef842c9d50b2..a60554bd033f 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 1999/08/28 00:12:52 peter Exp $ PROG= fsdb MAN8= fsdb.8 diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 81f1dda40abf..aab777d7b27b 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.3 2001/03/05 19:33:41 ru Exp $ .\" .Dd September 14, 1995 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index 5d54debe0d6c..78f2115caeca 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.1 2000/07/01 06:23:35 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index a7fd5c41d31d..349256c12eb1 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 1999/08/28 00:12:54 peter 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 3846b6bd5ffb..fc7e7ecde407 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.1 2000/07/01 06:23:35 ps Exp $"; #endif /* not lint */ #include <sys/types.h> 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/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/cxconfig.8 b/sbin/i386/cxconfig/cxconfig.8 index 63e0010a6745..9944357d6202 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.2 2000/12/18 15:38:23 ru Exp $ .Dd December 2, 1994 .Dt CXCONFIG 8 .Os FreeBSD 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 4a14439057c3..e45580aa3e78 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 1999/08/28 00:13:00 peter Exp $ PROG= fdisk MAN8= fdisk.8 diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8 index 20ec75274909..cad2f4846a5d 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.5 2001/03/05 19:33:41 ru Exp $ .\" .Dd October 4, 1996 .Dt FDISK 8 diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index cdf7315e2f6b..0deb06e495d5 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.6 2000/08/24 17:56:21 jhb Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/i386/nextboot/nextboot.8 b/sbin/i386/nextboot/nextboot.8 index d88386bbb34c..7e4bde046b7f 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.2 2000/12/14 14:10:35 ru Exp $ .Dd July 9, 1996 .Dt NEXTBOOT 8 .Os FreeBSD 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 698abb766976..9da42f58da7e 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.2 2001/04/17 15:21:02 luigi Exp $ PROG= ifconfig SRCS= ifconfig.c diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index e684d4adc293..7954bde310ae 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.6 2001/03/05 19:33:41 ru Exp $ .\" .Dd February 13, 1996 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 6a2454fc9b34..18ca8130d6a9 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.5 2001/02/26 07:37:27 ume Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index 88b9503e7cb2..94068c1f1a98 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 1999/08/28 00:13:08 peter Exp $ */ extern struct ifreq ifr; diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index 3ab28f87c79c..be83947fa3e8 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 1999/08/28 00:13:08 peter 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 39a5efccf96c..74c3b3ef52c3 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.1 2000/08/08 03:47:21 ps Exp $ PROG= init MAN8= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 76d428bcf709..ed1af5acfbc7 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.5 2000/12/19 15:42:45 ru Exp $ .\" .Dd April 18, 1994 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index 0d77df97b91a..b323c0b51130 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.3 2000/12/11 01:03:25 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile index 975aef5e28b5..395b270e2967 100644 --- a/sbin/ip6fw/Makefile +++ b/sbin/ip6fw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ip6fw/Makefile,v 1.1 2000/01/29 13:54:43 shin Exp $ PROG= ip6fw MAN8= ip6fw.8 diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8 index 84c1216334f1..6c0c53f73432 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.4 2001/03/05 19:33:42 ru Exp $ .\" .Dd March 13, 2000 .Dt IP6FW 8 diff --git a/sbin/ip6fw/ip6fw.c b/sbin/ip6fw/ip6fw.c index 89050cd125d2..7ba5d3b0fe86 100644 --- a/sbin/ip6fw/ip6fw.c +++ b/sbin/ip6fw/ip6fw.c @@ -17,7 +17,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.4 2001/03/19 09:30:08 ume 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 b21a622e72bf..891a3cb602f3 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.4.2.1 2000/07/20 04:57:19 kris Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index be7bde58e43d..bbfc62e006ab 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfstat/Makefile,v 1.4.2.2 2001/03/01 22:53:05 nectar Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 279596df32f7..21777f023a99 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipfw/Makefile,v 1.6.6.1 2000/10/17 13:10:21 ru Exp $ PROG= ipfw MAN8= ipfw.8 diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 4dc50496eb96..e4c368732cdc 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.11 2001/03/05 19:33:42 ru Exp $ .\" .Dd February 16, 2000 .Dt IPFW 8 diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index 203162179ac5..9eb9bc4b5bdd 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.9 2001/02/20 11:39:11 phk Exp $"; #endif /* not lint */ diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index 9a078897b4ea..5f2591a15349 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipmon/Makefile,v 1.6 2000/02/09 21:01:35 guido Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile index 639327bf989f..a8d48ccd4c0a 100644 --- a/sbin/ipnat/Makefile +++ b/sbin/ipnat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipnat/Makefile,v 1.4.2.1 2000/07/20 05:46:06 kris Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/kget/Makefile b/sbin/kget/Makefile index 40320198da32..43b3ee71684f 100644 --- a/sbin/kget/Makefile +++ b/sbin/kget/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/kget/Makefile,v 1.3.2.1 2000/08/08 03:43:17 ps Exp $ # PROG= kget SRCS= kget.c diff --git a/sbin/kget/kget.8 b/sbin/kget/kget.8 index 423414ea8c88..9b8203bf0094 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.3 2001/03/05 19:33:43 ru Exp $ .\" .Dd February 20, 1999 .Dt KGET 8 diff --git a/sbin/kget/kget.c b/sbin/kget/kget.c index a5572c85b465..75b8b890c082 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.1 2000/07/14 10:21:34 jhb Exp $ */ #include <stdio.h> diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index 6b044f52630d..0245499671e3 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 1999/08/28 00:13:15 peter Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index def582bd554e..4c4aad6fca9b 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.3 2001/03/05 19:33:43 ru Exp $ .\" .Dd April 25, 1997 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index 875c7aaa808b..5eaa02777c02 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 1999/08/28 00:13:16 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index 64d7c1247cba..2a1145298e60 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 1999/08/28 00:13:17 peter 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 b87d87275a03..865aaf4c8ec0 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 1999/08/28 00:13:18 peter Exp $ # PROG= kldunload diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index 39832e6b9753..5c08f2f5c78d 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.1 2000/12/08 14:03:56 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 0b9792fab953..aff005d1e515 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ldconfig/Makefile,v 1.15 1999/08/28 00:13:20 peter 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 cda226976942..2cb2eda2ffbc 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.2 2001/03/04 07:26:48 kris Exp $ */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index ac811d1c491d..76109d1420ef 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.5 2001/03/05 19:33:44 ru Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index 5c655b45d6ce..602ee179320e 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.2 2001/01/28 20:55:09 jdp 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/md5.1 b/sbin/md5/md5.1 index 9c59fd544c68..e372f1d9c2f1 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.2 2001/03/05 19:33:44 ru Exp $ .Dd February 14, 1994 .Dt MD5 1 .Os diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 1a803ed69f37..daf2f20cb86c 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.1 2001/03/04 07:29:58 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 509783ebd411..8494746319a4 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.4 2001/03/05 19:33:44 ru 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 96c996db24fe..e591b47fc8b1 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 1999/08/28 00:13:24 peter 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 f9380acf7acf..0b7a7c656152 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.1 2000/12/08 14:03:58 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 0e7eaec490f0..6d74072d0497 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.5 2001/03/05 19:33:45 ru Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 317777665c65..c0d63c1d49eb 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.1 2000/09/05 12:07:56 sheldonh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 1ac3e37f8986..44ea4f4e5992 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.1 2001/02/03 21:21:55 bsd 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/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index ef98b63197d6..2d5e5ed26ad8 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.2 2001/03/14 12:05:01 bp 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/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index d1e667ea1def..671d7b6f21bc 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.3 2001/02/04 20:07:47 dan 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 a238a28ae5f1..4ad3676fc111 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 1999/12/09 19:09:14 semenu Exp $ # PROG= mount_hpfs diff --git a/sbin/mount_hpfs/mount_hpfs.8 b/sbin/mount_hpfs/mount_hpfs.8 index 34a9bed38d0e..7e8756e7994b 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.1 2000/12/08 14:03:59 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 87a8c89e9a33..8e33f1941f5e 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.1 2000/08/01 09:34:45 sheldonh 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/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/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 5e36bc8898b1..916f7719b514 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 2000/02/24 21:01:51 markm 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 40690d0a743a..152956afed4b 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.4 2001/03/05 19:33:45 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 41873cace7a7..0ca82e02fb12 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.1 2000/06/11 05:21:36 dillon Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 6a42178b7518..19a2fb2b2f8c 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 1999/08/28 00:13:32 peter Exp $ # PROG= mount_ntfs diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 24cf3ed25ad9..940989f67e0b 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.2 2000/12/12 09:58:04 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 95b86c22a9cf..2fd720835d11 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 1999/10/09 11:54:10 phk Exp $ * */ diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 3811bf111bd3..308f7fa2eb68 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.4 2000/12/27 14:52:52 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 0c3d478f632a..2e2eb62d98c8 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.1 2000/07/01 07:42:36 ps 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 affbe4a7b943..ee55c98a2b07 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.4 2001/03/05 19:33:46 ru Exp $ .Dd October 14, 1999 .Dt MOUNT_NWFS 8 .Os FreeBSD 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 23a5bd771be8..a584afbb9188 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 1999/08/28 00:13:34 peter 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 f84fa480c142..e2f6bcb7e3ce 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.1 2000/12/08 14:04:01 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_std/Makefile b/sbin/mount_std/Makefile index 320bbf788096..bd7460b30bd6 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.1 2000/03/25 13:43:17 des 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 f4571cabd55b..4c262c8d13b1 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.3 2000/12/14 12:12:32 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 2a95764d8542..b1c24e18d1ba 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 1999/10/09 11:54:12 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index f2c811a9ee8a..69b5936d08b7 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.2 2000/12/18 15:38:28 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/mount_union.8 b/sbin/mount_union/mount_union.8 index 163839ed3b6a..3a4c4e2ba25a 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.1 2000/12/08 14:04:02 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 0312e9b657e2..05cae2499233 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 1999/08/28 00:13:43 peter Exp $ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 8b1694275f8c..ef6bdf172bb2 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.5 2001/03/05 19:33:46 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 ffb1b6ebb525..004261cfbda6 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 1999/12/03 20:23:53 semenu Exp $"; #endif /*not lint*/ #include <sys/param.h> diff --git a/sbin/mountd/netgroup.5 b/sbin/mountd/netgroup.5 index 919f1fe3b22d..1778b5f9b6d5 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.1 2000/12/08 14:04:03 ru Exp $ .\" .Dd December 11, 1993 .Dt NETGROUP 5 diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile index 87c165087231..0808d0f190a9 100644 --- a/sbin/natd/Makefile +++ b/sbin/natd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/natd/Makefile,v 1.4 1999/09/13 18:16:38 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 5c7f7710df33..14bb3386896f 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.7 2001/03/05 19:33:48 ru Exp $ .Dd June 27, 2000 .Dt NATD 8 .Os FreeBSD diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index a41d540b4bda..7c8593042cf4 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.3 2000/07/11 20:00:57 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 7dc817c96636..ee630867d3fb 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.1 2001/03/05 03:15:09 obrien Exp $ PROG= newfs SRCS= getmntopts.c newfs.c mkfs.c diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 4cf854b1e38e..0ba12278389e 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.2 2001/01/22 18:10:21 iedowse Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index c1aa9a9a7f9e..09bca3284aef 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.3 2001/01/16 12:09:57 ru Exp $ .\" .Dd December 19, 2000 .Dt NEWFS 8 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index cc86950a2500..45a83b2be9d8 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.1 2000/07/01 11:33:40 ps Exp $"; #endif /* not lint */ /* diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index da8f230090e5..b1d0e27c359d 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.1 2001/02/21 11:24:27 nyan Exp $ PROG= newfs_msdos MAN8= newfs_msdos.8 diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index e55554c7f593..57c7badf8bd9 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.5 2001/03/04 07:33:22 kris 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 40ed0772eeb6..6087e901ab86 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.3 2000/08/08 03:19:47 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index 5572762c5e53..cc8416df5f98 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.1 2000/09/16 22:52:23 brian Exp $ PROG= nfsd CFLAGS+=-DNFS diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index fb44149bb4d8..c689c0e3a5b1 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.1 2000/12/08 14:04:04 ru 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/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 50e5a11ae3aa..f8e6d68ad41d 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.1 2000/12/08 14:04:07 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/nologin.5 b/sbin/nologin/nologin.5 index b009481a2eaa..c13a9da2f0fe 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.2 2001/03/05 19:33:53 ru Exp $ .\" .Dd June 19, 1993 .Dt NOLOGIN 5 diff --git a/sbin/nologin/nologin.8 b/sbin/nologin/nologin.8 index 0c25a1c6abf4..104170a85bb9 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.2 2001/03/05 19:33: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/nos-tun.8 b/sbin/nos-tun/nos-tun.8 index 7b7d5dfd5664..3fd5ef6c7547 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.3 2000/12/18 15:38:29 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 ceed05fd6a7a..d011c7510ab3 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.1 2000/07/01 08:09:45 ps 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 481a000783fe..eb7169c292a7 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.1 2000/03/31 03:24:33 nyan Exp $ PROG= fdisk MAN8= fdisk.8 diff --git a/sbin/pc98/fdisk/fdisk.8 b/sbin/pc98/fdisk/fdisk.8 index 3210c1710e11..f494f10b33cb 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.5 2001/03/05 19:33:53 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 808898f95541..fe8090eddeee 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 2000/01/07 19:06:54 msmith Exp $ PROG= ping MAN8= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 33f7e756fd71..4c85c86e4ba9 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.2 2000/12/18 15:38:30 ru Exp $ .\" .Dd March 1, 1997 .Dt PING 8 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 14db65134568..aa3e20df703b 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.2 2001/02/18 02:23:56 kris Exp $"; #endif /* not lint */ /* diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 3f671d7330b5..e95e13eea72a 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ping6/Makefile,v 1.1.2.1 2000/07/15 07:24:47 kris Exp $ PROG= ping6 MAN8= ping6.8 diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 6f8855d36268..501d1f0ca5c3 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.6 2001/02/26 07:40:49 ume Exp $ .\" .Dd May 17, 1998 .Dt PING6 8 diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 3d529b649928..892393469196 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.4 2000/12/11 18:47:39 ume Exp $"; #endif /* not lint */ /* diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index 92382232696d..d217d4886ef1 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.2 2001/03/05 19:33: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/boot_i386.8 b/sbin/reboot/boot_i386.8 index 836401d141e2..9c8638592256 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.3 2001/03/05 19:33:55 ru Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index c593a521e532..a1784e031550 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.1 2000/12/08 14:04:10 ru Exp $ .\" .Dd June 9, 1993 .Dt REBOOT 8 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index be3c81b04358..f437f6c77ad0 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 1999/11/21 21:52:40 jdp Exp $"; #endif /* not lint */ #include <sys/reboot.h> diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 2da8e87cf64c..c1a150a9d084 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 2000/02/24 21:01:54 markm Exp $ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index d7faa168ee1b..753332200ec4 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.2 2001/03/04 08:04:32 kris 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 f6a6872c9847..7933f3c4d0c0 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 1999/08/28 00:14:07 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 3d7c3b302804..8fa20dcf3838 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.6 2001/03/05 19:33:55 ru Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index 33496f39adaf..a4632eb91b3f 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 1999/08/28 00:14:08 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index c20521373632..2ee8fcd3df3b 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 1999/08/28 00:14:08 peter Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index fdae506c2e60..5967c914c402 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.4 2001/03/04 08:06:11 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index b7681f768377..4a12bae9021b 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.1 2001/01/03 14:36:08 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/route/Makefile b/sbin/route/Makefile index f10eff6f8fe2..7147481be460 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 1999/12/15 05:13:21 shin Exp $ PROG= route MAN8= route.8 diff --git a/sbin/route/keywords b/sbin/route/keywords index 00080a797483..877e652256bf 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 1999/12/07 17:38:53 shin Exp $ add atalk diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 9629756e15e2..ec05a4379edc 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.4 2001/03/05 19:33:56 ru Exp $ .\" .Dd March 19, 1994 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index f52481e79d85..fa95badd9c18 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.3 (Berkeley) 3/19/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/route/route.c,v 1.40.2.3 2001/03/04 08:07:08 kris Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 5ca5f196aa1a..25f0ca1faa44 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 1999/09/05 17:49:11 peter Exp $ +# $FreeBSD: src/sbin/routed/Makefile,v 1.8 1999/09/05 17:49:11 peter 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 f1bfa379b59d..cff3932e6375 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 1999/09/05 17:49:11 peter 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 1999/09/05 17:49:11 peter 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 405c0b320336..f59e92ed54ca 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.4 2001/01/16 10:36:37 ru 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.4 2001/01/16 10:36:37 ru Exp $ .\" .Dd June 1, 1996 .Dt ROUTED 8 diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 3e8049dd6273..6d5c2d947380 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 1999/08/28 00:14:20 peter Exp $ PROG= rtquery MAN8= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index c0e1f06b067f..df693e3754f1 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.1 2000/12/08 14:04:11 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 4926191fd5ee..3ee756b1a00c 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.1 2000/07/15 07:24:48 kris Exp $ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index e4196ef0ae84..7c03065e3ba5 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.3 2001/03/05 02:00:50 des Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 846f921836fa..99b9fbddfc4b 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.6 2001/03/06 01:59:31 des Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 93572742f74a..26f6ce0a2f54 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.2 2000/12/12 09:58:04 ru Exp $ .\" .Dd December 11, 1998 .Dt SHUTDOWN 8 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index cf40b3d0a045..52cbcaca6a0b 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 1999/08/28 00:14:24 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index defa38531c41..3e488a9decb2 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 1999/08/28 00:14:24 peter Exp $ PROG= slattach SRCS= slattach.c diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index a5cc6b917f8d..ec87846fd844 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.2 2000/12/27 14:52:55 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/spppcontrol.8 b/sbin/spppcontrol/spppcontrol.8 index d531de9185b2..252cc1ded79b 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.2 2000/12/08 14:04:19 ru Exp $ .\" .Dd October 11, 1997 .Os diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c index 15af6b40d714..439d88196d31 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 1999/08/28 00:14:26 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index ebdf42a09523..25f9b55f99fb 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.3 2001/03/05 19:33:57 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/swapon.8 b/sbin/swapon/swapon.8 index 6e22dced4cbc..1c5c89d25513 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.1 2000/12/08 14:04:20 ru Exp $ .\" .Dd June 5, 1993 .Dt SWAPON 8 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index 23b577ac7643..0f2f5e21c7ee 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.1 2000/07/01 06:31:52 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index bbfa805063c3..3e7118f1e3db 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 1999/08/28 00:14:29 peter Exp $ PROG= sysctl MAN8= 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 2479ccd0a936..70637ce8a6cc 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.6 2001/03/05 19:33:58 ru Exp $ .\" .Dd September 23, 1994 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 959689a80307..23e6230bb6d1 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.2 2000/11/02 21:17:53 gallatin Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index c2a05012fecb..72c1bc264260 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.1 2000/12/08 14:04:21 ru Exp $ .\" .Dd December 11, 1993 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 42aa1c1d4cd0..d7b3bba2e1df 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.1 2000/03/14 09:16:28 sheldonh Exp $"; #endif /* not lint */ /* diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 0ffd0f7251f1..fc019532398f 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 1999/11/22 04:23:11 dillon Exp $ PROG= umount SRCS= umount.c vfslist.c mounttab.c diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 2b11394c582e..e84b5ca093f0 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.2 2000/12/08 14:04:21 ru Exp $ .\" .Dd May 8, 1995 .Dt UMOUNT 8 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 93b50c042fa7..9935c3a7150b 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 1999/11/22 04:23:11 dillon Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index 7207884456c9..1ffcb782c9e0 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/vinum/Makefile,v 1.12 2000/01/03 12:01:26 marcel Exp $ MAINTAINER = grog@FreeBSD.org PROG= vinum diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 3af91e3e74cc..286f4042e74f 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.3 2001/03/13 03:04:06 grog Exp $ */ #include <ctype.h> diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c index b2efac5a2d7a..0fe3d40ae194 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.3 2001/03/13 03:04:06 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 9c67d5d9fbc1..2f0081559617 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.13 2000/01/03 03:12:56 grog Exp grog $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/vinum/vinum.8,v 1.33.2.7 2001/03/13 03:04:06 grog Exp $ .\" .Dd December 20, 2000 .Dt vinum 8 |
