965e8e57a5
Do the "dynamic" substitution in the pre-configure target instead of post-patch so that patches can be generated properly after a "make patch".
71 lines
1.7 KiB
Text
71 lines
1.7 KiB
Text
$NetBSD: patch-ac,v 1.3 2003/06/07 17:48:34 jmmv Exp $
|
|
|
|
--- cucipop.8.orig Mon May 11 17:35:19 1998
|
|
+++ cucipop.8 Tue Jul 21 11:17:48 1998
|
|
@@ -48,12 +48,12 @@
|
|
.SH NAME
|
|
cucipop \- Cubic Circle POP3 daemon
|
|
.SH SYNOPSIS
|
|
-.B /usr/sbin/cucipop
|
|
+.B cucipop
|
|
.RB [ \-qaYdPUSDAT ]
|
|
.RB [ "\-E \fIage\fP" ]
|
|
.RB [ "\-p \fIport\fP" ]
|
|
.br
|
|
-.B /usr/sbin/cucipop
|
|
+.B cucipop
|
|
.B \-v
|
|
.ad
|
|
.SH DESCRIPTION
|
|
@@ -145,16 +145,16 @@
|
|
.BR inetd.conf (5)
|
|
would be suitable:
|
|
.Sx 1
|
|
-pop-3 stream tcp nowait root /usr/sbin/cucipop cucipop -Y
|
|
+pop-3 stream tcp nowait root @prefix@/sbin/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
|
|
+@prefix@/sbin/cucipop -Y
|
|
.Ex
|
|
Your typical BOFH setting would be:
|
|
.Sx 1
|
|
-/usr/sbin/cucipop -YaSE 6w
|
|
+@prefix@/sbin/cucipop -YaSE 6w
|
|
.Ex
|
|
.SH FILES
|
|
.TP 2.3i
|
|
@@ -166,25 +166,25 @@
|
|
.BR makevpopdb (8)
|
|
man page on how this file is created
|
|
.TP
|
|
-.B /var/lib/cucipop/state.db
|
|
+.B @prefix@/share/cucipop/state.db
|
|
AI state information and bulletin history
|
|
.TP
|
|
-.B "/var/lib/cucipop/bulletins/\fInn\fP"
|
|
+.B "@prefix@/share/cucipop/bulletins/\fInn\fP"
|
|
.B 00
|
|
through
|
|
.B 63
|
|
optional bulletin files in regular mailbox format
|
|
.TP
|
|
-.B /var/spool/mail/$LOGNAME
|
|
+.B /var/mail/$LOGNAME
|
|
system mailbox
|
|
.TP
|
|
-.B /var/spool/mail/virtual.dom.ain/$LOGNAME
|
|
+.B /var/mail/virtual.dom.ain/$LOGNAME
|
|
virtual host system mailbox
|
|
.TP
|
|
-.B /var/spool/mail/$LOGNAME.lock
|
|
+.B /var/mail/$LOGNAME.lock
|
|
lockfile for the system mailbox
|
|
.TP
|
|
-.B /var/spool/mail/virtual.dom.ain/$LOGNAME.lock
|
|
+.B /var/mail/virtual.dom.ain/$LOGNAME.lock
|
|
lockfile for the virtual host system mailbox
|
|
.TP
|
|
.B _????`hostname`
|