- /usr/local -> !!PREFIX!!

- fix listed spool dir.
This commit is contained in:
brad 2001-02-23 00:46:53 +00:00
parent ed91e2036f
commit 2544379f5d
2 changed files with 13 additions and 15 deletions

View File

@ -1,22 +1,21 @@
$OpenBSD: patch-cucipop_8,v 1.1 2001/02/19 15:00:58 danh Exp $
--- cucipop.8.orig Mon May 11 12:35:19 1998
+++ cucipop.8 Tue Jan 30 12:43:56 2001
+++ cucipop.8 Thu Feb 22 19:39:05 2001
@@ -48,12 +48,12 @@
.SH NAME
cucipop \- Cubic Circle POP3 daemon
.SH SYNOPSIS
-.B /usr/sbin/cucipop
+.B /usr/local/libexec/cucipop
+.B !!PREFIX!!/libexec/cucipop
.RB [ \-qaYdPUSDAT ]
.RB [ "\-E \fIage\fP" ]
.RB [ "\-p \fIport\fP" ]
.br
-.B /usr/sbin/cucipop
+.B /usr/local/libexec/cucipop
+.B !!PREFIX!!/libexec/cucipop
.B \-v
.ad
.SH DESCRIPTION
@@ -132,12 +132,12 @@ Bind to a different
@@ -132,12 +132,12 @@
.IR port .
.SH EXAMPLES
Typically
@ -31,23 +30,23 @@ $OpenBSD: patch-cucipop_8,v 1.1 2001/02/19 15:00:58 danh Exp $
.Ex
In order to start cucipop from within
.BR inetd (8),
@@ -145,20 +145,20 @@ the following entry in
@@ -145,20 +145,20 @@
.BR inetd.conf (5)
would be suitable:
.Sx 1
-pop-3 stream tcp nowait root /usr/sbin/cucipop cucipop -Y
+pop3 stream tcp nowait root /usr/local/libexec/cucipop cucipop -Y
+pop3 stream tcp nowait root !!PREFIX!!/libexec/cucipop cucipop -Y
.Ex
If your site gets many hits from popclients, it would be preferable
to start cucipop standalone as in:
.Sx 1
-/usr/sbin/cucipop -Y
+/usr/local/libexec/cucipop -Y
+!!PREFIX!!/libexec/cucipop -Y
.Ex
Your typical BOFH setting would be:
.Sx 1
-/usr/sbin/cucipop -YaSE 6w
+/usr/local/libexec/cucipop -YaSE 6w
+!!PREFIX!!/libexec/cucipop -YaSE 6w
.Ex
.SH FILES
.TP 2.3i
@ -56,16 +55,16 @@ $OpenBSD: patch-cucipop_8,v 1.1 2001/02/19 15:00:58 danh Exp $
the default authentication
.TP
.B /etc/mail/vpop.db
@@ -166,25 +166,25 @@ virtual host authentication, see the
@@ -166,25 +166,25 @@
.BR makevpopdb (8)
man page on how this file is created
.TP
-.B /var/lib/cucipop/state.db
+.B /var/cucipop/state.db
+.B /var/spool/cucipop/state.db
AI state information and bulletin history
.TP
-.B "/var/lib/cucipop/bulletins/\fInn\fP"
+.B "/var/cucipop/bulletins/\fInn\fP"
+.B "/var/spool/cucipop/bulletins/\fInn\fP"
.B 00
through
.B 63

View File

@ -1,12 +1,11 @@
$OpenBSD: patch-makevpopdb_8,v 1.1 2001/02/19 15:00:59 danh Exp $
--- makevpopdb.8.orig Sun May 10 08:57:40 1998
+++ makevpopdb.8 Tue Jan 30 12:43:56 2001
+++ makevpopdb.8 Thu Feb 22 19:39:36 2001
@@ -48,7 +48,7 @@
.SH NAME
makevpopdb \- Creates the vpop database for cucipop
.SH SYNOPSIS
-.B /usr/sbin/makevpopdb
+.B /usr/local/libexec/makevpopdb
+.B !!PREFIX!!/libexec/makevpopdb
.I dbasefile
.ad
.SH DESCRIPTION