diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-30 06:55:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-30 06:55:25 +0000 |
commit | afbc140f908f28995ad80233a33d6262df0c73e8 (patch) | |
tree | 076210e686db483dadd8ad4466e784677be652b7 /man | |
parent | Don't call package-manager, caching is no longer necessary. (diff) | |
download | eselect-afbc140f908f28995ad80233a33d6262df0c73e8.tar.gz eselect-afbc140f908f28995ad80233a33d6262df0c73e8.tar.bz2 eselect-afbc140f908f28995ad80233a33d6262df0c73e8.zip |
Remove mailer module since it's not functional, bug 220473.
svn path=/trunk/; revision=521
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 | ||||
-rw-r--r-- | man/mailer.eselect.5 | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index d802ceb..64abee8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -4,7 +4,6 @@ man_MANS = eselect.1 \ editor.eselect.5 \ env.eselect.5 \ kernel.eselect.5 \ - mailer.eselect.5 \ news-tng.eselect.5 \ pager.eselect.5 \ profile.eselect.5 \ diff --git a/man/mailer.eselect.5 b/man/mailer.eselect.5 deleted file mode 100644 index 27245ca..0000000 --- a/man/mailer.eselect.5 +++ /dev/null @@ -1,57 +0,0 @@ -.\" Copyright 2005-2009 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 -.\" $Id$ -.\" -.TH mailer.eselect 5 "April 2009" "Gentoo Linux" eselect -.SH NAME -mailer.eselect \- The mailer profile management module for Gentoo's eselect -.SH SYNOPSIS -.B eselect mailer -.RB [ help | usage | version ] -.br -.B eselect mailer list -.br -.B eselect mailer set -.I profile -.br -.B eselect mailer show -.br -.SH DESCRIPTION -.B eselect -is Gentoo's configuration and management tool. It features modules -that care for the individual administrative tasks. -.SH ACTION: LIST -.B eselect mailer list -.br -Display an ordered list of the installed mailer profiles. Each line -has a number, the profile's name and version number. - -# eselect mailer list -.br -Available mailer.conf profiles: - [1] default - [2] msmtp\-1.4.0 - [3] nbsmtp\-0.98 -.SH ACTION: SET -.B eselect mailer set -.I profile -.br -Set your system's currently active mailer to -.IR profile . - -# eselect mailer set msmtp-1.4.0 -.SH ACTION: SHOW -.B eselect mailer show -.br -Show your system's mailer profiles. - -# eselect mailer show -.br -Current mailer.conf profile: - msmtp-1.4.0 -.SH AUTHOR -Tom Martin <slarti@gentoo.org> -.SH SEE ALSO -.BR eselect (1) -.SH REVISION -$Id$ |