move bureau.conf with the templates, as it is one, should fix #646
This commit is contained in:
parent
c34386e9a4
commit
abc975efd9
|
@ -334,9 +334,9 @@ debian/rules -text
|
|||
debian/templates -text
|
||||
etc/alternc/apache-ssl.conf -text
|
||||
etc/alternc/apache.conf -text
|
||||
etc/alternc/bureau.conf -text
|
||||
etc/alternc/menulist.txt -text
|
||||
etc/alternc/phpmyadmin.inc.php -text
|
||||
etc/alternc/templates/alternc/bureau.conf -text
|
||||
etc/alternc/templates/apache-ssl/httpd.conf -text
|
||||
etc/alternc/templates/apache/httpd.conf -text
|
||||
etc/alternc/templates/bind/automatic.conf -text
|
||||
|
|
|
@ -15,7 +15,8 @@ set -e
|
|||
TEMPLATE_DIR="/etc/alternc/templates"
|
||||
|
||||
# Find needed configuration files (without the initial '/')
|
||||
CONFIG_FILES=""
|
||||
# replace this one unconditionnally
|
||||
CONFIG_FILES="etc/alternc/bureau.conf"
|
||||
|
||||
if [ -e /etc/apache/httpd.conf ]; then
|
||||
CONFIG_FILES="$CONFIG_FILES etc/apache/httpd.conf"
|
||||
|
@ -53,10 +54,6 @@ if [ -e /etc/default/saslauthd ]; then
|
|||
CONFIG_FILES="$CONFIG_FILES etc/default/saslauthd"
|
||||
fi
|
||||
|
||||
if [ -e /etc/alternc/bureau.conf ]; then
|
||||
CONFIG_FILES="$CONFIG_FILES etc/alternc/bureau.conf"
|
||||
fi
|
||||
|
||||
INSTALLED_CONFIG_TAR="/var/backups/alternc/etc-installed.tar.gz"
|
||||
|
||||
#######################################################################
|
||||
|
|
Loading…
Reference in New Issue