summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2022-07-30 11:48:00 -0500
committerBen Kohler <bkohler@gentoo.org>2022-07-30 11:48:00 -0500
commitcadcdec7947c6e0dea071e3cec85dadf71805997 (patch)
tree81dda108ec378facb0e4b089b9c8b7fb850de86c
parentsys-libs/nss_wrapper: add 1.1.11 (diff)
downloadgentoo-cadcdec7947c6e0dea071e3cec85dadf71805997.tar.gz
gentoo-cadcdec7947c6e0dea071e3cec85dadf71805997.tar.bz2
gentoo-cadcdec7947c6e0dea071e3cec85dadf71805997.zip
net-fs/samba: finally remove samba4 warnings
Closes: https://bugs.gentoo.org/700926 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--net-fs/samba/samba-4.14.14.ebuild11
-rw-r--r--net-fs/samba/samba-4.15.9.ebuild13
-rw-r--r--net-fs/samba/samba-4.16.4.ebuild13
3 files changed, 0 insertions, 37 deletions
diff --git a/net-fs/samba/samba-4.14.14.ebuild b/net-fs/samba/samba-4.14.14.ebuild
index 82300ebb6402..31aaeb385a35 100644
--- a/net-fs/samba/samba-4.14.14.ebuild
+++ b/net-fs/samba/samba-4.14.14.ebuild
@@ -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 "
}
diff --git a/net-fs/samba/samba-4.15.9.ebuild b/net-fs/samba/samba-4.15.9.ebuild
index 2ba0530bb6ae..3ea8aa274e59 100644
--- a/net-fs/samba/samba-4.15.9.ebuild
+++ b/net-fs/samba/samba-4.15.9.ebuild
@@ -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
}
diff --git a/net-fs/samba/samba-4.16.4.ebuild b/net-fs/samba/samba-4.16.4.ebuild
index 02f5797dfdc2..0285da3c90ea 100644
--- a/net-fs/samba/samba-4.16.4.ebuild
+++ b/net-fs/samba/samba-4.16.4.ebuild
@@ -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
}