Actions
Bug #1066
closedRemove old dynamic caches
Start date:
12/02/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
php: /services_dyndns_edit.php: The command '/bin/rm /conf/dyndns_opt2opendns'Fullrate'.cache' returned exit code '1', the output was 'rm: /conf/dyndns_opt2opendnsFullrate.cache: No such file or directory'
From console I tried.
[2.0-BETA4][root@pfsense.localdomain]/root(1): /bin/rm /conf/dyndns_opt2opendns'Fullrate'.cache
rm: /conf/dyndns_opt2opendnsFullrate.cache: No such file or directory
[2.0-BETA4][root@pfsense.localdomain]/root(2): /bin/rm /conf/dyndns_opt2opendns\'Fullrate\'.cache
So apostrophe should be removed from cache file names.
Updated by Perry Mason almost 14 years ago
should have looked like this :)
[2.0-BETA4][root@pfsense.localdomain]/root(1): /bin/rm /conf/dyndns_opt2opendns'Fullrate'.cache rm: /conf/dyndns_opt2opendnsFullrate.cache: No such file or directory [2.0-BETA4][root@pfsense.localdomain]/root(2): /bin/rm /conf/dyndns_opt2opendns\'Fullrate\'.cache [2.0-BETA4][root@pfsense.localdomain]/root(3):
Updated by Jim Pingle almost 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset b8e2fd16e45c21e9942da71020682a3b79f05a69.
Updated by Perry Mason almost 14 years ago
Error gone and cache file left behind in /conf/
Updated by Chris Buechler almost 14 years ago
- Status changed from Feedback to Resolved
Actions