update-motd.d symlinks are not listed as conffiles
Bug #559194 reported by
LaMont Jones
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Software Updater |
Invalid
|
Undecided
|
Unassigned | ||
eucalyptus (Ubuntu) |
Fix Released
|
Wishlist
|
Dustin Kirkland | ||
update-manager (Ubuntu) |
Fix Released
|
Undecided
|
Michael Vogt | ||
update-notifier (Ubuntu) |
Fix Released
|
Wishlist
|
Dustin Kirkland |
Bug Description
Binary package hint: update-notifier
Because the files in update-motd.d are not listed as conffiles, removing them just means that they get restored on the next upgrade of the package.
This is WRONG. When I remove a symlink in /etc/update-motd.d, I want it to STAY GONE.
thanks
Related branches
Changed in update-notifier (Ubuntu): | |
assignee: | nobody → Dustin Kirkland (kirkland) |
affects: | update-notifier → update-manager |
Changed in update-manager: | |
status: | New → Invalid |
Changed in update-manager (Ubuntu): | |
assignee: | nobody → Michael Vogt (mvo) |
Changed in eucalyptus (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Dustin Kirkland (kirkland) |
importance: | Undecided → Wishlist |
Changed in eucalyptus (Ubuntu): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
<cjwatson> kirkland: symlinks into /etc don't get to be conffiles
<kirkland> cjwatson: even if i add them manually to debian/conffiles ?
* ebroder (~<email address hidden>) has joined #ubuntu-devel
<cjwatson> it's not a good idea anyway IMO!
<cjwatson> it involves the user editing stuff in /usr indirectly
<cjwatson> I'd strongly recommend some different approach
<kirkland> cjwatson: okay, thanks
<kirkland> lamont: ^
<cjwatson> for example you could write trivial conffile scripts in /etc that exec the programs in /usr
<kirkland> cjwatson: yeah, that's what i'll have to do
<kirkland> cjwatson: shell scripts that exec, rather than symlinks