Ticket #864 (closed defect: fixed)
libgms' temporary cache doesn't exist
Reported by: | geofft | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | The Distant Future |
Component: | -- | Keywords: | easy |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
libgms 9.4.24-0debathena4 applied a local patch to move the cache from /usr/tmp to /var/cache/debathena-libgms/messages; this was then merged upstream and changed to /var/cache/libgms/messages. However, I'm not seeing anything that's causing that directory to exist. Should it?
Once we figure out what's going on there, I'd also like to figure out
- if the logic for putting a temporary message there is secure (I think I trust the people who wrote it, but the general concept scares me)
- whether we should patch get_message's manpage
Change History
comment:3 Changed 13 years ago by achernya
Also r25183. However, this continues to do chmod a=rw on the directory.
Note: See
TracTickets for help on using
tickets.
Oh wait, the .install file creates /var/cache/debathena-libgms. That should probably be fixed...