diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-09-28 13:27:44 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-01 09:13:41 +0300 |
commit | 625f3a5b3e894871b3387622dfbd3b30111c4b2a (patch) | |
tree | 98bd0e7919ee9270e648a84f1a87dd1044c36944 /eclass/qmail.eclass | |
parent | profiles/thirdpartymirrors: Remove quakeunity (diff) | |
download | gentoo-625f3a5b3e894871b3387622dfbd3b30111c4b2a.tar.gz gentoo-625f3a5b3e894871b3387622dfbd3b30111c4b2a.tar.bz2 gentoo-625f3a5b3e894871b3387622dfbd3b30111c4b2a.zip |
qmail.eclass: update documentation to install
-TODO are development notes, and are e.g. removed in notqmail entirely
-the SENDMAIL file has been renamed to SENDMAIL.md in notqmail
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/13074
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass/qmail.eclass')
-rw-r--r-- | eclass/qmail.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 158cf1607cf5..2030004380c3 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -206,8 +206,7 @@ qmail_man_install() { into /usr doman *.[1578] dodoc BLURB* CHANGES FAQ INSTALL* PIC* README* REMOVE* SECURITY \ - SENDMAIL SYSDEPS TEST* THANKS* THOUGHTS TODO* \ - UPGRADE VERSION* + SENDMAIL* SYSDEPS TEST* THANKS* THOUGHTS UPGRADE VERSION* declare -F qmail_man_install_hook >/dev/null && \ qmail_man_install_hook |