Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709946 - sys-apps/baselayout and sys-apps/openrc conflict on file /etc/sysctl.d/README
Summary: sys-apps/baselayout and sys-apps/openrc conflict on file /etc/sysctl.d/README
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-17 14:49 UTC by Sylvain
Modified: 2020-02-17 15:57 UTC (History)
4 users (show)

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 Sylvain 2020-02-17 14:49:45 UTC
Hi, 

Both packages produce the /etc/sysctl.d/README file with different content.

$ portageq owners /  /etc/sysctl.d/README

sys-apps/baselayout-2.7
	/etc/sysctl.d/README
sys-apps/openrc-0.42.1
	/etc/sysctl.d/README

This causes a conflict in the config configuration files
 * IMPORTANT: config file '/etc/sysctl.d/README' needs updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS

/etc/sysctl.d/._cfg0000_README seems just as valid to me as /etc/sysctl.d/README

The newest of these files seem to come from this commit

https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=14c91b2c9dc77d6fc81746b999b92187bd9cac82

Can the file simply be renamed to README-baselayout to prevent the conflict?


Reproducible: Always

Steps to Reproduce:
rm /etc/sysctl.d/._cfg0000_README
rm /etc/sysctl.d/README
emerge =sys-apps/baselayout-2.7 =sys-apps/openrc-0.42.1
Comment 1 Mike Gilbert gentoo-dev 2020-02-17 15:23:27 UTC
commit f748bd9537327ad329a56a794fa54a56df56309a
Author: William Hubbs <williamh@gentoo.org>
Date:   Sun Feb 16 20:32:58 2020 -0600

    sys-apps/baselayout: remove README from /etc/sysctl.d for OpenRC collision