Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583136 - x11-wm/dwm[savedconfig] overwrites user configuration
Summary: x11-wm/dwm[savedconfig] overwrites user configuration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Stahl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-16 05:34 UTC by Cedric Sodhi
Modified: 2017-01-21 12:52 UTC (History)
2 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 Cedric Sodhi 2016-05-16 05:34:34 UTC
I emerge dwm with +savedconfig and as of yesterday, an invocation of

emerge -uDN world

did delete and replace my dwm config in /etc/portage/savedconfig/x11-wm
Comment 1 Coacher 2016-05-16 08:01:30 UTC
Probably because ebuild doesn't call savedconfig_pkg_postinst() from its own pkg_postinst().
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2017-01-21 12:52:47 UTC
Fixed in 6.1-r1. Thanks for the report!

(I dropped pkg_postinst() entirely because it consists entirely of einfo messages that probably deserve a wiki page or should simply be documented in <longdescription>.)