- Added a master control, rc.hooks, which defaults to 'on', but can be used
  to disable hook processing in general.
This commit is contained in:
Paul Beckingham 2014-09-08 01:22:35 -04:00
parent 150f72eed4
commit 78650ac8c3
6 changed files with 21 additions and 7 deletions

View file

@ -196,6 +196,8 @@
- Removed unused tips files (thanks to dev-zero).
- Removed shadow file feature, replacing it with an example hook scripts that
performs the same function.
- Added rc.hooks, a master control setting for hooks processing, which defaults
to 'on'.
------ current release ---------------------------