Summary: | etc-update should not automerge for non-existent files | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Rajiv Aaron Manglani (RETIRED) <rajiv> |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WORKSFORME | ||
Severity: | minor | CC: | flash3001, stian, tools-portage |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 11763, 93874 | ||
Bug Blocks: |
Description
Rajiv Aaron Manglani (RETIRED)
![]() I think this is a bug in diff (or even in bash) Diff put extra char on prompt diff -Bbua /etc/sound/events/gnobots2.soundlist /etc/sound/events/._cfg0000_gnobots2.soundlist The end of the output is weird : ---------------------- +description[uk]= I think this is a bug in diff (or even in bash) Diff put extra char on prompt diff -Bbua /etc/sound/events/gnobots2.soundlist /etc/sound/events/._cfg0000_gnobots2.soundlist The end of the output is weird : ---------------------- +description[uk]=Ð ÑÐ²ÐµÐ½Ñ Ð·Ð°Ð²ÐµÑÑено description[vi]=Mức hoà n thà nh description[zh_CN]=æ¬å±å®æ description[zh_TW]=éé itchy-scratchy root # 1;2c ---------------------- My diffutils vervion is sys-apps/diffutils-2.8.4-r4 Would it not be more correct to rm /etc/csh.cshrc && touch /etc/csh.cshrc rm /etc/csh.login && touch /etc/csh.login This way, the files aren't missing, and thereby don't get automerged Can't reproduce this. |