summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sup
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-04 16:10:42 +0000
committerpeter <peter@FreeBSD.org>1996-01-04 16:10:42 +0000
commit9575405f0359f787f85773c9e75528bde2fd1e18 (patch)
treeabc7ec38cf20f35f8bcdd22fb07bd39e7cc2c9b4 /usr.sbin/sup
parentcbf2802c78bc93c8a31a1079e7c8e78b0a837b6a (diff)
downloadFreeBSD-src-9575405f0359f787f85773c9e75528bde2fd1e18.zip
FreeBSD-src-9575405f0359f787f85773c9e75528bde2fd1e18.tar.gz
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.. :-)
Diffstat (limited to 'usr.sbin/sup')
-rw-r--r--usr.sbin/sup/lib/Makefile3
-rw-r--r--usr.sbin/sup/sup/sup.19
2 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/sup/lib/Makefile b/usr.sbin/sup/lib/Makefile
index b3fba02..f6b7326 100644
--- a/usr.sbin/sup/lib/Makefile
+++ b/usr.sbin/sup/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1995/12/26 05:15:17 peter Exp $
+# $Id: Makefile,v 1.2 1995/12/26 22:32:21 peter Exp $
LIB= sup
SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c atoo.c errmsg.c \
@@ -7,6 +7,7 @@ SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c atoo.c errmsg.c \
CFLAGS+= -DVAR_TMP -DHAS_DAEMON -I${.CURDIR}
NOPROFILE=
+CLEANFILES+= netcrypt.c
netcrypt.c: netcryptvoid.c
ln -s ${.CURDIR}/netcryptvoid.c netcrypt.c
diff --git a/usr.sbin/sup/sup/sup.1 b/usr.sbin/sup/sup/sup.1
index b5a4d65..b464a7c 100644
--- a/usr.sbin/sup/sup/sup.1
+++ b/usr.sbin/sup/sup/sup.1
@@ -23,6 +23,9 @@
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.\" HISTORY
.\" $Log: sup.1,v $
+.\" Revision 1.3 1995/12/26 05:11:04 peter
+.\" Apply ports/net/sup/patches/patch-ab
+.\"
.\" Revision 1.2 1995/12/26 05:03:02 peter
.\" Apply ports/net/sup/patches/patch-aa...
.\"
@@ -272,14 +275,14 @@ libraries will take place. Some operating systems \fB(HPUX)\fR
do not allow the unlink system call to succeed on ETXTBSY files.
If the unlink does not succeed, an attempt is made to rename the
file to filename.sup#sup-pid.moved. The new name is logged in either
-the system default rename log file, \fB/usr/local/etc/sup.moved\fR,
+the system default rename log file, \fB/var/log/sup.rename\fR,
or in a logfile as set by the \fBrenamelog\fR supfile option. The
logfile allows for easy deletion of ETXTBSY files once they are no
longer in use. A typical time to perform the deletions is at system
boot time with something similar to:
.TP
.ce 1
-cat /usr/local/etc/sup.moved | xargs rm -rf
+cat /var/log/sup.rename | xargs rm -rf
.TP
.B -I
The
@@ -933,7 +936,7 @@ lock file for a collection
<\fIbase-directory\fR>\fB/sup/\fR<\fIcollection\fR>\fB/logfile
log file for a collection
.TP
-\fB/usr/local/etc/sup.moved\fR
+\fB/var/log/sup.rename\fR
log file for files renamed by the \fBunlinkbusy\fR option
.TP
<\fIbase-directory\fR>\fB/sup/\fR<\fIcollection\fR>\fB/prefix
OpenPOWER on IntegriCloud