Overview
| Comment: | Updated to try to send a SIGHUP to AppFSd after updating cache | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | e2d1bd29591267905d146c902d06e428 | 
| User & Date: | rkeene on 2014-11-17 21:25:26 | 
| Other Links: | manifest | tags | 
Context
| 2014-11-17 | ||
| 21:25 | Added target to generate a CPIO archive check-in: e0aaed08b6 user: rkeene tags: trunk | |
| 21:25 | Updated to try to send a SIGHUP to AppFSd after updating cache check-in: e2d1bd2959 user: rkeene tags: trunk | |
| 21:25 | Updated to try harder to set PATH check-in: b816922ddf user: rkeene tags: trunk | |
Changes
Modified appfs-cache from [f56f48d37a] to [9e355e1b1c].
| ︙ | ︙ | |||
| 85 86 87 88 89 90 91 92 93 | 
		;;
	*)
		echo "Usage: appfs-cache {invalidate|clean|clear|clear <package>|remove-site <site>}" >&2
		exit 1
		;;
esac
exit 0
 | > > | 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
 |