blob: 6c462c896cfe5840d98e7a6169d42536d7c1cee9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
--- doc/pygopherd.8.orig Sun Jan 18 02:26:38 2004
+++ doc/pygopherd.8 Sun Jan 18 02:29:01 2004
@@ -180,7 +180,7 @@
\fIconf/pygopherd.conf\fR and
\fIconf/mime.types\fR. Debian users will find
the configuration file pre-installed in
-\fI/etc/pygopherd/pygopherd.conf\fR and the
+\fI%%PREFIX%%/etc/pygopherd/pygopherd.conf\fR and the
\fImime.types\fR file provided by the system
already.
.PP
@@ -196,7 +196,7 @@
.PP
Invoke \fBPyGopherd\fR with \fBpygopherd
path/to/configfile\fR (or
-\fB/etc/init.d/pygopherd start\fR on Debian).
+\fB%%PREFIX%%/etc/init.d/pygopherd start\fR on Debian).
Place some files in the location specified by the
\fIroot\fR directive in the config file and
you're ready to run!
@@ -221,7 +221,7 @@
package from the \fBPyGopherd\fR website and then run
\fBdpkg -i\fR to install the downloaded
package. Then, skip to the configuration section below.
-You will use \fB/etc/init.d/pygopherd start\fR
+You will use \fB%%PREFIX%%/etc/init.d/pygopherd start\fR
to start the program.
.SS "OTHER SYSTEM-WIDE INSTALLATION"
.PP
@@ -242,7 +242,7 @@
\fBpython2.2\fR.
.PP
Next, proceed to configuration. Make sure that the
-\fI/etc/pygopherd/pygopherd.conf\fR file
+\fI%%PREFIX%%/etc/pygopherd/pygopherd.conf\fR file
names valid users (\fIsetuid\fR and
\fIsetgid\fR options) and a valid document
root (\fIroot\fR option).
@@ -287,7 +287,7 @@
.SH "CONFIGURATION"
.PP
\fBPyGopherd\fR is regulated by a configuratoin file normally
-stored in \fI/etc/pygopherd/pygopherd.conf\fR.
+stored in \fI%%PREFIX%%/etc/pygopherd/pygopherd.conf\fR.
You can specify an alternate configuration file on the command
line. The \fBPyGopherd\fR distribution ships
with a sample \fIpygopherd.conf\fR file that
|