prevu-update sets incorrect ownership on newly created Packages files
Bug #73817 reported by
John Dong
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Prevu |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
If you remove /var/cache/
-rw-r--r-- 1 root root 3298 2006-11-29 15:55 /var/cache/
This is incorrect. A subsequent run of prevu-update fixes this:
-rw-rw-r-- 1 root admin 3298 2006-11-29 15:57 /var/cache/
Somehow if prevu-update has to create its own Packages index, it doesn't chown/chmod it correctly.
To post a comment you must log in.
Fix committed in bzr:
------- ------- ------- ------- ------- ------- ------- ------- ----
revno: 50
revision-id: <email address hidden>
parent: <email address hidden>
committer: John Dong <email address hidden>
branch nick: dev
timestamp: Wed 2006-11-29 16:01:30 -0500
message:
prevu-update: Generate Packages list first (Closes: #73817)