diff options
Diffstat (limited to 'net/pygopherd/files/patch-doc__pygopherd.8')
-rw-r--r-- | net/pygopherd/files/patch-doc__pygopherd.8 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/net/pygopherd/files/patch-doc__pygopherd.8 b/net/pygopherd/files/patch-doc__pygopherd.8 new file mode 100644 index 000000000000..6c462c896cfe --- /dev/null +++ b/net/pygopherd/files/patch-doc__pygopherd.8 @@ -0,0 +1,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 |