Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591540 - sys-apps/openrc-0.21.3: stop showing outdated warnings
Summary: sys-apps/openrc-0.21.3: stop showing outdated warnings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 18:46 UTC by Pacho Ramos
Modified: 2016-08-21 18:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2016-08-17 18:46:50 UTC
It seems that this newer openrc version is still showing some obsolete openrc messages, I would rely on REPLACING_VERSIONS for showing them only when updating from really old versions or even drop them :/

I am referring to:
        ewarn "In this version of OpenRC, the loopback interface no longer"
        ewarn "satisfies the net virtual."
        ewarn "If you have services now which do not start because of this,"
        ewarn "They can be fixed by adding rc_need=\"!net\""
        ewarn "to the ${EROOT}etc/conf.d/<servicename> file."
        ewarn "You should also file a bug against the service asking that"
        ewarn "need net be dropped from the dependencies."
        ewarn "The bug you file should block the following tracker:"
        ewarn "https://bugs.gentoo.org/show_bug.cgi?id=439092"
        ewarn

        # Updated for 0.13.2.
        ewarn "Bug https://bugs.gentoo.org/show_bug.cgi?id=427996 was not"
        ewarn "fixed correctly in earlier versions of OpenRC."
        ewarn "The correct fix is implemented in this version, but that"
        ewarn "means netmount needs to be added to the default runlevel if"
        ewarn "you are using nfs file systems."
        ewarn


Regarding this one I am unsure... in general I always run dispatch-conf and even portage is showing warnings when it's needed, then, I am not sure if this is really needed to be shown always:
        elog "You should now update all files in /etc, using etc-update"
        elog "or equivalent before restarting any services or this host."

Thanks
Comment 1 William Hubbs gentoo-dev 2016-08-21 18:19:03 UTC
These warnings have been removed in 0.21.3.

Thanks for the report.

William