Differences From Artifact [f56f48d37a]:
- Executable file appfs-cache — part of check-in [ed1bf1669b] at 2014-11-07 07:15:51 on branch tcl-ops — Removed extraneous debugging (user: rkeene, size: 1990) [annotate] [blame] [check-ins using] [more...]
To Artifact [9e355e1b1c]:
- Executable file appfs-cache — part of check-in [e2d1bd2959] at 2014-11-17 21:25:26 on branch trunk — Updated to try to send a SIGHUP to AppFSd after updating cache (user: rkeene, size: 2009) [annotate] [blame] [check-ins using]
︙ | |||
85 86 87 88 89 90 91 92 93 | 85 86 87 88 89 90 91 92 93 94 95 | + + | ;; *) echo "Usage: appfs-cache {invalidate|clean|clear|clear <package>|remove-site <site>}" >&2 exit 1 ;; esac pkill -HUP appfsd exit 0 |