Allow find2perl command lines in .conf file
Brought to you by:
roger_wilco
I patched my local copy of changetrack to allow
find2perl command lines in the config file, like this:
# find world readable text files under /etc
@/etc -type f -type T -perm -444 : root@localhost
The attached patch implements this behavior.
patch to allow find command lines in config