Package: apt-proxy
Version: 1.9.28
Severity: minor
Tags: patch
Hope it's useful and no obvious-for-me-fix is not so obvious
as I thought ;) E.g. I found no helixcode example so I deleted
the sentence.
In apt-proxy-import search for 'updating' and '[tT]wisted'.
At least I don't get what these sentences want to say.
Achim
--- apt-proxy-import.8.orig 2005-03-15 19:22:19.000000000 +0100
+++ apt-proxy-import.8 2005-03-15 20:59:39.756421504 +0100
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
.TH APT\-PROXY\-IMPORT "8" "March 2005" "Debian GNU/Linux" " "
.SH NAME
-apt\-proxy\-import - Import packages into the apt-proxy cache.
+apt\-proxy\-import \- Import packages into the apt\-proxy cache.
.SH SYNOPSIS
-.B apt-proxy-import
+.B apt\-proxy\-import
[\fIoptions\fR]
.SH DESCRIPTION
Updating twisted's process module.
@@ -42,7 +42,7 @@
.PP
No updating required.
Twisted version: 1.3.0rc1
-.SH "USING TO BOOTSTRAP A NEW APT-PROXY CACHE"
+.SH "USING TO BOOTSTRAP A NEW APT\-PROXY CACHE"
If you have been using apt standalone, you probably have built up a
large collection of .debs or .udebs in apt's cache directory. You
can import these files into apt\-proxy as follows:
@@ -63,9 +63,9 @@
apt\-proxy\-import \-r \-i /var/cache/apt\-move
.fi
.PP
-This tells apt\-proxy\-import to recuse over each directory in the apt\-move
cache.
+This tells apt\-proxy\-import to recurse over each directory in the apt\-move
cache.
.SH FILES
-\ /etc/apt\-proxy/apt\-proxy\&.conf
+\ /etc/apt\-proxy/apt\-proxy\&.conf or /etc/apt\-proxy/apt\-proxy-v2\&.conf
.SH BUGS
apt\-proxy\-import does not use \fImax_age\fR or \fImax_versions\fR to clean
the
cache directory on import.
--- apt-proxy.8.orig 2005-03-15 19:01:38.000000000 +0100
+++ apt-proxy.8 2005-03-15 19:19:54.598082037 +0100
@@ -1,5 +1,5 @@
.\" Man page copied from apt.conf man page.
-.TH "apt-proxy" "8" "03 Dec 2004" "apt-proxy" ""
+.TH "apt\-proxy" "8" "03 Dec 2004" "apt\-proxy" ""
.SH "Name"
apt\-proxy \- A proxy for saving bandwidth to Debian servers
.SH SYNOPSIS
@@ -11,11 +11,11 @@
\fBapt\-proxy\fP is a python program designed to be run as an stand alone
server via twistd, and provides a clean, caching, intelligent proxy for
\fBapt\-get\fP, which speaks HTTP to apt\-get clients, and http or ftp to
-the back-end server(s)\&. Usually it is run on port 9999, mainly because
+the backend server(s)\&. Usually it is run on port 9999, mainly because
that is the default configuration, and people are lazy\&.
.PP
.SH "CLIENT CONFIGURATION"
-Once \fBapt\-proxy\fP is configured, users then edit their
+Once \fBapt\-proxy\fP is configured on host SERVER, users then edit their
\fBsources\&.list\fP file to point to the proxy (which uses the http
protocol to serve clients), like so:
@@ -23,17 +23,16 @@
deb http://SERVER:9999/debian stable main contrib non\-free
deb\-src http://SERVER:9999/debian stable main contrib non\-free
-deb http://SERVER:9999/non\-US stable/non\-US main contrib non\-free
-deb\-src http://SERVER:9999/non\-US stable/non\-US main contrib non\-free
+deb http://SERVER:9999/debian\-non\-US stable/non\-US main contrib non\-free
+deb\-src http://SERVER:9999/debian\-non\-US stable/non\-US main contrib
non\-free
-deb http://aptproxy:9999/security stable/updates main contrib non-free
+deb http://SERVER:9999/security stable/updates main contrib non\-free
.fi
What path should be specified after the server name and port number
depends on the configuration of \fBapt\-proxy\fP (which can restrict
-paths and send different paths to different servers)\&. In this
-example, non\-US/ and helixcode/ actually retrieve files from different
-back-end servers\&.
+paths and send different paths to different servers)\&. See
+\fB SERVER CONFIGURATION\fP below\&.
Note that you can also use the nicknames `unstable', `frozen' etc, but
Packages/Sources files may get duplicated, so it is advised use either the
@@ -53,6 +52,8 @@
.PP
.SH "FILES"
/etc/apt\-proxy/apt\-proxy\&.conf
+or
+/etc/apt\-proxy/apt\-proxy\-v2\&.conf
.PP
.SH "SEE ALSO"
.na
--- apt-proxy.conf.5.orig 2005-01-06 21:21:27.000000000 +0100
+++ apt-proxy.conf.5 2005-03-15 21:08:05.450543854 +0100
@@ -1,26 +1,26 @@
.\" Man page copied from apt.conf man page.
-.TH "apt-proxy\&.conf" "5" "21 Nov 2002" "apt-proxy" ""
+.TH "apt\-proxy\&.conf" "5" "21 Nov 2002" "apt\-proxy" ""
.SH "NAME"
-apt-proxy\&.conf \- configuration file for apt-proxy
+apt\-proxy\&.conf \- configuration file for apt\-proxy
.PP
.SH "DESCRIPTION"
-\fBapt-proxy\&.conf\fP is the configuration file for apt-proxy.
-When apt-proxy starts up, it will read \fB/etc/apt-proxy/apt-proxy\&.conf\fP\&.
+\fBapt\-proxy\&.conf\fP is the configuration file for apt\-proxy.
+When apt\-proxy starts up, it will read
\fB/etc/apt\-proxy/apt\-proxy\&.conf\fP\&.
-\fB/etc/apt-proxy/apt-proxy-v2\&.conf\fP will be read instead if it exists to
+\fB/etc/apt\-proxy/apt\-proxy\-v2\&.conf\fP will be read instead if it exists
to
make upgrading from v1 easier.
.PP
.SH [DEFAULT]
-This section holds options global to the whole apt-proxy:
+This section holds options global to the whole apt\-proxy:
.TP
.B address
-IP address on which apt-proxy will listen for requests. Multiple
+IP address on which apt\-proxy will listen for requests. Multiple
addresses have a empty space between it.
.TP
.B port
-TCP port on which apt-proxy will listen for requests.
+TCP port on which apt\-proxy will listen for requests.
.TP
.B min_refresh_delay
@@ -31,12 +31,12 @@
.TP
.B timeout
Maximum I/O timeout in seconds for backend transfers. Default: 30 seconds.
-If no response is received from a backend server in this time, apt-proxy will
try
-the next server in the list. Y
+If no response is received from a backend server in this time, apt\-proxy will
try
+the next server in the list.
.TP
.B cache_dir
-Cache directory. Default: /var/cache/apt-proxy
+Cache directory. Default: /var/cache/apt\-proxy
.TP
.B cleanup_freq
@@ -69,13 +69,13 @@
.TP
.B dynamic_backends
-By default apt-proxy will add HTTP backends dynamicaly if not already
+By default apt\-proxy will add HTTP backends dynamically if not already
defined. Specify \fBoff\fP to restrict the available backends to those
listed in the configuration file. Default: on
.TP
.B disable_pipelining
-apt-proxy can use HTTP pipelining to fetch several files at once (up to 10),
but
+apt\-proxy can use HTTP pipelining to fetch several files at once (up to 10),
but
this can generate multiple connections to each backend server. Pipelining is
disabled by default until this is fixed. Set to \fB0\fP to enable experimental
http pipelining. Default: 1
@@ -85,9 +85,9 @@
All other sections will be interpreted as backend names, and the options
specified within are local to the backend.
-The supplied apt-proxy\&.conf will work out of the box, but I suggest you
+The supplied apt\-proxy\&.conf will work out of the box, but I suggest you
look for a mirror closer to you\&. There are some in the default
-apt-proxy\&.conf and it may be enough just to reorder the lines in the file\&.
+apt\-proxy\&.conf and it may be enough just to reorder the lines in the file\&.
.TP
.B timeout
@@ -125,35 +125,35 @@
.fi
And so the file request
-`/debian/woody/main/binary-i386/x11/foo_1-1.deb' would turn into a
-back-end request of first
+`/debian/woody/main/binary\-i386/x11/foo_1\-1.deb' would turn into a
+backend request of first
.nf
- `http://ftp.us.debian.org/debian/woody/main/binary-i386/x11/foo_1-1.deb'
+ `http://ftp.us.debian.org/debian/woody/main/binary\-i386/x11/foo_1\-1.deb'
.fi
and if that failed,
.nf
- `http://ftp.de.debian.org/debian/woody/main/binary-i386/x11/foo_1-1.deb'
+ `http://ftp.de.debian.org/debian/woody/main/binary\-i386/x11/foo_1\-1.deb'
.nf
and the file would be placed in
.nf
-
`/var/cache/apt-proxy/debian/debian/woody/main/binary-i386/x11/foo_1-1.deb'\&.
+
`/var/cache/apt\-proxy/debian/debian/woody/main/binary\-i386/x11/foo_1\-1.deb'\&.
.PP
-For many more examples, see the supplied /etc/apt-proxy/apt-proxy\&.conf\&.
+For many more examples, see the supplied /etc/apt\-proxy/apt\-proxy\&.conf\&.
.SH "FILES"
-/etc/apt-proxy/apt-proxy\&.conf
+/etc/apt\-proxy/apt\-proxy\&.conf
.br
-/etc/apt-proxy/apt-proxy-v2\&.conf
+/etc/apt\-proxy/apt\-proxy\-v2\&.conf
.SH "SEE ALSO"
.na
.nh
-.BR apt-proxy(8),
-.BR /usr/share/doc/apt-proxy/README,
+.BR apt\-proxy(8),
+.BR /usr/share/doc/apt\-proxy/README,
.BR apt\-proxy\-import(8)
.hy
.ad
@@ -162,4 +162,4 @@
Plenty sure. Please report.
.PP
.SH "AUTHOR"
-apt-proxy v2 was written by Manuel Estrada Sainz <[EMAIL PROTECTED]>\&.
+apt\-proxy v2 was written by Manuel Estrada Sainz <[EMAIL PROTECTED]>\&.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]