commit:     71d6f86c10be6f6c17809293cc8c522ee406e80d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 02:00:32 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 21:24:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d6f86c

sys-libs/timezone-data: reword timezone update messages

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-libs/timezone-data/timezone-data-2025a.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/timezone-data/timezone-data-2025a.ebuild 
b/sys-libs/timezone-data/timezone-data-2025a.ebuild
index 46dd58e0f15d..042a6f372d59 100644
--- a/sys-libs/timezone-data/timezone-data-2025a.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2025a.ebuild
@@ -114,19 +114,19 @@ configure_tz_data() {
        # If it's a symlink, assume the user knows what they're doing and
        # they're managing it themselves, bug #511474
        if [[ -L "${etc_lt}" ]] ; then
-               einfo "Assuming your ${etc_lt} symlink is what you want; 
skipping update."
+               einfo "Skipping update: ${etc_lt} is a symlink."
                return 0
        fi
 
        if [[ ! -e ${src} ]] ; then
-               einfo "You do not have a timezone set in ${src}; skipping 
update."
+               einfo "Skipping update: ${src} does not exist."
                return 0
        fi
 
        tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' "${src}")
 
        if [[ -z ${tz} ]]; then
-               einfo "Assuming your empty ${src} file is what you want; 
skipping update."
+               einfo "Skipping update: ${src} is empty."
                return 0
        fi
 
@@ -141,7 +141,7 @@ configure_tz_data() {
                # If a regular file already exists, copy over it.
                ewarn "Found a regular file at ${etc_lt}."
                ewarn "Some software may expect a symlink instead."
-               ewarn "You may convert it to a symlink by removing the file and 
running:"
+               ewarn "Convert it to a symlink by removing the file and 
running:"
                ewarn "  emerge --config sys-libs/timezone-data"
                einfo "Copying ${tzpath} to ${etc_lt}."
                cp -f "${tzpath}" "${etc_lt}"

Reply via email to