diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:11:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:11:03 +0100 |
commit | 2929788def9a92c1eb237eed93fbdb0c02838bbf (patch) | |
tree | 166b01591366d3479084ea774c888bc84aaa8d4f /eclass/qmail.eclass | |
parent | ab499d7cfb9ad23e83cf7a4f5052bdf1b4c42030 (diff) |
Revert "gentoo resync : 13.10.2019"
This reverts commit ab499d7cfb9ad23e83cf7a4f5052bdf1b4c42030.
Diffstat (limited to 'eclass/qmail.eclass')
-rw-r--r-- | eclass/qmail.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index b6ef483aa82c..158cf1607cf5 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -6,7 +6,7 @@ # qmail-bugs@gentoo.org # @BLURB: common qmail functions -inherit flag-o-matic toolchain-funcs fixheadtails +inherit flag-o-matic toolchain-funcs fixheadtails user # hardcoded paths QMAIL_HOME="/var/qmail" @@ -206,7 +206,8 @@ qmail_man_install() { into /usr doman *.[1578] dodoc BLURB* CHANGES FAQ INSTALL* PIC* README* REMOVE* SECURITY \ - SENDMAIL* TEST* THANKS* THOUGHTS UPGRADE VERSION* + SENDMAIL SYSDEPS TEST* THANKS* THOUGHTS TODO* \ + UPGRADE VERSION* declare -F qmail_man_install_hook >/dev/null && \ qmail_man_install_hook |