Active all recipes

This commit is contained in:
nemo 2019-06-29 12:34:38 +02:00
parent d63e605d4a
commit 22d4bed821
1 changed files with 16 additions and 16 deletions

View File

@ -105,42 +105,42 @@ print_config_title 'RECIPE GENTOO - CHECK BASIC CONFIG'
# Voir pour mettre ./ à la place de .
#. recipes/recipe_check_packages.sh
. recipes/recipe_check_packages.sh
#. recipes/recipe_check_hostname.sh
. recipes/recipe_check_hostname.sh
#. recipes/recipe_check_dns_config.sh
. recipes/recipe_check_dns_config.sh
#. recipes/recipe_check_ping.sh
. recipes/recipe_check_ping.sh
#. recipes/recipe_check_ip_admin.sh
. recipes/recipe_check_ip_admin.sh
#. recipes/recipe_check_services.sh
. recipes/recipe_check_services.sh
. recipes/recipe_check_ssh_config.sh
#. recipes/recipe_check_nrpe_config.sh
. recipes/recipe_check_nrpe_config.sh
#. recipes/recipe_check_munin_config.sh
. recipes/recipe_check_munin_config.sh
#. recipes/recipe_check_snmp_config.sh
. recipes/recipe_check_snmp_config.sh
#. recipes/recipe_check_mail_alias_config.sh
. recipes/recipe_check_mail_alias_config.sh
#. recipes/recipe_check_postfix_protocol_config.sh
. recipes/recipe_check_postfix_protocol_config.sh
#. recipes/recipe_check_ipam_config.sh
. recipes/recipe_check_ipam_config.sh
#. recipes/recipe_check_eselect.sh
. recipes/recipe_check_eselect.sh
#. recipes/recipe_check_autobackup_config.sh
. recipes/recipe_check_autobackup_config.sh
. recipes/recipe_check_autoupdate_config.sh
#. recipes/recipe_check_portage.sh
. recipes/recipe_check_portage.sh
. recipes/recipe_final_summary.sh
#. recipes/recipe_addtional_manual_verification.sh
. recipes/recipe_addtional_manual_verification.sh
exit 0