diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
| commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
| tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /sbin | |
| parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) | |
Diffstat (limited to 'sbin')
38 files changed, 38 insertions, 38 deletions
diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index da6f365066792..32359f8ac2c8b 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/05/12 19:10:08 wollman Exp $ PROG= dumpon MAN8= dumpon.8 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index 7a1593be22d0e..9e6988e1bc9cd 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$ +.\" $Id: dumpon.8,v 1.1 1995/05/12 19:10:08 wollman Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index dc185e9be6ae2..96c9e8ae0a63e 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)swapon.c 8.1 (Berkeley) 6/5/93";*/ static const char rcsid[] = - "$Id: dumpon.c,v 1.1 1995/05/12 19:10:09 wollman Exp $"; + "$Id: dumpon.c,v 1.2 1995/05/30 06:08:58 rgrimes Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/i386/Makefile b/sbin/i386/Makefile index 7d5c9ce1a2401..089a8b5d9a525 100644 --- a/sbin/i386/Makefile +++ b/sbin/i386/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/12/02 23:22:59 wollman Exp $ +# $Id: Makefile,v 1.2 1994/12/02 23:53:23 wollman Exp $ SUBDIR= comcontrol fdisk ft mount_msdos #NOTYET: cxconfig diff --git a/sbin/i386/Makefile.inc b/sbin/i386/Makefile.inc index c961f85683079..2eb7be47d2de5 100644 --- a/sbin/i386/Makefile.inc +++ b/sbin/i386/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1994/12/02 23:53:23 wollman Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/sbin/i386/ft/Makefile b/sbin/i386/ft/Makefile index ac0878e9bc056..0ef9c19a57a99 100644 --- a/sbin/i386/ft/Makefile +++ b/sbin/i386/ft/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1995/09/17 06:57:43 davidg Exp $ +# $Id: Makefile,v 1.3.4.1 1995/09/17 06:59:04 davidg Exp $ PROG= ft MAN8= ft.8 diff --git a/sbin/i386/mount_msdos/Makefile b/sbin/i386/mount_msdos/Makefile index 19ec0ac78ebdd..c0dcb6151eaa9 100644 --- a/sbin/i386/mount_msdos/Makefile +++ b/sbin/i386/mount_msdos/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1994/09/19 15:30:33 dfr Exp $ +# $Id: Makefile,v 1.2 1994/12/04 08:01:24 bde Exp $ # PROG= mount_msdos diff --git a/sbin/i386/mount_msdos/mount_msdos.8 b/sbin/i386/mount_msdos/mount_msdos.8 index 63293d8c792e3..982e0d5f3fccc 100644 --- a/sbin/i386/mount_msdos/mount_msdos.8 +++ b/sbin/i386/mount_msdos/mount_msdos.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: mount_msdos.8,v 1.1 1994/09/19 15:30:34 dfr Exp $ +.\" $Id: mount_msdos.8,v 1.2 1994/11/19 17:55:35 nate 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 db652ae3c0fc2..9c6d738f3a5e0 100644 --- a/sbin/i386/mount_msdos/mount_msdos.c +++ b/sbin/i386/mount_msdos/mount_msdos.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: mount_msdos.c,v 1.2 1994/09/22 22:16:35 wollman Exp $"; +static char rcsid[] = "$Id: mount_msdos.c,v 1.3 1994/11/01 23:51:42 wollman Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 5cf91bf111109..f36dc54be241b 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -1,5 +1,5 @@ /* - * $Id: md5.c,v 1.6 1995/07/12 09:14:46 phk Exp $ + * $Id: md5.c,v 1.5.4.1 1995/09/06 14:19:17 davidg Exp $ * * Derived from: */ diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile index 265869fbaa6a5..05619d222c514 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: Makefile,v 1.4 1994/02/09 15:00:32 deraadt Exp $ +# $Id: Makefile,v 1.1 1994/08/19 12:07:09 davidg Exp $ # PROG= modload diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index d2aaac6d9f873..d59627e1e87ed 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.4 1994/09/18 04:12:12 davidg Exp $ +.\" $Id: modload.8,v 1.5 1994/09/22 22:35:50 wollman Exp $ .\" .Dd September 22, 1994 .Dt MODLOAD 8 diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index 0efd0eab42ab7..c57896c388adf 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modload.c,v 1.7 1995/03/16 17:11:21 wollman Exp $ + * $Id: modload.c,v 1.8 1995/05/30 06:09:20 rgrimes Exp $ */ #include <stdio.h> diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h index 4359013dd9f39..13c34fab40281 100644 --- a/sbin/modload/pathnames.h +++ b/sbin/modload/pathnames.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: pathnames.h,v 1.2 1995/01/23 04:08:00 wollman Exp $ */ #include <paths.h> #define _PATH_LKM "/dev/lkm" diff --git a/sbin/modunload/Makefile b/sbin/modunload/Makefile index 3520c48d2f836..8bbbbde93ad7a 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: Makefile,v 1.4 1994/02/09 15:00:35 deraadt Exp $ +# $Id: Makefile,v 1.1 1994/08/19 12:07:18 davidg Exp $ # PROG= modunload diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index e98de02f401e8..9fe5f5b803fbb 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.2 1994/08/19 13:29:23 davidg Exp $ +.\" $Id: modunload.8,v 1.3 1994/08/19 13:40:41 davidg Exp $ .\" .Dd June 7, 1993 .Dt MODUNLOAD 8 diff --git a/sbin/modunload/modunload.c b/sbin/modunload/modunload.c index 88689ff19ba3e..c5f78a6171538 100644 --- a/sbin/modunload/modunload.c +++ b/sbin/modunload/modunload.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modunload.c,v 1.6 1994/05/23 05:42:58 cgd Exp $ + * $Id: modunload.c,v 1.1 1994/08/19 12:07:21 davidg Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index 85eca128f4dbd..20bd316d4e2f9 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $Id$ +# $Id: Makefile,v 1.4 1995/02/21 04:05:17 wollman 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 33617988f7dfb..963947d484b9e 100644 --- a/sbin/mount_portal/activate.c +++ b/sbin/mount_portal/activate.c @@ -36,7 +36,7 @@ * * @(#)activate.c 8.2 (Berkeley) 3/27/94 * - * $Id: activate.c,v 1.2 1992/05/27 07:09:27 jsp Exp jsp $ + * $Id: activate.c,v 1.1.1.1 1994/05/26 06:34:32 rgrimes Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index 3eb4af3c748b3..4a79c74001348 100644 --- a/sbin/mount_portal/conf.c +++ b/sbin/mount_portal/conf.c @@ -36,7 +36,7 @@ * * @(#)conf.c 8.2 (Berkeley) 3/27/94 * - * $Id: conf.c,v 1.2 1995/02/21 04:05:20 wollman Exp $ + * $Id: conf.c,v 1.3 1995/05/30 06:09:25 rgrimes Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 25321145d9901..97bde75e7731f 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: pathnames.h,v 1.2 1992/05/27 07:09:27 jsp Exp jsp $ + * $Id: pathnames.h,v 1.1.1.1 1994/05/26 06:34:32 rgrimes Exp $ */ #include <paths.h> diff --git a/sbin/mount_portal/portal.conf b/sbin/mount_portal/portal.conf index 5b5a773eaa3cf..51a88a014cfd2 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: portal.conf,v 1.1 1992/05/27 06:50:13 jsp Exp jsp $ +# $Id: portal.conf,v 1.1.1.1 1994/05/26 06:34:33 rgrimes 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 fbe111b1a7ad9..9bc75ac34925a 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: portald.h,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ + * $Id: portald.h,v 1.1.1.1 1994/05/26 06:34:33 rgrimes Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_portal/pt_conf.c b/sbin/mount_portal/pt_conf.c index d1eba94ea3fe9..f84ddf4d08bb4 100644 --- a/sbin/mount_portal/pt_conf.c +++ b/sbin/mount_portal/pt_conf.c @@ -36,7 +36,7 @@ * * @(#)pt_conf.c 8.1 (Berkeley) 6/5/93 * - * $Id: pt_conf.c,v 1.2 1992/05/27 07:09:27 jsp Exp jsp $ + * $Id: pt_conf.c,v 1.1.1.1 1994/05/26 06:34:33 rgrimes Exp $ */ #include <sys/types.h> diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c index 06e3382da85b4..6ae2b834ab3f5 100644 --- a/sbin/mount_portal/pt_exec.c +++ b/sbin/mount_portal/pt_exec.c @@ -36,7 +36,7 @@ * * @(#)pt_exec.c 8.1 (Berkeley) 6/5/93 * - * $Id: pt_exec.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ + * $Id: pt_exec.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c index a9cd2ca3ea20b..940e2b9d50e7a 100644 --- a/sbin/mount_portal/pt_file.c +++ b/sbin/mount_portal/pt_file.c @@ -36,7 +36,7 @@ * * @(#)pt_file.c 8.2 (Berkeley) 3/27/94 * - * $Id: pt_file.c,v 1.2 1994/09/19 13:52:38 ache Exp $ + * $Id: pt_file.c,v 1.3 1995/04/19 12:24:06 gpalmer Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index 11f1453cefb8e..7485265809b98 100644 --- a/sbin/mount_portal/pt_tcp.c +++ b/sbin/mount_portal/pt_tcp.c @@ -36,7 +36,7 @@ * * @(#)pt_tcp.c 8.3 (Berkeley) 3/27/94 * - * $Id: pt_tcp.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $ + * $Id: pt_tcp.c,v 1.2 1995/04/19 12:24:08 gpalmer Exp $ */ #include <stdio.h> diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index f32e11b895eb0..1eac0032579ad 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $Id$ +# $Id: Makefile,v 1.4 1994/09/22 22:16:48 wollman Exp $ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 78f95b51a6a2d..d2bc2f50ebe5a 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mountd.8 8.1 (Berkeley) 6/9/93 -.\" $Id: mountd.8,v 1.2 1994/09/22 22:16:49 wollman Exp $ +.\" $Id: mountd.8,v 1.3 1995/02/22 21:42:48 ats Exp $ .\" .Dd September 22, 1994 .Dt MOUNTD 8 diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index 443424466f1b4..8dc1042b5a45d 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)mountd.c 8.8 (Berkeley) 2/20/94";*/ static const char rcsid[] = - "$Id: mountd.c,v 1.7.2.1 1995/06/08 04:34:11 davidg Exp $"; + "$Id: mountd.c,v 1.8 1995/06/11 19:30:46 rgrimes Exp $"; #endif /*not lint*/ #include <sys/param.h> diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index e2ccc67130d82..92c19597a4e37 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$ +.\" $Id: nfsiod.8,v 1.2 1994/09/22 22:16:59 wollman Exp $ .\" .Dd September 22, 1994 .Dt NFSIOD 8 diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 5609813341635..a94641c48f6d0 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.3 1995/10/07 12:05:00 joerg Exp $ +.\" $Id: boot_i386.8,v 1.2.6.1 1995/10/10 01:15:24 davidg Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index 47e0a340b81a5..ace4fece9bd63 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$ +.\" $Id: savecore.8,v 1.3 1994/09/24 00:08:21 wollman Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8 index 5735e1badda86..98f379de37855 100644 --- a/sbin/scsi/scsi.8 +++ b/sbin/scsi/scsi.8 @@ -39,7 +39,7 @@ .\" SUCH DAMAGE. .\" .\" -.\" $Id: scsi.8,v 1.4 1995/05/01 12:35:04 dufault Exp $ +.\" $Id: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $ .\" .Dd October 11, 1993 .Dt SCSI 8 diff --git a/sbin/scsi/scsi.c b/sbin/scsi/scsi.c index b2e105ef8483d..fd280d29638b6 100644 --- a/sbin/scsi/scsi.c +++ b/sbin/scsi/scsi.c @@ -39,7 +39,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi.c,v 1.8.4.1 1995/07/16 14:00:03 davidg Exp $ + * $Id: scsi.c,v 1.8.4.2 1995/07/30 18:26:20 davidg Exp $ */ #include <stdio.h> diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index e6dfd0aea492e..757b28fd8dc71 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.4.6.1 1995/10/25 00:50:32 jkh Exp $ PROG= slattach SRCS= slattach.c uucplock.c diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 6dfb787eecaa2..b3bae1e10fe2c 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.7 1995/09/20 04:53:06 ache Exp $ +.\" $Header: /home/ncvs/src/sbin/slattach/slattach.8,v 1.4.4.2 1995/10/25 20:28:18 jkh Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c index 3f4ad05660cc7..cc7b69b968da6 100644 --- a/sbin/startslip/startslip.c +++ b/sbin/startslip/startslip.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: startslip.c,v 1.18 1995/09/27 17:15:37 ache Exp $ + * $Id: startslip.c,v 1.3.4.1 1995/10/23 19:40:47 jkh Exp $ */ #ifndef lint |
