aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sup
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sup')
-rw-r--r--usr.sbin/sup/Makefile2
-rw-r--r--usr.sbin/sup/Makefile.inc2
-rw-r--r--usr.sbin/sup/lib/Makefile2
-rw-r--r--usr.sbin/sup/lib/libc.h3
-rw-r--r--usr.sbin/sup/lib/log.c3
-rw-r--r--usr.sbin/sup/lib/netcryptvoid.c5
-rw-r--r--usr.sbin/sup/lib/quit.c5
-rw-r--r--usr.sbin/sup/lib/run.c3
-rw-r--r--usr.sbin/sup/lib/scan.c3
-rw-r--r--usr.sbin/sup/lib/scm.c3
-rw-r--r--usr.sbin/sup/lib/scmio.c3
-rw-r--r--usr.sbin/sup/lib/stree.c3
-rw-r--r--usr.sbin/sup/lib/sup.h3
-rw-r--r--usr.sbin/sup/lib/supmsg.c3
-rw-r--r--usr.sbin/sup/lib/supmsg.h3
-rw-r--r--usr.sbin/sup/sup/Makefile2
-rw-r--r--usr.sbin/sup/sup/sup.19
-rw-r--r--usr.sbin/sup/sup/supcdefs.h3
-rw-r--r--usr.sbin/sup/sup/supcmain.c3
-rw-r--r--usr.sbin/sup/sup/supcmeat.c3
-rw-r--r--usr.sbin/sup/sup/supcmisc.c5
-rw-r--r--usr.sbin/sup/sup/supcname.c5
-rw-r--r--usr.sbin/sup/sup/supcparse.c3
-rw-r--r--usr.sbin/sup/sup/supcvers.c5
-rw-r--r--usr.sbin/sup/supfilesrv/Makefile2
-rw-r--r--usr.sbin/sup/supfilesrv/supfilesrv.c7
-rw-r--r--usr.sbin/sup/supfilesrv/supservers.83
-rw-r--r--usr.sbin/sup/supscan/Makefile2
-rw-r--r--usr.sbin/sup/supscan/supscan.c3
29 files changed, 95 insertions, 6 deletions
diff --git a/usr.sbin/sup/Makefile b/usr.sbin/sup/Makefile
index e8c32f533987..a353cf69ac59 100644
--- a/usr.sbin/sup/Makefile
+++ b/usr.sbin/sup/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.3 1995/12/26 05:15:12 peter Exp $
SUBDIR= lib sup supscan supfilesrv
diff --git a/usr.sbin/sup/Makefile.inc b/usr.sbin/sup/Makefile.inc
index 2ecf88423934..aaf8a1ffb6a7 100644
--- a/usr.sbin/sup/Makefile.inc
+++ b/usr.sbin/sup/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1 1995/12/26 05:15:12 peter Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
diff --git a/usr.sbin/sup/lib/Makefile b/usr.sbin/sup/lib/Makefile
index f6b7326f6484..90eeb474568f 100644
--- a/usr.sbin/sup/lib/Makefile
+++ b/usr.sbin/sup/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/26 22:32:21 peter Exp $
+# $Id: Makefile,v 1.3 1996/01/04 16:10:36 peter Exp $
LIB= sup
SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c atoo.c errmsg.c \
diff --git a/usr.sbin/sup/lib/libc.h b/usr.sbin/sup/lib/libc.h
index 0e59542a4e68..03ec69d28d6c 100644
--- a/usr.sbin/sup/lib/libc.h
+++ b/usr.sbin/sup/lib/libc.h
@@ -26,6 +26,9 @@
**********************************************************************
* HISTORY
* $Log: libc.h,v $
+ * Revision 1.3 1995/12/26 22:32:22 peter
+ * get rid of non-applicable files...
+ *
* Revision 1.2 1995/12/26 05:02:45 peter
* Apply ports/net/sup/patches/patch-aa...
*
diff --git a/usr.sbin/sup/lib/log.c b/usr.sbin/sup/lib/log.c
index 2974b4aab131..280ad91bb12b 100644
--- a/usr.sbin/sup/lib/log.c
+++ b/usr.sbin/sup/lib/log.c
@@ -27,6 +27,9 @@
**********************************************************************
* HISTORY
* $Log: log.c,v $
+ * Revision 1.2 1995/12/26 05:02:46 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/netcryptvoid.c b/usr.sbin/sup/lib/netcryptvoid.c
index 9dd3c7872486..c56ac721e10c 100644
--- a/usr.sbin/sup/lib/netcryptvoid.c
+++ b/usr.sbin/sup/lib/netcryptvoid.c
@@ -25,6 +25,11 @@
/**********************************************************************
* HISTORY
* $Log: netcryptvoid.c,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:47 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.1.1.1 1993/08/21 00:46:33 jkh
* Current sup with compression support.
*
diff --git a/usr.sbin/sup/lib/quit.c b/usr.sbin/sup/lib/quit.c
index 23b4cb7a5e76..d403a636a6ea 100644
--- a/usr.sbin/sup/lib/quit.c
+++ b/usr.sbin/sup/lib/quit.c
@@ -36,6 +36,11 @@
**********************************************************************
* HISTORY
* $Log: quit.c,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:47 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.1.1.1 1993/08/21 00:46:33 jkh
* Current sup with compression support.
*
diff --git a/usr.sbin/sup/lib/run.c b/usr.sbin/sup/lib/run.c
index 0e9a581beeb5..2e53c9424387 100644
--- a/usr.sbin/sup/lib/run.c
+++ b/usr.sbin/sup/lib/run.c
@@ -47,6 +47,9 @@
**********************************************************************
* HISTORY
* $Log: run.c,v $
+ * Revision 1.2 1995/12/26 05:02:47 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/scan.c b/usr.sbin/sup/lib/scan.c
index edb42ea6c465..d4740539cebb 100644
--- a/usr.sbin/sup/lib/scan.c
+++ b/usr.sbin/sup/lib/scan.c
@@ -28,6 +28,9 @@
**********************************************************************
* HISTORY
* $Log: scan.c,v $
+ * Revision 1.3 1995/12/26 05:10:59 peter
+ * Apply ports/net/sup/patches/patch-ab
+ *
* Revision 1.2 1995/12/26 05:02:48 peter
* Apply ports/net/sup/patches/patch-aa...
*
diff --git a/usr.sbin/sup/lib/scm.c b/usr.sbin/sup/lib/scm.c
index 9b793e2912e5..5918cc558e65 100644
--- a/usr.sbin/sup/lib/scm.c
+++ b/usr.sbin/sup/lib/scm.c
@@ -69,6 +69,9 @@
* since Tahoe version of <netinet/in.h> does not define them.
*
* $Log: scm.c,v $
+ * Revision 1.2 1995/12/26 05:02:49 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/scmio.c b/usr.sbin/sup/lib/scmio.c
index 713ceefabcb2..85f6efa834ce 100644
--- a/usr.sbin/sup/lib/scmio.c
+++ b/usr.sbin/sup/lib/scmio.c
@@ -109,6 +109,9 @@
**********************************************************************
* HISTORY
* $Log: scmio.c,v $
+ * Revision 1.2 1995/12/26 05:02:50 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/stree.c b/usr.sbin/sup/lib/stree.c
index 5b094308ae5b..c64ea14a8788 100644
--- a/usr.sbin/sup/lib/stree.c
+++ b/usr.sbin/sup/lib/stree.c
@@ -28,6 +28,9 @@
**********************************************************************
* HISTORY
* $Log: stree.c,v $
+ * Revision 1.2 1995/12/26 05:02:51 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/sup.h b/usr.sbin/sup/lib/sup.h
index 12f03c3da901..972d3226b28f 100644
--- a/usr.sbin/sup/lib/sup.h
+++ b/usr.sbin/sup/lib/sup.h
@@ -39,6 +39,9 @@
* across the network to save BandWidth
*
* $Log: sup.h,v $
+ * Revision 1.2 1995/12/26 05:02:52 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/supmsg.c b/usr.sbin/sup/lib/supmsg.c
index b12c945462f5..1877689ea79d 100644
--- a/usr.sbin/sup/lib/supmsg.c
+++ b/usr.sbin/sup/lib/supmsg.c
@@ -31,6 +31,9 @@
* across the network to save BandWidth
*
* $Log: supmsg.c,v $
+ * Revision 1.2 1995/12/26 05:02:53 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/supmsg.h b/usr.sbin/sup/lib/supmsg.h
index e6185c486ba0..986c9755c2b7 100644
--- a/usr.sbin/sup/lib/supmsg.h
+++ b/usr.sbin/sup/lib/supmsg.h
@@ -33,6 +33,9 @@
* across the network to save BandWidth
*
* $Log: supmsg.h,v $
+ * Revision 1.2 1995/12/26 05:02:54 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/sup/Makefile b/usr.sbin/sup/sup/Makefile
index 5b53b91b41fc..d62caf86360e 100644
--- a/usr.sbin/sup/sup/Makefile
+++ b/usr.sbin/sup/sup/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/26 22:33:03 peter Exp $
+# $Id: Makefile,v 1.3 1995/12/26 22:39:27 peter Exp $
PROG= sup
SRCS= supcmain.c supcvers.c supcparse.c supcname.c supcmisc.c supcmeat.c
diff --git a/usr.sbin/sup/sup/sup.1 b/usr.sbin/sup/sup/sup.1
index b464a7cd2487..c3ab6a7ec058 100644
--- a/usr.sbin/sup/sup/sup.1
+++ b/usr.sbin/sup/sup/sup.1
@@ -23,6 +23,15 @@
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.\" HISTORY
.\" $Log: sup.1,v $
+.\" Revision 1.4 1996/01/04 16:10:42 peter
+.\" Restore the changes I made after my last brain hiccup...
+.\"
+.\" Document /var/log/sup.rename instead of the old name
+.\" Couple of lib build cleanups (like, not installing the library, and clean
+.\" all files)
+.\"
+.\" It should be safe now.. :-)
+.\"
.\" Revision 1.3 1995/12/26 05:11:04 peter
.\" Apply ports/net/sup/patches/patch-ab
.\"
diff --git a/usr.sbin/sup/sup/supcdefs.h b/usr.sbin/sup/sup/supcdefs.h
index dface51f6d13..a9a3cacdc469 100644
--- a/usr.sbin/sup/sup/supcdefs.h
+++ b/usr.sbin/sup/sup/supcdefs.h
@@ -33,6 +33,9 @@
* across the network to save BandWidth
*
* $Log: supcdefs.h,v $
+ * Revision 1.2 1995/12/26 05:03:03 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:46 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/sup/supcmain.c b/usr.sbin/sup/sup/supcmain.c
index 47fb9b5478a6..f75682c0fabb 100644
--- a/usr.sbin/sup/sup/supcmain.c
+++ b/usr.sbin/sup/sup/supcmain.c
@@ -174,6 +174,9 @@
* across the network to save BandWidth
*
* $Log: supcmain.c,v $
+ * Revision 1.2 1995/12/26 05:03:04 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:46 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/sup/supcmeat.c b/usr.sbin/sup/sup/supcmeat.c
index 2b2db06ebe7d..05bc03a98f00 100644
--- a/usr.sbin/sup/sup/supcmeat.c
+++ b/usr.sbin/sup/sup/supcmeat.c
@@ -32,6 +32,9 @@
* across the network to save BandWidth
*
* $Log: supcmeat.c,v $
+ * Revision 1.2 1995/12/26 05:03:05 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:46 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/sup/supcmisc.c b/usr.sbin/sup/sup/supcmisc.c
index 48943495a824..43190d1f9a78 100644
--- a/usr.sbin/sup/sup/supcmisc.c
+++ b/usr.sbin/sup/sup/supcmisc.c
@@ -27,6 +27,11 @@
**********************************************************************
* HISTORY
* $Log: supcmisc.c,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:46 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.2 1994/06/20 06:04:11 rgrimes
* Humm.. they did a lot of #if __STDC__ but failed to properly prototype
* the code. Also fixed one bad argument to a wait3 call.
diff --git a/usr.sbin/sup/sup/supcname.c b/usr.sbin/sup/sup/supcname.c
index 6e645bad17f4..aebcd88844d8 100644
--- a/usr.sbin/sup/sup/supcname.c
+++ b/usr.sbin/sup/sup/supcname.c
@@ -27,6 +27,11 @@
**********************************************************************
* HISTORY
* $Log: supcname.c,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:46 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.1.1.1 1993/08/21 00:46:34 jkh
* Current sup with compression support.
*
diff --git a/usr.sbin/sup/sup/supcparse.c b/usr.sbin/sup/sup/supcparse.c
index 82aefd9038a8..5308fba853b7 100644
--- a/usr.sbin/sup/sup/supcparse.c
+++ b/usr.sbin/sup/sup/supcparse.c
@@ -32,6 +32,9 @@
* across the network to save BandWidth
*
* $Log: supcparse.c,v $
+ * Revision 1.2 1995/12/26 05:03:06 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:46 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/sup/supcvers.c b/usr.sbin/sup/sup/supcvers.c
index 5e47f4a092ee..7415e02ea4fd 100644
--- a/usr.sbin/sup/sup/supcvers.c
+++ b/usr.sbin/sup/sup/supcvers.c
@@ -26,6 +26,11 @@
**********************************************************************
* HISTORY
* $Log: supcvers.c,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:46 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.1.1.1 1993/08/21 00:46:34 jkh
* Current sup with compression support.
*
diff --git a/usr.sbin/sup/supfilesrv/Makefile b/usr.sbin/sup/supfilesrv/Makefile
index 9a4a65feb2e0..e40bc07d40a3 100644
--- a/usr.sbin/sup/supfilesrv/Makefile
+++ b/usr.sbin/sup/supfilesrv/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1995/12/26 05:15:19 peter Exp $
PROG= supfilesrv
SRCS= supfilesrv.c
diff --git a/usr.sbin/sup/supfilesrv/supfilesrv.c b/usr.sbin/sup/supfilesrv/supfilesrv.c
index dab33eb1a3c0..73f6a0ac6974 100644
--- a/usr.sbin/sup/supfilesrv/supfilesrv.c
+++ b/usr.sbin/sup/supfilesrv/supfilesrv.c
@@ -42,6 +42,13 @@
* across the network to save BandWidth
*
* $Log: supfilesrv.c,v $
+ * Revision 1.3.2.2 1996/07/09 23:07:53 peter
+ * Back out the temp disable of setproctitle, it's been in -stable for a while.
+ * Shorten the line passed to setproctitle, as in rev 1.4
+ *
+ * OK'ed by: jkh
+ * Reviewed by: freefall :-)
+ *
* Revision 1.3.2.1 1996/02/11 07:17:00 jkh
* Disable use of setproctitle() in 2.1 until it arrives.
* Thanks to Rod Grimes for helping me get my cvs mess straightened out!
diff --git a/usr.sbin/sup/supfilesrv/supservers.8 b/usr.sbin/sup/supfilesrv/supservers.8
index c0f848854a94..5a4f0b6314b8 100644
--- a/usr.sbin/sup/supfilesrv/supservers.8
+++ b/usr.sbin/sup/supfilesrv/supservers.8
@@ -23,6 +23,9 @@
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.\" HISTORY
.\" $Log: supservers.8,v $
+.\" Revision 1.2 1995/12/26 05:11:05 peter
+.\" Apply ports/net/sup/patches/patch-ab
+.\"
.\" Revision 1.1.1.1 1995/12/26 04:54:48 peter
.\" Import the unmodified version of the sup that we are using.
.\" The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/supscan/Makefile b/usr.sbin/sup/supscan/Makefile
index 7268d71988af..587622c6d6e2 100644
--- a/usr.sbin/sup/supscan/Makefile
+++ b/usr.sbin/sup/supscan/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1995/12/26 05:15:20 peter Exp $
PROG= supscan
SRCS= supscan.c
diff --git a/usr.sbin/sup/supscan/supscan.c b/usr.sbin/sup/supscan/supscan.c
index fb7a0b969d3b..2a3121720e9f 100644
--- a/usr.sbin/sup/supscan/supscan.c
+++ b/usr.sbin/sup/supscan/supscan.c
@@ -41,6 +41,9 @@
**********************************************************************
* HISTORY
* $Log: supscan.c,v $
+ * Revision 1.2 1995/12/26 05:11:06 peter
+ * Apply ports/net/sup/patches/patch-ab
+ *
* Revision 1.1.1.1 1995/12/26 04:54:48 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD