Custom Query (196 matches)
Results (52 - 54 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4 | invalid | Cleaning /tmp sessions | broder | |
Description |
scripts should do something more clever than 0 5 * * * /usr/bin/find /tmp/sessions/ -type f | /usr/bin/xargs /bin/rm -rf >/dev/null 2>&1 (Taken from RT #436572) |
|||
#5 | wontfix | PHP iCalendar should default to Eastern time zone | andersk | |
Description |
(Imported from help.mit.edu #397407.) jceggles:
geofft:
$timezone = '';
$timezone = 'US/Eastern';
|
|||
#6 | fixed | Install scripts should validate locker name | broder | |
Description |
Autoinstallers fail if you give them a full path instead of just the Hesiod name for the locker. (Taken from RT #439738) |