net-fs/samba: finally remove samba4 warnings

Closes: https://bugs.gentoo.org/700926

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2022-07-30 11:48:00 -05:00
parent 324cb929d9
commit cadcdec794
3 changed files with 0 additions and 37 deletions

View File

@@ -330,15 +330,4 @@ multilib_src_test() {
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"
elog "to upgrade existing Samba 3.x releases to) and the AD domain"
elog "controller work previously known as 'samba4'."
elog
fi
elog "For further information and migration steps make sure to read "
elog "https://samba.org/samba/history/${P}.html "
elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
}

View File

@@ -325,17 +325,4 @@ multilib_src_test() {
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"
elog "to upgrade existing Samba 3.x releases to) and the AD domain"
elog "controller work previously known as 'samba4'."
elog
fi
if [[ "${PV}" != *_rc* ]] ; then
elog "For further information and migration steps make sure to read "
elog "https://samba.org/samba/history/${P}.html "
elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
fi
}

View File

@@ -329,17 +329,4 @@ multilib_src_test() {
pkg_postinst() {
tmpfiles_process samba.conf
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"
elog "to upgrade existing Samba 3.x releases to) and the AD domain"
elog "controller work previously known as 'samba4'."
elog
fi
if [[ "${PV}" != *_rc* ]] ; then
elog "For further information and migration steps make sure to read "
elog "https://samba.org/samba/history/${P}.html "
elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
fi
}