diff options
Diffstat (limited to 'usr.bin/sup')
44 files changed, 159 insertions, 4 deletions
diff --git a/usr.bin/sup/Makefile b/usr.bin/sup/Makefile index b6045b6b869..76803ba28e8 100644 --- a/usr.bin/sup/Makefile +++ b/usr.bin/sup/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/12/16 11:46:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:39:35 deraadt Exp $ SUBDIR= sup supscan supfilesrv diff --git a/usr.bin/sup/Makefile.inc b/usr.bin/sup/Makefile.inc index b8c97c5eed8..9fe3afa14b8 100644 --- a/usr.bin/sup/Makefile.inc +++ b/usr.bin/sup/Makefile.inc @@ -1,2 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/06/26 05:39:36 deraadt Exp $ + CFLAGS+=-UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR diff --git a/usr.bin/sup/src/Makefile.save b/usr.bin/sup/src/Makefile.save index 0aad1c0f1bf..2fa0febf8f8 100644 --- a/usr.bin/sup/src/Makefile.save +++ b/usr.bin/sup/src/Makefile.save @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.save,v 1.2 1996/06/26 05:39:36 deraadt Exp $ + # Copyright (c) 1992,1991 Carnegie Mellon University # All Rights Reserved. # diff --git a/usr.bin/sup/src/atoo.c b/usr.bin/sup/src/atoo.c index eac0764e31c..83925d6abbf 100644 --- a/usr.bin/sup/src/atoo.c +++ b/usr.bin/sup/src/atoo.c @@ -1,3 +1,5 @@ +/* $OpenBSD: atoo.c,v 1.2 1996/06/26 05:39:37 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/c.h b/usr.bin/sup/src/c.h index 801331d098e..01e80ecb9f7 100644 --- a/usr.bin/sup/src/c.h +++ b/usr.bin/sup/src/c.h @@ -1,3 +1,5 @@ +/* $OpenBSD: c.h,v 1.2 1996/06/26 05:39:38 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/ci.c b/usr.bin/sup/src/ci.c index 8960eb50cee..772f36dc384 100644 --- a/usr.bin/sup/src/ci.c +++ b/usr.bin/sup/src/ci.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ci.c,v 1.2 1996/06/26 05:39:38 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/cvt.c b/usr.bin/sup/src/cvt.c index 0551a266948..0bf3379aa8e 100644 --- a/usr.bin/sup/src/cvt.c +++ b/usr.bin/sup/src/cvt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cvt.c,v 1.2 1996/06/26 05:39:39 deraadt Exp $ */ + /* * Quick hack to convert old binary sup when.collection files into * the new ascii format. diff --git a/usr.bin/sup/src/errmsg.c b/usr.bin/sup/src/errmsg.c index 0ca7c9d04f4..b947180bdbc 100644 --- a/usr.bin/sup/src/errmsg.c +++ b/usr.bin/sup/src/errmsg.c @@ -1,3 +1,5 @@ +/* $OpenBSD: errmsg.c,v 1.2 1996/06/26 05:39:39 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/expand.c b/usr.bin/sup/src/expand.c index 0014ebba911..9716d914a76 100644 --- a/usr.bin/sup/src/expand.c +++ b/usr.bin/sup/src/expand.c @@ -1,3 +1,5 @@ +/* $OpenBSD: expand.c,v 1.2 1996/06/26 05:39:40 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/ffilecopy.c b/usr.bin/sup/src/ffilecopy.c index e6834239f5c..3ac78041af5 100644 --- a/usr.bin/sup/src/ffilecopy.c +++ b/usr.bin/sup/src/ffilecopy.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ffilecopy.c,v 1.2 1996/06/26 05:39:40 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/filecopy.c b/usr.bin/sup/src/filecopy.c index 553becb34cc..081fa84b6b6 100644 --- a/usr.bin/sup/src/filecopy.c +++ b/usr.bin/sup/src/filecopy.c @@ -1,3 +1,5 @@ +/* $OpenBSD: filecopy.c,v 1.2 1996/06/26 05:39:41 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/libc.h b/usr.bin/sup/src/libc.h index bac8444ec15..4486cb090d2 100644 --- a/usr.bin/sup/src/libc.h +++ b/usr.bin/sup/src/libc.h @@ -1,3 +1,5 @@ +/* $OpenBSD: libc.h,v 1.2 1996/06/26 05:39:41 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. @@ -26,6 +28,9 @@ ********************************************************************** * HISTORY * $Log: libc.h,v $ + * Revision 1.2 1996/06/26 05:39:41 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:46 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/log.c b/usr.bin/sup/src/log.c index 4a0ab60b8fa..e5fc0541bd0 100644 --- a/usr.bin/sup/src/log.c +++ b/usr.bin/sup/src/log.c @@ -1,3 +1,5 @@ +/* $OpenBSD: log.c,v 1.2 1996/06/26 05:39:42 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -27,6 +29,9 @@ ********************************************************************** * HISTORY * $Log: log.c,v $ + * Revision 1.2 1996/06/26 05:39:42 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:47 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/netcryptvoid.c b/usr.bin/sup/src/netcryptvoid.c index 4676df945c5..00ce0482aa0 100644 --- a/usr.bin/sup/src/netcryptvoid.c +++ b/usr.bin/sup/src/netcryptvoid.c @@ -1,3 +1,5 @@ +/* $OpenBSD: netcryptvoid.c,v 1.2 1996/06/26 05:39:43 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -25,6 +27,9 @@ /********************************************************************** * HISTORY * $Log: netcryptvoid.c,v $ + * Revision 1.2 1996/06/26 05:39:43 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:47 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/nxtarg.c b/usr.bin/sup/src/nxtarg.c index 9e93c2840ee..2999be38614 100644 --- a/usr.bin/sup/src/nxtarg.c +++ b/usr.bin/sup/src/nxtarg.c @@ -1,3 +1,5 @@ +/* $OpenBSD: nxtarg.c,v 1.2 1996/06/26 05:39:44 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/path.c b/usr.bin/sup/src/path.c index f9822689dc8..fd2d21a7699 100644 --- a/usr.bin/sup/src/path.c +++ b/usr.bin/sup/src/path.c @@ -1,3 +1,5 @@ +/* $OpenBSD: path.c,v 1.2 1996/06/26 05:39:44 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/quit.c b/usr.bin/sup/src/quit.c index e867c8b2d6a..d1089ec00cc 100644 --- a/usr.bin/sup/src/quit.c +++ b/usr.bin/sup/src/quit.c @@ -1,3 +1,5 @@ +/* $OpenBSD: quit.c,v 1.2 1996/06/26 05:39:45 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. @@ -36,6 +38,9 @@ ********************************************************************** * HISTORY * $Log: quit.c,v $ + * Revision 1.2 1996/06/26 05:39:45 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:49 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/run.c b/usr.bin/sup/src/run.c index 7f625c1d27c..ec11f15a613 100644 --- a/usr.bin/sup/src/run.c +++ b/usr.bin/sup/src/run.c @@ -1,3 +1,5 @@ +/* $OpenBSD: run.c,v 1.2 1996/06/26 05:39:45 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. @@ -48,6 +50,9 @@ ********************************************************************** * HISTORY * $Log: run.c,v $ + * Revision 1.2 1996/06/26 05:39:45 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:49 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/salloc.c b/usr.bin/sup/src/salloc.c index bd0e804251f..9e7d88e9cc5 100644 --- a/usr.bin/sup/src/salloc.c +++ b/usr.bin/sup/src/salloc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: salloc.c,v 1.2 1996/06/26 05:39:46 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/scan.c b/usr.bin/sup/src/scan.c index 8d52fa7777d..7ce17a69a76 100644 --- a/usr.bin/sup/src/scan.c +++ b/usr.bin/sup/src/scan.c @@ -1,3 +1,5 @@ +/* $OpenBSD: scan.c,v 1.3 1996/06/26 05:39:46 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -28,6 +30,9 @@ ********************************************************************** * HISTORY * $Log: scan.c,v $ + * Revision 1.3 1996/06/26 05:39:46 deraadt + * rcsid + * * Revision 1.2 1996/04/17 17:24:13 dm * Shouldn't visually encode execute commands, only file names. * diff --git a/usr.bin/sup/src/scm.c b/usr.bin/sup/src/scm.c index 59be450716d..e08121584a5 100644 --- a/usr.bin/sup/src/scm.c +++ b/usr.bin/sup/src/scm.c @@ -1,3 +1,5 @@ +/* $OpenBSD: scm.c,v 1.2 1996/06/26 05:39:47 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -69,6 +71,9 @@ * since Tahoe version of <netinet/in.h> does not define them. * * $Log: scm.c,v $ + * Revision 1.2 1996/06/26 05:39:47 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:51 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/scmio.c b/usr.bin/sup/src/scmio.c index b0852e2d9de..6c4f4f3ff6d 100644 --- a/usr.bin/sup/src/scmio.c +++ b/usr.bin/sup/src/scmio.c @@ -1,3 +1,5 @@ +/* $OpenBSD: scmio.c,v 1.2 1996/06/26 05:39:47 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -109,6 +111,9 @@ ********************************************************************** * HISTORY * $Log: scmio.c,v $ + * Revision 1.2 1996/06/26 05:39:47 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:52 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/skipto.c b/usr.bin/sup/src/skipto.c index 2fa5a4f4022..2b071b1c36e 100644 --- a/usr.bin/sup/src/skipto.c +++ b/usr.bin/sup/src/skipto.c @@ -1,3 +1,5 @@ +/* $OpenBSD: skipto.c,v 1.2 1996/06/26 05:39:48 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/stree.c b/usr.bin/sup/src/stree.c index 125c37e50e9..eadb38f3582 100644 --- a/usr.bin/sup/src/stree.c +++ b/usr.bin/sup/src/stree.c @@ -1,3 +1,5 @@ +/* $OpenBSD: stree.c,v 1.2 1996/06/26 05:39:48 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -28,6 +30,9 @@ ********************************************************************** * HISTORY * $Log: stree.c,v $ + * Revision 1.2 1996/06/26 05:39:48 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:53 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/sup.1 b/usr.bin/sup/src/sup.1 index f3999e024d6..442283158f7 100644 --- a/usr.bin/sup/src/sup.1 +++ b/usr.bin/sup/src/sup.1 @@ -1,3 +1,5 @@ +.\" $OpenBSD: sup.1,v 1.2 1996/06/26 05:39:49 deraadt Exp $ +.\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. .\" @@ -23,6 +25,9 @@ .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\" HISTORY .\" $Log: sup.1,v $ +.\" Revision 1.2 1996/06/26 05:39:49 deraadt +.\" rcsid +.\" .\" Revision 1.1 1995/12/16 11:46:54 deraadt .\" add sup to the tree .\" diff --git a/usr.bin/sup/src/sup.h b/usr.bin/sup/src/sup.h index eee3b860107..ecdc27bc6c0 100644 --- a/usr.bin/sup/src/sup.h +++ b/usr.bin/sup/src/sup.h @@ -1,3 +1,5 @@ +/* $OpenBSD: sup.h,v 1.2 1996/06/26 05:39:50 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -39,6 +41,9 @@ * across the network to save BandWidth * * $Log: sup.h,v $ + * Revision 1.2 1996/06/26 05:39:50 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:55 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supcdefs.h b/usr.bin/sup/src/supcdefs.h index 12261403e34..0283f6b253f 100644 --- a/usr.bin/sup/src/supcdefs.h +++ b/usr.bin/sup/src/supcdefs.h @@ -1,3 +1,5 @@ +/* $OpenBSD: supcdefs.h,v 1.2 1996/06/26 05:39:50 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -33,6 +35,9 @@ * across the network to save BandWidth * * $Log: supcdefs.h,v $ + * Revision 1.2 1996/06/26 05:39:50 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:55 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supcmain.c b/usr.bin/sup/src/supcmain.c index 5568acb91a8..ab072451e01 100644 --- a/usr.bin/sup/src/supcmain.c +++ b/usr.bin/sup/src/supcmain.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supcmain.c,v 1.2 1996/06/26 05:39:51 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -174,6 +176,9 @@ * across the network to save BandWidth * * $Log: supcmain.c,v $ + * Revision 1.2 1996/06/26 05:39:51 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:56 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supcmeat.c b/usr.bin/sup/src/supcmeat.c index daf07be7e2a..ebfdaca991b 100644 --- a/usr.bin/sup/src/supcmeat.c +++ b/usr.bin/sup/src/supcmeat.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supcmeat.c,v 1.2 1996/06/26 05:39:51 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -32,6 +34,9 @@ * across the network to save BandWidth * * $Log: supcmeat.c,v $ + * Revision 1.2 1996/06/26 05:39:51 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:56 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supcmisc.c b/usr.bin/sup/src/supcmisc.c index 54bade3eb10..9b86c66babf 100644 --- a/usr.bin/sup/src/supcmisc.c +++ b/usr.bin/sup/src/supcmisc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supcmisc.c,v 1.2 1996/06/26 05:39:52 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -27,6 +29,9 @@ ********************************************************************** * HISTORY * $Log: supcmisc.c,v $ + * Revision 1.2 1996/06/26 05:39:52 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:57 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supcname.c b/usr.bin/sup/src/supcname.c index fbad5e3e325..1e9444637f5 100644 --- a/usr.bin/sup/src/supcname.c +++ b/usr.bin/sup/src/supcname.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supcname.c,v 1.2 1996/06/26 05:39:53 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -27,6 +29,9 @@ ********************************************************************** * HISTORY * $Log: supcname.c,v $ + * Revision 1.2 1996/06/26 05:39:53 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:58 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supcparse.c b/usr.bin/sup/src/supcparse.c index ea3eb6e6eb4..21dd7f7c212 100644 --- a/usr.bin/sup/src/supcparse.c +++ b/usr.bin/sup/src/supcparse.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supcparse.c,v 1.2 1996/06/26 05:39:53 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -32,6 +34,9 @@ * across the network to save BandWidth * * $Log: supcparse.c,v $ + * Revision 1.2 1996/06/26 05:39:53 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:58 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supcvers.c b/usr.bin/sup/src/supcvers.c index e325fe97c1d..e928c427d71 100644 --- a/usr.bin/sup/src/supcvers.c +++ b/usr.bin/sup/src/supcvers.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supcvers.c,v 1.2 1996/06/26 05:39:53 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -26,6 +28,9 @@ ********************************************************************** * HISTORY * $Log: supcvers.c,v $ + * Revision 1.2 1996/06/26 05:39:53 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:46:59 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supfilesrv.c b/usr.bin/sup/src/supfilesrv.c index 839ceee6c71..b38f2269eef 100644 --- a/usr.bin/sup/src/supfilesrv.c +++ b/usr.bin/sup/src/supfilesrv.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supfilesrv.c,v 1.3 1996/06/26 05:39:54 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -42,6 +44,9 @@ * across the network to save BandWidth * * $Log: supfilesrv.c,v $ + * Revision 1.3 1996/06/26 05:39:54 deraadt + * rcsid + * * Revision 1.2 1996/06/10 20:45:35 deraadt * hack: print hostname connection failed with * diff --git a/usr.bin/sup/src/supmsg.c b/usr.bin/sup/src/supmsg.c index 21b49916f6a..13d07817777 100644 --- a/usr.bin/sup/src/supmsg.c +++ b/usr.bin/sup/src/supmsg.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supmsg.c,v 1.2 1996/06/26 05:39:55 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -31,6 +33,9 @@ * across the network to save BandWidth * * $Log: supmsg.c,v $ + * Revision 1.2 1996/06/26 05:39:55 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:47:00 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supmsg.h b/usr.bin/sup/src/supmsg.h index d4da8531d36..3a57cab83d3 100644 --- a/usr.bin/sup/src/supmsg.h +++ b/usr.bin/sup/src/supmsg.h @@ -1,3 +1,5 @@ +/* $OpenBSD: supmsg.h,v 1.2 1996/06/26 05:39:56 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -33,6 +35,9 @@ * across the network to save BandWidth * * $Log: supmsg.h,v $ + * Revision 1.2 1996/06/26 05:39:56 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:47:01 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supscan.c b/usr.bin/sup/src/supscan.c index 1e6e8088373..0ac4b276467 100644 --- a/usr.bin/sup/src/supscan.c +++ b/usr.bin/sup/src/supscan.c @@ -1,3 +1,5 @@ +/* $OpenBSD: supscan.c,v 1.2 1996/06/26 05:39:56 deraadt Exp $ */ + /* * Copyright (c) 1992 Carnegie Mellon University * All Rights Reserved. @@ -39,6 +41,9 @@ ********************************************************************** * HISTORY * $Log: supscan.c,v $ + * Revision 1.2 1996/06/26 05:39:56 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:47:01 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/supservers.8 b/usr.bin/sup/src/supservers.8 index 53d2e9f8a85..102034630cc 100644 --- a/usr.bin/sup/src/supservers.8 +++ b/usr.bin/sup/src/supservers.8 @@ -1,3 +1,5 @@ +.\" $OpenBSD: supservers.8,v 1.2 1996/06/26 05:39:57 deraadt Exp $ +.\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. .\" @@ -23,6 +25,9 @@ .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\" HISTORY .\" $Log: supservers.8,v $ +.\" Revision 1.2 1996/06/26 05:39:57 deraadt +.\" rcsid +.\" .\" Revision 1.1 1995/12/16 11:47:02 deraadt .\" add sup to the tree .\" diff --git a/usr.bin/sup/src/sysent.h b/usr.bin/sup/src/sysent.h index d513ea6c2f9..7ec9cccaa03 100644 --- a/usr.bin/sup/src/sysent.h +++ b/usr.bin/sup/src/sysent.h @@ -1,3 +1,5 @@ +/* $OpenBSD: sysent.h,v 1.2 1996/06/26 05:39:57 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. @@ -26,6 +28,9 @@ ********************************************************************** * HISTORY * $Log: sysent.h,v $ + * Revision 1.2 1996/06/26 05:39:57 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:47:02 deraadt * add sup to the tree * diff --git a/usr.bin/sup/src/time.h b/usr.bin/sup/src/time.h index 0b4ea542613..b1fa9e9aa13 100644 --- a/usr.bin/sup/src/time.h +++ b/usr.bin/sup/src/time.h @@ -1,3 +1,5 @@ +/* $OpenBSD: time.h,v 1.2 1996/06/26 05:39:58 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. diff --git a/usr.bin/sup/src/vprintf.c b/usr.bin/sup/src/vprintf.c index 01280c21e94..f7b84d9ec2c 100644 --- a/usr.bin/sup/src/vprintf.c +++ b/usr.bin/sup/src/vprintf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: vprintf.c,v 1.2 1996/06/26 05:39:58 deraadt Exp $ */ + /* * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. @@ -28,6 +30,9 @@ ********************************************************************** * HISTORY * $Log: vprintf.c,v $ + * Revision 1.2 1996/06/26 05:39:58 deraadt + * rcsid + * * Revision 1.1 1995/12/16 11:47:03 deraadt * add sup to the tree * diff --git a/usr.bin/sup/sup/Makefile b/usr.bin/sup/sup/Makefile index 0718f1403ae..1043cb010ff 100644 --- a/usr.bin/sup/sup/Makefile +++ b/usr.bin/sup/sup/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/12/17 12:58:09 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/06/26 05:40:01 deraadt Exp $ PROG= sup MAN= sup.1 diff --git a/usr.bin/sup/supfilesrv/Makefile b/usr.bin/sup/supfilesrv/Makefile index 880ae34c9b4..84e425b8c92 100644 --- a/usr.bin/sup/supfilesrv/Makefile +++ b/usr.bin/sup/supfilesrv/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/02/15 05:47:09 etheisen Exp $ +# $OpenBSD: Makefile,v 1.5 1996/06/26 05:40:02 deraadt Exp $ PROG= supfilesrv MAN= supservers.8 diff --git a/usr.bin/sup/supscan/Makefile b/usr.bin/sup/supscan/Makefile index 1b52c470157..24fb9a2ec65 100644 --- a/usr.bin/sup/supscan/Makefile +++ b/usr.bin/sup/supscan/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/02/03 10:05:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/06/26 05:40:03 deraadt Exp $ PROG= supscan NOMAN= |