The envvars template was not installed in the right place
This commit is contained in:
parent
5c017c4581
commit
4c78bd8126
|
@ -64,7 +64,7 @@ TEMPLATE_DIR="/etc/alternc/templates"
|
|||
|
||||
# Find needed configuration files (without the initial '/')
|
||||
# replace this one unconditionnally
|
||||
CONFIG_FILES="etc/alternc/bureau.conf etc/incron.d/alternc etc/alternc/envvars etc/alternc/apache2.conf etc/alternc/apache_logformat.conf"
|
||||
CONFIG_FILES="etc/alternc/bureau.conf etc/incron.d/alternc etc/apache2/envvars etc/alternc/apache2.conf etc/alternc/apache_logformat.conf"
|
||||
|
||||
if [ -e /etc/bind/named.conf ]; then
|
||||
CONFIG_FILES="$CONFIG_FILES etc/bind/templates/zone.template
|
||||
|
|
Loading…
Reference in New Issue