Merge branch 'improve-readme' of evolix/evocheck into master

This commit is contained in:
Benoît S. 2019-02-19 10:48:31 +01:00 committed by Gitea
commit 004afaab4d

View file

@ -1,13 +1,13 @@
# Evocheck # Evocheck
This program scans the machine it is run on and verifies if it It runs many compliance checks of the server with Evolix conventions.
adheres to the Evolix standard, non-compliance warnings are outputted Non-compliance warnings are printed on standard output.
on standard out.
It is currently adapted for Debian and OpenBSD systems. It supports Debian and OpenBSD systems.
Configure by modifying evocheck.cf and use the VagrantFile to test Some checks can be disabled in the `/etc/evocheck.cf` config file.
it.
Tests can be run with Vagrant and the provided `VagrantFile`.
## How to build the package for a new Debian release ## How to build the package for a new Debian release