diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
| tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /sbin | |
| parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) | |
Diffstat (limited to 'sbin')
233 files changed, 243 insertions, 243 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index aa64712aafd5..a0c492cae707 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.56 1998/09/15 11:44:41 phk Exp $ +# $Id: Makefile,v 1.57 1998/09/28 05:38:52 grog Exp $ # XXX MISSING: icheck ncheck diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index 9a440eb14bff..a2ba6befc0b6 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. .\" -.\" $Id: adjkerntz.8,v 1.15 1998/04/11 21:18:53 ache Exp $ +.\" $Id: adjkerntz.8,v 1.16 1998/06/04 06:35:11 charnier Exp $ .\" .Dd April 4, 1996 .Dt ADJKERNTZ 8 diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c index 745868db86af..512024e6d2fe 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[] = - "$Id$"; + "$Id: adjkerntz.c,v 1.24 1998/06/04 06:35:12 charnier Exp $"; #endif /* not lint */ /* diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index 481f21645509..7bd2e0c93e48 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. # -# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:44 phk Exp $ # SUBDIR= atm \ diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 2bf6722808e6..055f83bb5b32 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. # -# @(#) $Id: Makefile.inc,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# @(#) $Id: Makefile.inc,v 1.1 1998/09/15 08:22:44 phk Exp $ # # diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 6d5667bb4c83..e6d0b22ef9c9 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. # -# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:25 phk Exp $ +# @(#) $Id: Makefile,v 1.3 1998/09/17 09:34:54 phk Exp $ # # diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8 index 51b39f9a5f01..af8bf267b46d 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. .\" -.\" @(#) $Id: atm.1,v 1.4 1998/08/26 21:38:28 johnc Exp $ +.\" @(#) $Id: atm.8,v 1.1 1998/09/15 08:22:45 phk Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c index a668b740e552..ff65e33684aa 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. * - * @(#) $Id: atm.c,v 1.17 1998/08/06 16:57:47 johnc Exp $ + * @(#) $Id: atm.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm.c,v 1.17 1998/08/06 16:57:47 johnc Exp $"; +static char *RCSid = "@(#) $Id: atm.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm.h b/sbin/atm/atm/atm.h index efb8d1eaa069..5b04fb46c830 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. * - * @(#) $Id: atm.h,v 1.9 1998/07/09 21:23:53 johnc Exp $ + * @(#) $Id: atm.h,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ diff --git a/sbin/atm/atm/atm_eni.c b/sbin/atm/atm/atm_eni.c index 272e48f59527..67d8f1b31cee 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. * - * @(#) $Id: atm_eni.c,v 1.8 1998/08/26 23:29:31 mks Exp $ + * @(#) $Id: atm_eni.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_eni.c,v 1.8 1998/08/26 23:29:31 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_eni.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c index 9dd64b4c86c0..a179cbbc49a8 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. * - * @(#) $Id: atm_fore200.c,v 1.10 1998/08/26 23:29:31 mks Exp $ + * @(#) $Id: atm_fore200.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_fore200.c,v 1.10 1998/08/26 23:29:31 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_fore200.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c index 91b62dc4d334..d3bd41c52bbf 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. * - * @(#) $Id: atm_inet.c,v 1.9 1998/08/26 23:29:31 mks Exp $ + * @(#) $Id: atm_inet.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_inet.c,v 1.9 1998/08/26 23:29:31 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_inet.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c index 93aaef824862..a88e3dea65d2 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. * - * @(#) $Id: atm_print.c,v 1.12 1998/07/30 22:38:56 mks Exp $ + * @(#) $Id: atm_print.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_print.c,v 1.12 1998/07/30 22:38:56 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_print.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c index 199c37f153f6..1aca4f543483 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. * - * @(#) $Id: atm_set.c,v 1.12 1998/08/26 23:29:32 mks Exp $ + * @(#) $Id: atm_set.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_set.c,v 1.12 1998/08/26 23:29:32 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_set.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c index 8c32dfc96be8..97bdbb269fb1 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. * - * @(#) $Id: atm_show.c,v 1.12 1998/07/24 16:20:34 johnc Exp $ + * @(#) $Id: atm_show.c,v 1.1 1998/09/15 08:22:46 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_show.c,v 1.12 1998/07/24 16:20:34 johnc Exp $"; +static char *RCSid = "@(#) $Id: atm_show.c,v 1.1 1998/09/15 08:22:46 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c index 45711739ceb4..1a85d7455dfa 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. * - * @(#) $Id: atm_subr.c,v 1.11 1998/07/09 22:24:03 johnc Exp $ + * @(#) $Id: atm_subr.c,v 1.1 1998/09/15 08:22:46 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_subr.c,v 1.11 1998/07/09 22:24:03 johnc Exp $"; +static char *RCSid = "@(#) $Id: atm_subr.c,v 1.1 1998/09/15 08:22:46 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index fef11f302c0b..b7da5236d49a 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. # -# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $ +# @(#) $Id: Makefile,v 1.3 1998/09/17 09:34:56 phk Exp $ # # diff --git a/sbin/atm/fore_dnld/fore_dnld.8 b/sbin/atm/fore_dnld/fore_dnld.8 index 770f85dec133..8b39610fe225 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. .\" -.\" @(#) $Id: fore_dnld.1,v 1.4 1997/05/09 17:29:37 mks Exp $ +.\" @(#) $Id: fore_dnld.8,v 1.1 1998/09/15 08:22:46 phk Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c index 6ecafa5d49b9..537919f54311 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. * - * @(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $ + * @(#) $Id: fore_dnld.c,v 1.1 1998/09/15 08:22:47 phk Exp $ * */ @@ -37,7 +37,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $"; +static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.1 1998/09/15 08:22:47 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index 60828552e333..6dcff449dbb5 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. # -# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $ +# @(#) $Id: Makefile,v 1.3 1998/09/17 09:34:57 phk Exp $ # # diff --git a/sbin/atm/ilmid/ilmid.8 b/sbin/atm/ilmid/ilmid.8 index e837adbba1a3..2df46b58d8f4 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. .\" -.\" @(#) $Id:$ +.\" @(#) $Id: ilmid.8,v 1.1 1998/09/15 08:22:47 phk Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index e515a1088f99..32ba6c7ecda1 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. * - * @(#) $Id: ilmid.c,v 1.9 1998/08/13 20:15:28 jpt Exp $ + * @(#) $Id: ilmid.c,v 1.1 1998/09/15 08:22:47 phk Exp $ * */ @@ -46,7 +46,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ilmid.c,v 1.9 1998/08/13 20:15:28 jpt Exp $"; +static char *RCSid = "@(#) $Id: ilmid.c,v 1.1 1998/09/15 08:22:47 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index 9dacbb4ccf82..d1719423c2e2 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 -.\" $Id: badsect.8,v 1.6 1997/10/15 17:33:47 max Exp $ +.\" $Id: badsect.8,v 1.7 1998/06/04 06:38:03 charnier Exp $ .\" .Dd June 5, 1993 .Dt BADSECT 8 diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index a5be4174ce48..f27cbd7a0d9e 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[] = - "$Id: badsect.c,v 1.5 1998/06/04 06:38:03 charnier Exp $"; + "$Id: badsect.c,v 1.6 1998/06/28 18:34:01 bde Exp $"; #endif /* not lint */ /* diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 641797df9e2c..1b5b603545a0 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. .\" -.\" $Id: camcontrol.8,v 1.6 1998/10/03 19:15:53 ken Exp $ +.\" $Id: camcontrol.8,v 1.7 1998/10/06 00:32:58 ken Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index 3403b39eea84..aefcbe34430e 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. * - * $Id: camcontrol.c,v 1.4 1998/10/13 16:23:26 ken Exp $ + * $Id: camcontrol.c,v 1.5 1998/10/13 22:02:38 ken Exp $ */ #include <sys/ioctl.h> diff --git a/sbin/camcontrol/camcontrol.h b/sbin/camcontrol/camcontrol.h index 8fb64a7b7f3e..6ea8c28a4acd 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. * - * $Id$ + * $Id: camcontrol.h,v 1.1 1998/09/15 06:43:02 gibbs Exp $ */ #ifndef _CAMCONTROL_H diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 131624f956dc..aeaf49cb4afd 100644 --- a/sbin/camcontrol/modeedit.c +++ b/sbin/camcontrol/modeedit.c @@ -45,7 +45,7 @@ */ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: modeedit.c,v 1.1 1998/09/15 06:43:02 gibbs Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index 16974e3b505c..7d8adec9230a 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. .\" -.\" $Id$ +.\" $Id: ccdconfig.8,v 1.5 1998/06/04 06:41:26 charnier Exp $ .\" .Dd July 17, 1995 .Dt CCDCONFIG 8 diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index ed91a6dae0ec..c954341d01fd 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ccdconfig.c,v 1.9 1998/06/04 06:41:26 charnier Exp $"; + "$Id: ccdconfig.c,v 1.10 1998/09/15 08:15:22 gibbs Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index 710e863abe87..198c58213786 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 -.\" $Id: clri.8,v 1.5 1997/02/22 14:32:11 peter Exp $ +.\" $Id: clri.8,v 1.6 1998/06/04 06:44:16 charnier Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 28c2e74cc18f..cb96b6ba1e0d 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[] = - "$Id$"; + "$Id: clri.c,v 1.3 1998/06/04 06:44:18 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index 8090bdc5d53d..fbe9b5a548ce 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 -.\" $Id$ +.\" $Id: disklabel.5,v 1.4 1998/06/04 06:49:12 charnier Exp $ .\" .Dd June 5, 1993 .Dt DISKLABEL 5 diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 91362465ec18..8edc8fea1701 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 -.\" $Id: disklabel.8,v 1.7 1997/06/23 04:02:17 steve Exp $ +.\" $Id: disklabel.8,v 1.8 1998/06/04 06:49:13 charnier Exp $ .\" .Dd April 19, 1994 .Dt DISKLABEL 8 diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index be60d542768a..eb7d17d7c9ed 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[] = - "$Id: disklabel.c,v 1.20 1998/08/21 23:44:16 gpalmer Exp $"; + "$Id: disklabel.c,v 1.21 1998/08/23 07:32:37 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/disklabel/dkcksum.c b/sbin/disklabel/dkcksum.c index ae30b7b1dc75..8e7532ba35fe 100644 --- a/sbin/disklabel/dkcksum.c +++ b/sbin/disklabel/dkcksum.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dkcksum.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: dkcksum.c,v 1.3 1998/02/24 01:36:58 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index af9da8328867..61a1531be297 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 -.\" $Id$ +.\" $Id: dmesg.8,v 1.4 1998/06/04 06:51:13 charnier Exp $ .\" .Dd June 5, 1993 .Dt DMESG 8 diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index a7bfe3fc68eb..139f8fd54898 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[] = - "$Id: dmesg.c,v 1.9 1998/06/04 06:51:14 charnier Exp $"; + "$Id: dmesg.c,v 1.10 1998/07/27 18:53:45 hoek Exp $"; #endif /* not lint */ #include <sys/msgbuf.h> diff --git a/sbin/dset/dset.8 b/sbin/dset/dset.8 index ed88d4ed06b7..790f911939c4 100644 --- a/sbin/dset/dset.8 +++ b/sbin/dset/dset.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: dset.8,v 1.6 1997/02/22 14:32:15 peter Exp $ +.\" $Id: dset.8,v 1.7 1998/06/03 04:21:39 jkoshy Exp $ .\" " .Dd May 2, 1996 .Dt DSET 8 diff --git a/sbin/dset/dset.c b/sbin/dset/dset.c index 210e92aa053b..e1711595b389 100644 --- a/sbin/dset/dset.c +++ b/sbin/dset/dset.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dset.c,v 1.13 1998/06/28 19:06:17 bde Exp $"; + "$Id: dset.c,v 1.14 1998/10/06 07:32:45 msmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 8d12faa6d513..a530038d1841 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.7 1998/08/06 21:40:13 markm Exp $ +# $Id: Makefile,v 1.8 1998/09/19 22:42:02 obrien Exp $ # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index d0b517ea9653..a4dbc5257725 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 -.\" $Id: dump.8,v 1.21 1998/06/15 06:58:09 charnier Exp $ +.\" $Id: dump.8,v 1.22 1998/09/22 10:05:17 roberto Exp $ .\" .Dd May 1, 1995 .Dt DUMP 8 diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index caf6736fba0d..059eec0ddb8d 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[] = - "$Id: dumprmt.c,v 1.12 1998/07/14 09:19:46 jkoshy Exp $"; + "$Id: dumprmt.c,v 1.13 1998/09/15 10:25:50 gibbs Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index 483533eb7f82..eddb9ad26341 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[] = - "$Id$"; + "$Id: itime.c,v 1.2 1998/06/15 06:58:09 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 5cbefc165a69..0526a9d2872f 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[] = - "$Id: main.c,v 1.17 1998/07/14 09:19:47 jkoshy Exp $"; + "$Id: main.c,v 1.18 1998/09/16 20:52:12 andreas Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 318cbd0c5147..51d42d27557f 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[] = - "$Id$"; + "$Id: optr.c,v 1.5 1998/06/15 06:58:11 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index e7b66c75867a..c25638295656 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[] = - "$Id: tape.c,v 1.9 1998/06/15 06:58:11 charnier Exp $"; + "$Id: tape.c,v 1.10 1998/09/15 10:25:50 gibbs Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 952afc6a0bb3..25141c1de887 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[] = - "$Id$"; + "$Id: traverse.c,v 1.7 1998/06/15 06:58:12 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 09557e5bf947..5a74d5111844 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[] = - "$Id$"; + "$Id: unctime.c,v 1.2 1998/06/15 06:58:13 charnier Exp $"; #endif /* not lint */ #include <time.h> diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 7f52246b436f..55f637bec178 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 -.\" $Id$ +.\" $Id: dumpfs.8,v 1.4 1997/02/22 14:32:17 peter Exp $ .\" .Dd June 5, 1993 .Dt DUMPFS 8 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 3aaea24deda3..487fefdff05f 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[] = - "$Id$"; + "$Id: dumpfs.c,v 1.10 1998/06/15 07:00:01 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index da6f36506679..2793a6609de8 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:32:21 peter Exp $ PROG= dumpon MAN8= dumpon.8 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index 7a416d43b654..d07084bc282f 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 -.\" $Id: dumpon.8,v 1.8 1998/06/15 07:03:46 charnier Exp $ +.\" $Id: dumpon.8,v 1.9 1998/08/31 16:41:06 wosch Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 547b6186b81d..935b841b4f4a 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[] = - "$Id$"; + "$Id: dumpon.c,v 1.6 1998/06/15 07:03:47 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/fsck/dir.c b/sbin/fsck/dir.c index 91b507fa2b13..36561a3ea339 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[] = - "$Id: dir.c,v 1.11 1998/06/28 19:23:02 bde Exp $"; + "$Id: dir.c,v 1.12 1998/09/23 05:37:35 nate Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 51d1679f6d1d..eb767b34fcc6 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fsck.8 8.4 (Berkeley) 5/9/95 -.\" $Id: fsck.8,v 1.10 1997/03/12 16:35:26 bde Exp $ +.\" $Id: fsck.8,v 1.11 1998/06/15 07:07:12 charnier Exp $ .\" .Dd May 9, 1995 .Dt FSCK 8 diff --git a/sbin/fsck/inode.c b/sbin/fsck/inode.c index b7e80cdffaa6..32ee1c036403 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[] = - "$Id: inode.c,v 1.15 1998/06/28 19:23:02 bde Exp $"; + "$Id: inode.c,v 1.16 1998/08/01 18:03:28 dfr Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/main.c b/sbin/fsck/main.c index 9ff947c52f84..13b5d6a40827 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[] = - "$Id: main.c,v 1.13 1998/03/08 09:55:26 julian Exp $"; + "$Id: main.c,v 1.14 1998/06/15 07:07:16 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1.c b/sbin/fsck/pass1.c index 30c0e7d5b541..f7e30d64d4af 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[] = - "$Id: pass1.c,v 1.11 1998/06/15 07:07:16 charnier Exp $"; + "$Id: pass1.c,v 1.13 1998/07/06 19:11:35 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass1b.c b/sbin/fsck/pass1b.c index 32a3be7723bd..2762dbee23f3 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[] = - "$Id$"; + "$Id: pass1b.c,v 1.4 1998/06/15 07:07:17 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass2.c b/sbin/fsck/pass2.c index 4c24b23a9ca4..19f74225b12d 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[] = - "$Id$"; + "$Id: pass2.c,v 1.7 1998/06/15 07:07:18 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass3.c b/sbin/fsck/pass3.c index 6524a117e9a6..ba3949bb064d 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[] = - "$Id$"; + "$Id: pass3.c,v 1.4 1998/06/15 07:07:18 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass4.c b/sbin/fsck/pass4.c index b2f1fe9ff00b..fb5c4287fcc5 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[] = - "$Id$"; + "$Id: pass4.c,v 1.4 1998/06/15 07:07:19 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/pass5.c b/sbin/fsck/pass5.c index f3994f84e2f8..5d797a9a5bc6 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[] = - "$Id: pass5.c,v 1.13 1998/08/04 09:19:03 phk Exp $"; + "$Id: pass5.c,v 1.14 1998/08/15 10:07:33 dfr Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index 9705aeea9280..1ca3e67cdbce 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[] = - "$Id$"; + "$Id: preen.c,v 1.9 1998/06/15 07:07:20 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsck/setup.c b/sbin/fsck/setup.c index 25dab92ad56d..c39f89feecca 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[] = - "$Id: setup.c,v 1.11 1998/06/15 07:07:21 charnier Exp $"; + "$Id: setup.c,v 1.12 1998/06/28 19:23:03 bde Exp $"; #endif /* not lint */ #define DKTYPENAMES diff --git a/sbin/fsck/utilities.c b/sbin/fsck/utilities.c index 0d82d6ebbcf6..188c84b2270e 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[] = - "$Id$"; + "$Id: utilities.c,v 1.8 1998/06/15 07:07:21 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index e83e50c2db84..cc0c7c7c72cc 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 -# $Id: Makefile,v 1.7 1998/02/05 14:31:05 jhay Exp $ +# $Id: Makefile,v 1.8 1998/02/06 22:31:14 jhay Exp $ PROG= fsdb MAN8= fsdb.8 diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 2b4251ea7882..dcc23830ecea 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. .\" -.\" $Id: fsdb.8,v 1.7 1997/04/15 09:02:43 joerg Exp $ +.\" $Id: fsdb.8,v 1.8 1998/06/15 07:12:18 charnier Exp $ .\" .Dd September 14, 1995 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index 86a02cf25cad..20b0d8aafe07 100644 --- a/sbin/fsdb/fsdb.c +++ b/sbin/fsdb/fsdb.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: fsdb.c,v 1.10 1998/06/15 07:12:19 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index b7c30576d9b6..99578bae840f 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. * - * $Id: fsdb.h,v 1.2 1997/03/13 12:44:52 peter Exp $ + * $Id: fsdb.h,v 1.3 1997/04/15 09:02:48 joerg Exp $ */ extern int bread __P((int fd, char *buf, daddr_t blk, long size)); diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index d6a3684629da..572671c718b9 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fsdbutil.c,v 1.7 1998/06/15 07:12:20 charnier Exp $"; + "$Id: fsdbutil.c,v 1.8 1998/06/28 19:29:39 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 1f37d2d36d5a..ba8709e0fdde 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 $ -.\" $Id: fsirand.8,v 1.7 1998/03/19 07:45:04 charnier Exp $ +.\" $Id: fsirand.8,v 1.8 1998/06/30 06:18:43 charnier Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index ffa2d74b6b43..b61b0b4e4879 100644 --- a/sbin/fsirand/fsirand.c +++ b/sbin/fsirand/fsirand.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: fsirand.c,v 1.6 1998/06/30 06:18:44 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/i386/Makefile b/sbin/i386/Makefile index 76462f52b1ad..d0619e196f6b 100644 --- a/sbin/i386/Makefile +++ b/sbin/i386/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/02/22 14:32:26 peter Exp $ +# $Id: Makefile,v 1.6 1998/08/30 20:27:44 gpalmer Exp $ SUBDIR= comcontrol \ fdisk \ diff --git a/sbin/i386/Makefile.inc b/sbin/i386/Makefile.inc index c961f8568307..71ea80e42d35 100644 --- a/sbin/i386/Makefile.inc +++ b/sbin/i386/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.3 1997/02/22 14:32:26 peter Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/sbin/i386/comcontrol/comcontrol.8 b/sbin/i386/comcontrol/comcontrol.8 index ffd41de8a3a2..15faab1759c4 100644 --- a/sbin/i386/comcontrol/comcontrol.8 +++ b/sbin/i386/comcontrol/comcontrol.8 @@ -1,4 +1,4 @@ -.\" $Id: comcontrol.8,v 1.13 1998/03/19 07:46:39 charnier Exp $ +.\" $Id: comcontrol.8,v 1.14 1998/06/30 06:09:37 charnier Exp $ .Dd May 15, 1994 .Dt COMCONTROL 8 .Os FreeBSD diff --git a/sbin/i386/comcontrol/comcontrol.c b/sbin/i386/comcontrol/comcontrol.c index 372f984409e4..a118d85f7160 100644 --- a/sbin/i386/comcontrol/comcontrol.c +++ b/sbin/i386/comcontrol/comcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: comcontrol.c,v 1.7 1998/06/30 06:09:37 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/sbin/i386/cxconfig/cxconfig.8 b/sbin/i386/cxconfig/cxconfig.8 index e502e38edfac..346b9cb6185d 100644 --- a/sbin/i386/cxconfig/cxconfig.8 +++ b/sbin/i386/cxconfig/cxconfig.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: cxconfig.8,v 1.4 1998/06/30 06:12:44 charnier 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 cae322b702b7..a8131c4c7910 100644 --- a/sbin/i386/cxconfig/cxconfig.c +++ b/sbin/i386/cxconfig/cxconfig.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: cxconfig.c,v 1.3 1998/06/30 06:12:44 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index ef274e118d30..9c3e215a1a44 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fdisk.c,v 1.23 1998/07/06 06:44:36 charnier Exp $"; + "$Id: fdisk.c,v 1.24 1998/09/16 19:25:47 obrien Exp $"; #endif /* not lint */ #include <sys/disklabel.h> diff --git a/sbin/i386/ft/Makefile b/sbin/i386/ft/Makefile index 3fb1b7440e52..5add789f63b4 100644 --- a/sbin/i386/ft/Makefile +++ b/sbin/i386/ft/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.7 1997/02/22 14:32:28 peter Exp $ PROG= ft MAN8= ft.8 diff --git a/sbin/i386/ft/ft.8 b/sbin/i386/ft/ft.8 index 986bb9267e18..4ed4f7e9d10a 100644 --- a/sbin/i386/ft/ft.8 +++ b/sbin/i386/ft/ft.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ft.8 -.\" $Id$ +.\" $Id: ft.8,v 1.5 1998/06/30 06:22:05 charnier Exp $ .\" .Dd February 7, 1994 .Dt FT 8 diff --git a/sbin/i386/ft/ft.c b/sbin/i386/ft/ft.c index 41591a4239f9..59ec49ddb352 100644 --- a/sbin/i386/ft/ft.c +++ b/sbin/i386/ft/ft.c @@ -36,7 +36,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ft.c,v 1.6 1998/06/30 06:22:07 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/i386/ft/ftecc.c b/sbin/i386/ft/ftecc.c index abc6d438d767..6d5f6f80627e 100644 --- a/sbin/i386/ft/ftecc.c +++ b/sbin/i386/ft/ftecc.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ftecc.c,v 1.5 1998/06/30 06:22:08 charnier Exp $"; #endif /* not lint */ #include <sys/ftape.h> diff --git a/sbin/i386/mount_msdos/Makefile b/sbin/i386/mount_msdos/Makefile index d172a07f9cb6..f415718e0932 100644 --- a/sbin/i386/mount_msdos/Makefile +++ b/sbin/i386/mount_msdos/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.9 1998/02/23 09:10:56 ache Exp $ +# $Id: Makefile,v 1.10 1998/02/23 16:49:02 ache Exp $ # PROG= mount_msdos diff --git a/sbin/i386/mount_msdos/mount_msdos.8 b/sbin/i386/mount_msdos/mount_msdos.8 index 46ca78bcff4c..b201f7ab3bcd 100644 --- a/sbin/i386/mount_msdos/mount_msdos.8 +++ b/sbin/i386/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. .\" -.\" $Id: mount_msdos.8,v 1.13 1998/03/01 08:41:05 ache Exp $ +.\" $Id: mount_msdos.8,v 1.14 1998/06/30 06:23:41 charnier Exp $ .\" .Dd April 7, 1994 .Dt MOUNT_MSDOS 8 diff --git a/sbin/i386/mount_msdos/mount_msdos.c b/sbin/i386/mount_msdos/mount_msdos.c index 3536b68171dd..eefa8e3b3d84 100644 --- a/sbin/i386/mount_msdos/mount_msdos.c +++ b/sbin/i386/mount_msdos/mount_msdos.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mount_msdos.c,v 1.14 1998/02/23 16:49:16 ache Exp $"; + "$Id: mount_msdos.c,v 1.15 1998/06/30 06:23:42 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/i386/nextboot/nextboot.8 b/sbin/i386/nextboot/nextboot.8 index d7946e1c604c..e885007e47c8 100644 --- a/sbin/i386/nextboot/nextboot.8 +++ b/sbin/i386/nextboot/nextboot.8 @@ -1,4 +1,4 @@ -.\" $Id: nextboot.8,v 1.7 1997/04/23 04:46:38 danny Exp $ +.\" $Id: nextboot.8,v 1.8 1998/06/30 06:28:17 charnier Exp $ .Dd July 9, 1996 .Dt NEXTBOOT 8 .\".Os BSD 4 diff --git a/sbin/i386/nextboot/nextboot.c b/sbin/i386/nextboot/nextboot.c index b74c4297868c..a8ffee7b6601 100644 --- a/sbin/i386/nextboot/nextboot.c +++ b/sbin/i386/nextboot/nextboot.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: nextboot.c,v 1.5 1998/06/30 06:28:18 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 0ff6ea08be86..00651ad8d823 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.9 1997/02/22 14:32:32 peter Exp $ +# $Id: Makefile,v 1.10 1997/05/04 06:27:45 peter Exp $ PROG= ifconfig SRCS= ifconfig.c diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 44bb3d62e016..22e8f3bad1af 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 -.\" $Id: ifconfig.8,v 1.17 1998/06/08 02:00:45 danny Exp $ +.\" $Id: ifconfig.8,v 1.18 1998/07/06 06:53:42 charnier Exp $ .\" .Dd February 13, 1996 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 68eee80d5028..aaadbc4bba87 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[] = - "$Id: ifconfig.c,v 1.37 1998/07/06 19:54:39 bde Exp $"; + "$Id: ifconfig.c,v 1.38 1998/08/07 06:36:53 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index 85555e380637..86afc92a8ebb 100644 --- a/sbin/ifconfig/ifconfig.h +++ b/sbin/ifconfig/ifconfig.h @@ -31,7 +31,7 @@ * * so there! * - * $Id: ifconfig.h,v 1.2 1997/05/10 14:47:35 peter Exp $ + * $Id: ifconfig.h,v 1.3 1997/05/10 17:14:53 peter Exp $ */ extern struct ifreq ifr; diff --git a/sbin/ifconfig/ifmedia.c b/sbin/ifconfig/ifmedia.c index 73e83de64c87..3252e7e4a8d5 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 $ */ -/* $Id: ifmedia.c,v 1.4 1997/10/16 03:55:29 peter Exp $ */ +/* $Id: ifmedia.c,v 1.5 1998/01/16 17:38:50 bde Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. diff --git a/sbin/init/Makefile b/sbin/init/Makefile index de20c832a73c..9a988bdd4298 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.14 1997/08/18 03:32:09 davidn Exp $ +# $Id: Makefile,v 1.15 1998/01/20 10:39:56 bde Exp $ PROG= init MAN8= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 7ce1cee83b4a..5dd19a89296d 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 -.\" $Id: init.8,v 1.11 1998/06/19 08:34:52 jkoshy Exp $ +.\" $Id: init.8,v 1.12 1998/07/06 06:56:07 charnier Exp $ .\" .Dd April 18, 1994 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index 6ed059fa93e5..baf639f196c3 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[] = - "$Id: init.c,v 1.30 1998/07/06 06:56:08 charnier Exp $"; + "$Id: init.c,v 1.31 1998/07/22 05:45:11 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index dadd54f06694..083c8d9a10a0 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.1 1998/03/21 13:52:51 peter Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index 3f6807b11dc0..4cb8b7b08cb7 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -16,7 +16,7 @@ * * NEW command line interface for IP firewall facility * - * $Id: ipfw.c,v 1.59 1998/08/04 14:41:37 thepish Exp $ + * $Id: ipfw.c,v 1.60 1998/09/28 22:56:37 alex Exp $ * */ diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index 4b74f69e8ffa..e9db01064fea 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. # -# $Id: Makefile,v 1.2 1997/10/19 11:15:41 jmg Exp $ +# $Id: Makefile,v 1.3 1997/10/26 04:58:22 jmg Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 8201f7f18c9b..c6186129347f 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. .\" -.\" $Id: kldload.8,v 1.3 1998/01/05 07:07:44 charnier Exp $ +.\" $Id: kldload.8,v 1.4 1998/03/19 07:45:17 charnier Exp $ .\" .Dd April 25, 1997 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index e42785f24ed5..9157ce90dd33 100644 --- a/sbin/kldload/kldload.c +++ b/sbin/kldload/kldload.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kldload.c,v 1.4 1998/01/05 07:07:44 charnier Exp $"; + "$Id: kldload.c,v 1.5 1998/07/06 06:58:32 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index 5720690a649b..7d84c4d0dbdb 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. # -# $Id: Makefile,v 1.2 1997/10/19 11:15:43 jmg Exp $ +# $Id: Makefile,v 1.3 1997/10/26 04:58:25 jmg Exp $ # PROG= kldstat diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index cd1d6a7dc23c..75f0859b1c86 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. .\" -.\" $Id: kldstat.8,v 1.3 1998/01/05 07:09:28 charnier Exp $ +.\" $Id: kldstat.8,v 1.4 1998/03/19 07:45:28 charnier Exp $ .\" .Dd April 25, 1997 .Dt KLDSTAT 8 diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 49cdd7a3cde9..f42cb5f37b8f 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: kldstat.c,v 1.4 1998/01/05 07:09:28 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index 2d541ff28460..097bb6ee9b56 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. # -# $Id: Makefile,v 1.2 1997/10/19 11:15:45 jmg Exp $ +# $Id: Makefile,v 1.3 1997/10/26 04:58:27 jmg Exp $ # PROG= kldunload diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index 15bbfa257363..d44c4a93dceb 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. .\" -.\" $Id: kldunload.8,v 1.3 1998/01/05 07:10:41 charnier Exp $ +.\" $Id: kldunload.8,v 1.4 1998/03/19 07:45:32 charnier Exp $ .\" .Dd April 25, 1997 .Dt KLDUNLOAD 8 diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index 4a942ed1b490..b77fc7526b6a 100644 --- a/sbin/kldunload/kldunload.c +++ b/sbin/kldunload/kldunload.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kldunload.c,v 1.5 1998/01/05 07:10:42 charnier Exp $"; + "$Id: kldunload.c,v 1.6 1998/07/06 06:59:52 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index f902e92bb1c1..b34280082a0e 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1998/06/12 10:43:18 peter Exp $ +# $Id: Makefile,v 1.14 1998/09/05 03:30:54 jdp 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 f61d8494fbc3..671c2ed4e264 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. * - * $Id$ + * $Id: elfhints.c,v 1.1 1998/09/05 03:30:54 jdp Exp $ */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 9c4fd95e60de..c3339ddaa5e8 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. .\" -.\" $Id: ldconfig.8,v 1.15 1998/01/01 02:31:47 alex Exp $ +.\" $Id: ldconfig.8,v 1.16 1998/09/05 03:30:54 jdp Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index bacdcca0d2c9..3a3bdcdf66df 100644 --- a/sbin/ldconfig/ldconfig.c +++ b/sbin/ldconfig/ldconfig.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ldconfig.c,v 1.27 1998/09/06 20:43:25 jdp Exp $"; + "$Id: ldconfig.c,v 1.28 1998/09/09 01:21:24 jdp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/ldconfig/ldconfig.h b/sbin/ldconfig/ldconfig.h index 54c0d8687787..311df7761d90 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. * - * $Id$ + * $Id: ldconfig.h,v 1.1 1998/09/05 03:30:54 jdp Exp $ */ #ifndef LDCONFIG_H diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 599089408c65..b611ab6cecc2 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -19,7 +19,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: md5.c,v 1.13 1998/07/06 07:04:50 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 0c6d5c605e96..3144b540a101 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 -.\" $Id$ +.\" $Id: mknod.8,v 1.7 1998/07/06 07:06:15 charnier Exp $ .\" .Dd December 11, 1993 .Dt MKNOD 8 diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index fc2192f35148..f12568fc8c78 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[] = - "$Id$"; + "$Id: mknod.c,v 1.8 1998/07/06 07:06:15 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile index bff89359aee1..95e54a055d41 100644 --- a/sbin/modload/Makefile +++ b/sbin/modload/Makefile @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:32:39 peter Exp $ # PROG= modload diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index 151f05c0d24a..3e5b56b2581d 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: modload.8,v 1.10 1997/02/22 14:32:39 peter Exp $ +.\" $Id: modload.8,v 1.11 1998/03/19 07:45:37 charnier Exp $ .\" .Dd September 22, 1994 .Dt MODLOAD 8 diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index 4ef53fa4ddc6..87860852a525 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: modload.c,v 1.22 1998/07/06 07:07:41 charnier Exp $"; + "$Id: modload.c,v 1.23 1998/08/12 02:39:23 jdp Exp $"; #endif /* not lint */ #include <a.out.h> diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h index 4359013dd9f3..90f55ffd912b 100644 --- a/sbin/modload/pathnames.h +++ b/sbin/modload/pathnames.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: pathnames.h,v 1.4 1997/02/22 14:32:40 peter Exp $ */ #include <paths.h> #define _PATH_LKM "/dev/lkm" diff --git a/sbin/modunload/Makefile b/sbin/modunload/Makefile index 9d923a39687c..235e8d21e211 100644 --- a/sbin/modunload/Makefile +++ b/sbin/modunload/Makefile @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:32:41 peter Exp $ # PROG= modunload diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index 0b69267de0b7..c5caec632252 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: modunload.8,v 1.7 1997/02/22 14:32:42 peter Exp $ +.\" $Id: modunload.8,v 1.8 1998/03/19 07:45:43 charnier Exp $ .\" .Dd June 7, 1993 .Dt MODUNLOAD 8 diff --git a/sbin/modunload/modunload.c b/sbin/modunload/modunload.c index b09f8c9099df..a1aa86d4135e 100644 --- a/sbin/modunload/modunload.c +++ b/sbin/modunload/modunload.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: modunload.c,v 1.7 1998/07/06 07:09:13 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index e899d4ed6f75..b6136258df5f 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.6 (Berkeley) 5/8/95 -# $Id: Makefile,v 1.6 1998/01/20 10:39:57 bde Exp $ +# $Id: Makefile,v 1.7 1998/03/08 14:50:00 msmith 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 71dde6c9c426..3e552949209b 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. * - * $Id: extern.h,v 1.1 1997/08/24 21:28:38 steve Exp $ + * $Id: extern.h,v 1.2 1997/08/25 21:02:18 bde Exp $ */ /* vfslist.c */ diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index 25b8d090c128..242e7bce09fd 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[] = - "$Id: getmntopts.c,v 1.6 1997/08/24 21:02:47 steve Exp $"; + "$Id: getmntopts.c,v 1.7 1998/07/06 07:12:38 charnier Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 1be391d585c4..715ce181d94e 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 - * $Id: mntopts.h,v 1.13 1998/04/08 18:31:17 wosch Exp $ + * $Id: mntopts.h,v 1.14 1998/07/06 07:12:38 charnier Exp $ */ struct mntopt { diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 1b31090e5ce2..019c145c9faf 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 -.\" $Id: mount.8,v 1.23 1998/07/09 05:49:58 jkoshy Exp $ +.\" $Id: mount.8,v 1.24 1998/10/16 00:06:56 des Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 493944451690..e6fff103c61c 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[] = - "$Id$"; + "$Id: mount.c,v 1.28 1998/07/06 07:12:38 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 00c2e72f0230..252fb8be0a16 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[] = - "$Id$"; + "$Id: mount_ufs.c,v 1.14 1998/07/06 07:12:38 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index 871de264f76a..02bff8f85790 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[] = - "$Id$"; + "$Id: vfslist.c,v 1.3 1998/07/06 07:12:38 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index a5b0cc033ca2..67a01a753029 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[] = - "$Id: mount_cd9660.c,v 1.11 1997/03/29 03:32:35 imp Exp $"; + "$Id: mount_cd9660.c,v 1.12 1997/04/29 15:56:40 joerg 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 9441c8bcd2e0..a0cec3159522 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. .\" -.\" $Id$ +.\" $Id: mount_ext2fs.8,v 1.5 1998/07/06 07:13:31 charnier 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 1d0ab5d531aa..1b0ae8a236c7 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[] = - "$Id: mount_ext2fs.c,v 1.8 1997/03/29 03:32:36 imp Exp $"; + "$Id: mount_ext2fs.c,v 1.9 1998/09/09 16:26:51 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 92568d7af35f..b0c4bab62f31 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 .\" -.\" $Id: mount_nfs.8,v 1.13 1998/06/29 06:58:46 jkoshy Exp $ +.\" $Id: mount_nfs.8,v 1.14 1998/07/06 07:15:53 charnier 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 c3fdb302067a..5b259601e6a7 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[] = - "$Id$"; + "$Id: mount_nfs.c,v 1.29 1998/07/06 07:15:53 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 9ed773ebdfa9..9f52d938f02e 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 -.\" $Id: mount_null.8,v 1.8 1997/03/11 12:33:34 peter Exp $ +.\" $Id: mount_null.8,v 1.9 1998/07/06 07:17:26 charnier 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 c58e06d89791..92fa06f97119 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[] = - "$Id$"; + "$Id: mount_null.c,v 1.11 1998/07/06 07:17:27 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index af7d5367e943..21aa4e93c09c 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $Id: Makefile,v 1.7 1997/03/11 12:34:55 peter Exp $ +# $Id: Makefile,v 1.8 1998/01/20 10:40:04 bde 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 5bbd3b5a7106..a3b421f38517 100644 --- a/sbin/mount_portal/activate.c +++ b/sbin/mount_portal/activate.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: activate.c,v 1.5 1998/07/06 07:19:23 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index 373e62d6fb47..7e7e8d1cc4bc 100644 --- a/sbin/mount_portal/conf.c +++ b/sbin/mount_portal/conf.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id: conf.c,v 1.6 1998/07/06 07:19:24 charnier Exp $"; + "$Id: conf.c,v 1.7 1998/08/02 16:06:34 bde Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index ed9434e557fe..cad17c573793 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 -.\" $Id$ +.\" $Id: mount_portal.8,v 1.3 1998/07/06 07:19:25 charnier 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 d3fa3c3a0dce..26cdebe39375 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[] = - "$Id$"; + "$Id: mount_portal.c,v 1.13 1998/07/06 07:19:25 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 3203b00c1483..5aa6dd8ff22b 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 * - * $Id$ + * $Id: pathnames.h,v 1.3 1997/02/22 14:32:54 peter Exp $ */ #include <paths.h> diff --git a/sbin/mount_portal/portal.conf b/sbin/mount_portal/portal.conf index 3a4ddf0a1a9b..7115ce99626d 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 -# $Id$ +# $Id: portal.conf,v 1.3 1997/02/22 14:32:54 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 23fce24198fa..a5dab62ad53e 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 * - * $Id$ + * $Id: portald.h,v 1.3 1997/02/22 14:32:55 peter Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_portal/pt_conf.c b/sbin/mount_portal/pt_conf.c index 2f9ab9772a81..1fd84fd20261 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[] = - "$Id$"; + "$Id: pt_conf.c,v 1.4 1998/07/06 07:19:25 charnier 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 6ee326d50a00..8ee2dbff6179 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[] = - "$Id$"; + "$Id: pt_exec.c,v 1.4 1998/07/06 07:19:26 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c index 32207f31931e..612450491f17 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[] = - "$Id$"; + "$Id: pt_file.c,v 1.7 1998/07/06 07:19:26 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index d62ca3eb31a7..a453e7614785 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[] = - "$Id$"; + "$Id: pt_tcp.c,v 1.7 1998/07/06 07:19:27 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index a495ba3960f9..1ef8547b35b4 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. .\" -.\" $Id: mount_std.8,v 1.7 1997/02/22 14:32:59 peter Exp $ +.\" $Id: mount_std.8,v 1.8 1998/07/15 06:08:46 charnier 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 f9ae7d6f24bb..77299fbe3d2f 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[] = - "$Id: mount_std.c,v 1.7 1997/03/29 03:32:46 imp Exp $"; + "$Id: mount_std.c,v 1.8 1998/07/15 06:08:47 charnier 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 4b9bd0016be5..c8d82b3f85bf 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 -.\" $Id$ +.\" $Id: mount_umap.8,v 1.8 1998/07/15 06:12:31 charnier 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 f3e439f16f19..b4ce992514e1 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[] = - "$Id$"; + "$Id: mount_umap.c,v 1.13 1998/07/15 06:12:31 charnier 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 60800f1f165f..853dc07c3ebe 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 -.\" $Id$ +.\" $Id: mount_union.8,v 1.4 1998/07/15 06:13:45 charnier 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 07ba69253b2d..01b46cad8942 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[] = - "$Id$"; + "$Id: mount_union.c,v 1.10 1997/08/23 21:25:24 steve Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index 6a2097a91afe..997b5a373b16 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $Id: Makefile,v 1.7 1997/03/11 12:43:42 peter Exp $ +# $Id: Makefile,v 1.8 1998/01/20 10:40:08 bde Exp $ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 470c7d52a2c1..44628ed08e88 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 -.\" $Id: exports.5,v 1.6 1997/07/16 09:27:50 dfr Exp $ +.\" $Id: exports.5,v 1.7 1998/07/15 06:21:37 charnier Exp $ .\" .Dd March 29, 1995 .Dt EXPORTS 5 diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 91404f967be3..bd784be0ef84 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 -.\" $Id: mountd.8,v 1.13 1998/07/15 06:21:39 charnier Exp $ +.\" $Id: mountd.8,v 1.14 1998/10/15 13:37:35 mckay Exp $ .\" .Dd April 28, 1995 .Dt MOUNTD 8 diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index fe556db9cc33..d91de11dd664 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[] = - "$Id: mountd.c,v 1.32 1998/07/15 06:21:40 charnier Exp $"; + "$Id: mountd.c,v 1.33 1998/08/02 16:06:34 bde Exp $"; #endif /*not lint*/ #include <sys/param.h> diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index bd0dff3ff7a5..b1080ed9189f 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[] = - "$Id: mkfs.c,v 1.25 1998/08/12 06:07:43 charnier Exp $"; + "$Id: mkfs.c,v 1.26 1998/08/27 07:38:33 dfr Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index afb46a55267e..936babaa3c6b 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 -.\" $Id: newfs.8,v 1.17 1998/09/11 07:08:49 grog Exp $ +.\" $Id: newfs.8,v 1.18 1998/09/29 23:20:04 grog Exp $ .\" .Dd May 3, 1995 .Dt NEWFS 8 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 84bae0bae9b7..b8503d8fd303 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[] = - "$Id: newfs.c,v 1.26 1998/10/17 04:19:29 jkh Exp $"; + "$Id: newfs.c,v 1.27 1998/10/17 08:03:52 bde Exp $"; #endif /* not lint */ /* diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index bb9c6e5e480d..635fafb13457 100644 --- a/sbin/newfs_msdos/Makefile +++ b/sbin/newfs_msdos/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/06 20:01:33 rnordier 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 44bf27785a50..c82f4bd02e7a 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. .\" -.\" $Id: newfs_msdos.8,v 1.4 1998/09/29 17:34:25 obrien Exp $ +.\" $Id: newfs_msdos.8,v 1.5 1998/10/10 15:47:16 rnordier 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 c4d4703a605a..e76040ec2a08 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[] = - "$Id: newfs_msdos.c,v 1.3 1998/07/16 12:24:51 rnordier Exp $"; + "$Id: newfs_msdos.c,v 1.4 1998/07/19 15:02:39 rnordier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index e1a1ffe2e54e..fde483fe8c34 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[] = - "$Id$"; + "$Id: nfsd.c,v 1.13 1998/07/15 06:33:15 charnier Exp $"; #endif not lint #include <sys/param.h> diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 5708ff3558f0..a9f79db8d4ae 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 -.\" $Id: nfsiod.8,v 1.5 1997/02/22 14:33:05 peter Exp $ +.\" $Id: nfsiod.8,v 1.6 1998/07/15 06:35:20 charnier Exp $ .\" .Dd September 22, 1994 .Dt NFSIOD 8 diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index b97eb77718ef..93e7eca3cb5a 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[] = - "$Id$"; + "$Id: nfsiod.c,v 1.8 1998/07/15 06:35:20 charnier Exp $"; #endif not lint #include <sys/param.h> diff --git a/sbin/nologin/nologin.5 b/sbin/nologin/nologin.5 index d84c56604419..67e9c2c446ad 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 -.\" $Id$ +.\" $Id: nologin.5,v 1.4 1998/07/15 06:37:06 charnier Exp $ .\" .Dd June 19, 1993 .Dt NOLOGIN 5 diff --git a/sbin/nologin/nologin.8 b/sbin/nologin/nologin.8 index 9802672007d7..a0198de3dc03 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 -.\" $Id$ +.\" $Id: nologin.8,v 1.2 1998/07/15 06:37:07 charnier Exp $ .\" .Dd June 19, 1993 .Dt NOLOGIN 8 diff --git a/sbin/nologin/nologin.sh b/sbin/nologin/nologin.sh index 346836f63918..465592392838 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 -# $Id$ +# $Id: nologin.sh,v 1.3 1998/07/15 06:37:07 charnier 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 e77de8254044..276bbcf5310a 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: nos-tun.8,v 1.1 1998/04/11 19:33:05 phk Exp $ +.\" $Id: nos-tun.8,v 1.2 1998/05/05 06:24:12 charnier 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 20058ca8dac3..686183403c87 100644 --- a/sbin/nos-tun/nos-tun.c +++ b/sbin/nos-tun/nos-tun.c @@ -50,7 +50,7 @@ #ifndef lint static const char rcsid[] = - "$Id: nos-tun.c,v 1.3 1998/07/15 06:38:53 charnier Exp $"; + "$Id: nos-tun.c,v 1.4 1998/08/02 16:06:34 bde Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 4de6ae10bf83..f70e3bcda523 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.6 1998/09/05 15:11:47 dfr Exp $ +# $Id: Makefile,v 1.7 1998/09/19 22:42:02 obrien Exp $ PROG= ping MAN8= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index db82d5a4b8ba..4b380ec92919 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 -.\" $Id: ping.8,v 1.16 1998/08/26 01:58:39 dillon Exp $ +.\" $Id: ping.8,v 1.17 1998/08/27 16:34:38 dillon Exp $ .\" .Dd March 1, 1997 .Dt PING 8 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 4db695bb0ec3..ad7b0feeadc7 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[] = - "$Id: ping.c,v 1.40 1998/08/26 01:58:39 dillon Exp $"; + "$Id: ping.c,v 1.41 1998/08/26 18:51:37 des Exp $"; #endif /* not lint */ /* diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index 080f8851ad28..b628ef8c2a99 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 -.\" $Id$ +.\" $Id: quotacheck.8,v 1.3 1998/07/15 06:48:50 charnier Exp $ .\" .Dd June 5, 1993 .Dt QUOTACHECK 8 diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index 6b1e7c038e49..d6ac1595c20b 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[] = - "$Id$"; + "$Id: quotacheck.c,v 1.10 1998/07/15 06:48:52 charnier Exp $"; #endif /* not lint */ /* diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 321fe8f5746c..5e4c83b6c849 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -36,7 +36,7 @@ .\" .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" -.\" $Id: boot_i386.8,v 1.13 1998/07/15 06:51:35 charnier Exp $ +.\" $Id: boot_i386.8,v 1.14 1998/09/23 06:54:14 yokota Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index c43c5f172a66..acd8c6914603 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 -.\" $Id$ +.\" $Id: reboot.8,v 1.5 1998/07/15 06:51:37 charnier Exp $ .\" .Dd June 9, 1993 .Dt REBOOT 8 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index ca3e729feaac..5dadf2c6629c 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[] = - "$Id$"; + "$Id: reboot.c,v 1.7 1998/07/15 06:51:38 charnier Exp $"; #endif /* not lint */ #include <sys/reboot.h> diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 99f4c2fcb0b8..362920fad565 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id: Makefile,v 1.8 1998/08/06 21:41:13 markm Exp $ +# $Id: Makefile,v 1.9 1998/09/19 22:42:02 obrien Exp $ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index 15d7b067909e..ebc810a4ec7d 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[] = - "$Id$"; + "$Id: dirs.c,v 1.12 1998/07/28 06:20:05 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 34900e2d5432..8b0ad20b49ad 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 - * $Id$ + * $Id: extern.h,v 1.4 1998/07/28 06:20:07 charnier Exp $ */ struct entry *addentry __P((char *, ino_t, int)); diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 763ca13a3fee..9d103a952321 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[] = - "$Id: interactive.c,v 1.5 1998/07/28 06:20:08 charnier Exp $"; + "$Id: interactive.c,v 1.6 1998/09/17 20:18:11 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/main.c b/sbin/restore/main.c index cddf32bb84c8..3d88152e4682 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[] = - "$Id$"; + "$Id: main.c,v 1.9 1998/07/28 06:20:09 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 2bf072205862..173282049c11 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 -.\" $Id: restore.8,v 1.13 1998/07/28 06:20:11 charnier Exp $ +.\" $Id: restore.8,v 1.14 1998/09/22 10:05:27 roberto Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index f983c695fca2..3a812750338b 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[] = - "$Id$"; + "$Id: restore.c,v 1.6 1998/07/28 06:20:12 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index f9a5422ab85b..11466ddbf4ba 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[] = - "$Id$"; + "$Id: symtab.c,v 1.5 1998/07/28 06:20:13 charnier Exp $"; #endif /* not lint */ /* diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 03ddd15aa2bc..5b67534c6c79 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[] = - "$Id: tape.c,v 1.13 1998/07/28 06:20:15 charnier Exp $"; + "$Id: tape.c,v 1.14 1998/07/28 18:50:01 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 3a8a47d5c94c..0798cffc0d77 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[] = - "$Id$"; + "$Id: utilities.c,v 1.7 1998/07/28 06:20:16 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 03b9a9722d6b..69ca17a0b0f5 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 -.\" $Id: route.8,v 1.11 1997/06/18 06:30:34 charnier Exp $ +.\" $Id: route.8,v 1.12 1998/07/28 06:25:33 charnier Exp $ .\" .Dd March 19, 1994 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index 02c6b77e3268..27ecb8e70b00 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[] = - "$Id$"; + "$Id: route.c,v 1.29 1998/07/28 06:25:35 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index c2187c6a986a..5d5c24b1be3d 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/19/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:33:11 peter Exp $ PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c \ diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index 43bbd444a54b..99a7e124cd6e 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/5/93 - * $Id: defs.h,v 1.9 1997/02/22 14:33:11 peter Exp $ + * $Id: defs.h,v 1.10 1998/07/28 06:36:03 charnier Exp $ */ /* Definitions for RIPv2 routing process. diff --git a/sbin/routed/if.c b/sbin/routed/if.c index 0711ba0c2000..8b67ebb691ce 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: if.c,v 1.3 1998/07/28 06:36:04 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 4f5c947b3c14..9385b9fce116 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: input.c,v 1.4 1998/07/28 06:36:06 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 06f91cd9a6d6..054258327406 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -42,7 +42,7 @@ char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.8 1998/07/28 06:36:07 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 546a350ca937..389e0beccb5c 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: output.c,v 1.2 1998/07/28 06:36:08 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 9e1cbce72e0a..573952cdbab2 100644 --- a/sbin/routed/parms.c +++ b/sbin/routed/parms.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: parms.c,v 1.4 1998/07/28 06:36:09 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index 441ef59f8f55..103d4d056084 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $Id$ + * $Id: pathnames.h,v 1.3 1998/07/28 06:36:11 charnier Exp $ * $NetBSD$ */ diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index 5feb655aed2d..fe0bf84b9c7c 100644 --- a/sbin/routed/radix.c +++ b/sbin/routed/radix.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)radix.c 8.4 (Berkeley) 11/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: radix.c,v 1.2 1998/07/28 06:36:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h index 033f31c31ebc..44697ae0938f 100644 --- a/sbin/routed/radix.h +++ b/sbin/routed/radix.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)radix.h 8.2 (Berkeley) 10/31/94 - * $Id$ + * $Id: radix.h,v 1.2 1998/07/28 06:36:12 charnier Exp $ */ #ifndef __RADIX_H_ diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 89efd2ce6ee9..ad6ac86d71ef 100644 --- a/sbin/routed/rdisc.c +++ b/sbin/routed/rdisc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rdisc.c 8.1 (Berkeley) x/y/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rdisc.c,v 1.2 1998/07/28 06:36:13 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 36a1705b30c8..427f2c865bec 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)routed.8 8.2 (Berkeley) 12/11/93 -.\" $Id: routed.8,v 1.10 1998/06/17 13:13:41 jkoshy Exp $ +.\" $Id: routed.8,v 1.11 1998/07/28 06:36:14 charnier Exp $ .\" .Dd June 1, 1996 .Dt ROUTED 8 diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index adc9d15eb70b..dd80c18a5d7c 100644 --- a/sbin/routed/rtquery/Makefile +++ b/sbin/routed/rtquery/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:33:13 peter Exp $ PROG= rtquery MAN8= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 4c51c8feb6d0..85e076531630 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,4 +1,4 @@ -.\" $Id: rtquery.8,v 1.7 1997/06/13 20:58:09 max Exp $ +.\" $Id: rtquery.8,v 1.8 1998/07/28 06:36:30 charnier Exp $ .Dd June 1, 1996 .Dt RTQUERY 8 .Os BSD 4.4 diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index 071b8e985267..a4452074ac5c 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id: rtquery.c,v 1.8 1998/07/22 05:49:36 phk Exp $"; + "$Id: rtquery.c,v 1.9 1998/07/28 06:36:31 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 1d95b12d171a..88a24b4ffcd0 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: table.c,v 1.6 1998/07/28 06:36:15 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index e632cc2d80b1..a9c3fbff2c73 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: trace.c,v 1.2 1998/07/28 06:36:16 charnier Exp $"; #endif /* not lint */ #define RIPCMDS diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index a2c717c5994e..767fa507b512 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 -.\" $Id: savecore.8,v 1.6 1997/02/22 14:33:14 peter Exp $ +.\" $Id: savecore.8,v 1.7 1998/07/28 06:38:57 charnier Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index d6e4591ff04c..c4bed0227ef3 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[] = - "$Id$"; + "$Id: savecore.c,v 1.21 1998/07/28 06:38:57 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 0d40c1cddbcc..868763bda898 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)shutdown.8 8.1 (Berkeley) 6/5/93 -.\" $Id$ +.\" $Id: shutdown.8,v 1.4 1998/08/03 06:22:43 charnier Exp $ .\" .Dd June 5, 1993 .Dt SHUTDOWN 8 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index 025a1c68b423..8b36746bf858 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.2 (Berkeley) 2/16/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: shutdown.c,v 1.13 1998/08/03 06:22:43 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index e0e1a0a39243..c53b02193d3d 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.4 (Berkeley) 5/11/90 # -# $Header: /home/ncvs/src/sbin/slattach/Makefile,v 1.6 1995/09/20 12:56:23 ache Exp $ +# $Header: /home/ncvs/src/sbin/slattach/Makefile,v 1.7 1997/03/30 12:11:51 brian Exp $ PROG= slattach SRCS= slattach.c diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 9afa0516b893..d58bcf074117 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -31,7 +31,7 @@ .\" .\" @(#)slattach.8 6.4 (Berkeley) 3/16/91 .\" -.\" $Header: /home/ncvs/src/sbin/slattach/slattach.8,v 1.12 1997/01/13 00:25:46 wosch Exp $ +.\" $Header: /home/ncvs/src/sbin/slattach/slattach.8,v 1.13 1997/04/16 09:56:30 danny Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 892560c4956a..40e736abc7fb 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -42,7 +42,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: slattach.c,v 1.32 1998/06/28 20:33:36 bde Exp $"; +static char rcsid[] = "$Id: slattach.c,v 1.33 1998/08/02 16:06:34 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/spppcontrol/spppcontrol.1 b/sbin/spppcontrol/spppcontrol.1 index 2c538c456f26..dc163731c24a 100644 --- a/sbin/spppcontrol/spppcontrol.1 +++ b/sbin/spppcontrol/spppcontrol.1 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: spppcontrol.1,v 1.2 1998/03/19 07:46:04 charnier Exp $ +.\" $Id: spppcontrol.1,v 1.3 1998/08/03 06:24:59 charnier Exp $ .\" .Dd October 11, 1997 .Os diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c index 94a2af5fc3c9..10b3b025b021 100644 --- a/sbin/spppcontrol/spppcontrol.c +++ b/sbin/spppcontrol/spppcontrol.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: spppcontrol.c,v 1.3 1998/01/07 07:55:26 charnier Exp $"; + "$Id: spppcontrol.c,v 1.4 1998/08/03 06:24:59 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 94a996eb2142..d1ee60bbc068 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 -.\" $Id: startslip.1,v 1.13 1997/02/22 14:33:20 peter Exp $ +.\" $Id: startslip.1,v 1.14 1998/08/03 06:32:57 charnier Exp $ .\" .Dd June 5, 1993 .Dt STARTSLIP 1 diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c index da9d808873f0..852057928d1c 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[] = - "$Id$"; + "$Id: startslip.c,v 1.30 1998/08/03 06:32:57 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index 953796d773df..d8b910aa7852 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 -.\" $Id: swapon.8,v 1.9 1998/02/01 06:46:37 steve Exp $ +.\" $Id: swapon.8,v 1.10 1998/08/03 06:35:01 charnier Exp $ .\" .Dd June 5, 1993 .Dt SWAPON 8 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index 0480b1777f71..3d3dca6e493d 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[] = - "$Id$"; + "$Id: swapon.c,v 1.7 1998/08/03 06:35:01 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 42ca903df9b9..ebf4db45b274 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 -.\" $Id$ +.\" $Id: tunefs.8,v 1.7 1998/08/03 06:41:20 charnier Exp $ .\" .Dd December 11, 1993 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 682c6e2fc4f3..f12f047e6b5b 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[] = - "$Id$"; + "$Id: tunefs.c,v 1.6 1998/08/03 06:41:20 charnier Exp $"; #endif /* not lint */ /* diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index a00c05dcf2c9..c7e785ec52ed 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 -.\" $Id: umount.8,v 1.4 1997/08/20 11:40:13 steve Exp $ +.\" $Id: umount.8,v 1.5 1998/08/03 06:44:46 charnier Exp $ .\" .Dd May 8, 1995 .Dt UMOUNT 8 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index f6d2392246d7..bef7e3e11a5e 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[] = - "$Id$"; + "$Id: umount.c,v 1.15 1998/08/03 06:44:46 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 6554d3307a85..0e7a8bcb5192 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -36,7 +36,7 @@ * */ -/* $Id: commands.c,v 1.1 1998/08/19 08:06:57 grog Exp grog $ */ +/* $Id: commands.c,v 1.1.1.1 1998/09/16 05:57:36 grog Exp $ */ #include <ctype.h> #include <errno.h> diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c index 40807480fff7..fc638d625b77 100644 --- a/sbin/vinum/list.c +++ b/sbin/vinum/list.c @@ -35,7 +35,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: list.c,v 1.12 1998/08/10 05:15:06 grog Exp grog $ + * $Id: list.c,v 1.1.1.1 1998/09/16 05:57:36 grog Exp $ */ #include <ctype.h> diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index 8ae420d784da..f5346eae1622 100644 --- a/sbin/vinum/v.c +++ b/sbin/vinum/v.c @@ -36,7 +36,7 @@ * */ -/* $Id: v.c,v 1.22 1998/08/11 07:44:54 grog Exp grog $ */ +/* $Id: v.c,v 1.1.1.1 1998/09/16 05:57:36 grog Exp $ */ #include <ctype.h> #include <errno.h> diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index 5b1678f6c920..09f33d48550d 100644 --- a/sbin/vinum/vext.h +++ b/sbin/vinum/vext.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -/* $Id: vext.h,v 1.9 1998/08/11 03:06:02 grog Exp grog $ */ +/* $Id: vext.h,v 1.1.1.1 1998/09/16 05:57:36 grog Exp $ */ #define MAXARGS 64 /* maximum number of args on a line */ #define PLEXINITSIZE MAXPHYS /* block size to write when initializing */ |
