diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-09-12 13:56:11 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-09-12 13:56:11 +0000 |
commit | 52ef41cba28ca350d48b327f2b510a4396d28315 (patch) | |
tree | d54b1da5e606df13d8e19928fa5d5d2ebcc6b23c /net-mail/up-imapproxy | |
parent | Add 0.9.9-r55 without bluetooth support for quick stabilization. Bluetooth di... (diff) | |
download | gentoo-2-52ef41cba28ca350d48b327f2b510a4396d28315.tar.gz gentoo-2-52ef41cba28ca350d48b327f2b510a4396d28315.tar.bz2 gentoo-2-52ef41cba28ca350d48b327f2b510a4396d28315.zip |
Cleaning out unused files
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-mail/up-imapproxy')
-rw-r--r-- | net-mail/up-imapproxy/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/up-imapproxy/files/imapproxyd.8 | 64 | ||||
-rw-r--r-- | net-mail/up-imapproxy/files/pimpstat.8 | 27 |
3 files changed, 5 insertions, 92 deletions
diff --git a/net-mail/up-imapproxy/ChangeLog b/net-mail/up-imapproxy/ChangeLog index 725c9514f8cf..efe853cf61b9 100644 --- a/net-mail/up-imapproxy/ChangeLog +++ b/net-mail/up-imapproxy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/up-imapproxy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/up-imapproxy/ChangeLog,v 1.23 2009/06/03 18:54:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/up-imapproxy/ChangeLog,v 1.24 2009/09/12 13:56:11 vostorga Exp $ + + 12 Sep 2009; Víctor Ostorga <vostorga@gentoo.org> -files/imapproxyd.8, + -files/pimpstat.8: + Cleaning out unused files 03 Jun 2009; Markus Meier <maekke@gentoo.org> up-imapproxy-1.2.6.ebuild: amd64 stable, bug #272044 diff --git a/net-mail/up-imapproxy/files/imapproxyd.8 b/net-mail/up-imapproxy/files/imapproxyd.8 deleted file mode 100644 index 1c70d9525756..000000000000 --- a/net-mail/up-imapproxy/files/imapproxyd.8 +++ /dev/null @@ -1,64 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH IMAPPROXYD 8 "Mar 12, 2004" "Dave McMurtrie" "IMAP proxy daemon" -.\" Please adjust this date whenever revising the manpage. -.\" -.SH NAME -.B imapproxyd -\- IMAP proxy daemon -.SH SYNOPSIS -.B imapproxyd -.RI -[ -.B -f -.RI -<config file name> ] -.RI -[ -.B -p -.RI -<pidfile name> ] -.br -.SH DESCRIPTION -This manual page documents briefly the -.B imapproxyd -command. -This manual page was written for the Debian distribution -because the original program does not have a manual page. -.PP -UP-ImapProxy proxies IMAP transactions between an IMAP client and an IMAP -server. The general idea is that the client should never know that it is -not talking to the real IMAP server, but ImapProxy caches server connections. -.PP -ImapProxy was written to compensate for webmail clients that are unable to -maintain persistent connections to an IMAP server. Most webmail clients -need to log in to an IMAP server for nearly every single transaction; This -behaviour can cause tragic performance problems on the IMAP server. -ImapProxy tries to deal with this problem by leaving server connections -open for a short time after a webmail client logs out. When the webmail -client connects again, ImapProxy will determine if there is a cached -connection available and reuse it if possible. -.BR -.SH FILES -By default, UP-ImapProxy reads /etc/imapproxy.conf on startup. -This can be changed by using the -.I -f -option -.PP -Unless foreground_mode has been enabled, UP-ImapProxy will write its PID to to -a PID-file. It defaults to /var/run/imapproxy.pid, but can be overridden with -the -.I -p -option -.SH SEE ALSO -.BR pimpstat (8), -.br -.SH AUTHOR -This manual page was written by Jose Luis Tallon -.nh -<jltallon@adv-solutions.net>, -for the Debian GNU/Linux system (but may be used by others). - - diff --git a/net-mail/up-imapproxy/files/pimpstat.8 b/net-mail/up-imapproxy/files/pimpstat.8 deleted file mode 100644 index 2466e7ce2780..000000000000 --- a/net-mail/up-imapproxy/files/pimpstat.8 +++ /dev/null @@ -1,27 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH PIMPSTATS 8 "Mar 12, 2004" "Dave McMurtrie" "IMAP proxy daemon" -.\" Please adjust this date whenever revising the manpage. -.\" -.SH NAME - pimpstat \- UP-ImapProxy statistics -.SH SYNOPSIS -.B pimpstat -.RI [options] -.br -.SH DESCRIPTION -This manual page documents briefly the -.B pimpstat -command. -This manual page was written for the Debian distribution -because the original program does not have a manual page. -.SH SEE ALSO -.BR imapproxyd (8), -.br -.SH AUTHOR -This manual page was written by Jose Luis Tallon -.nh -<jltallon@adv-solutions.net>, -for the Debian GNU/Linux system (but may be used by others). |