1cb42080c3
We've decided to give up on trying to keep ScanCore, AN::Tools and Striker as three separate things. We had originally hoped to make ScanCore easily separatable from the Anvil!, but this was adding increasing complexity to the project and complexity is the enemy of reliability. In this release, AN::Tools becomes Anvil::Tools, all configuration files move to /etc/anvil and all programs and data files move to /usr/sbin/anvil. Words files are now merged, as are SQL schemas (ScanCore agents will still maintain their own, later). The journald tag has changed from 'an-tools' to 'anvil'. Other changes; * Tools.t has been updated to handle existing tests. New methods and parameters still need to have tests added though. * Added a simple test.pl script used for testing things outside the main program. It will be removed before final release. * Added the simple 'watch_logs' bash script to more easily tail output. Signed-off-by: Digimer <digimer@alteeve.ca>
8 lines
418 B
Plaintext
8 lines
418 B
Plaintext
### DO NOT EDIT THIS FILE!
|
|
# This is a test configuration file used by Anvil::Tools to validate Anvil::Tools::Storage->read_config()'. If you
|
|
# change any of the variable = value pairs below, you MUST also update 'AN/Tools.t'!
|
|
foo::bar::a = I am "a"
|
|
foo::bar::b = I am "b", split with tabs and having trailing spaces.
|
|
foo::baz::1=This is '1' with no spaces
|
|
foo::baz::2 = I had a $dollar = sign and split with tabs.
|