debian: remove config.d as a way of configuring authentic2

fixes #7246
This commit is contained in:
Benjamin Dauvergne 2015-05-13 15:13:10 +02:00
parent f08e9bed4f
commit f84343cc52
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,4 @@
etc/authentic2
etc/authentic2/config.d
usr/share/dbconfig-common/scripts/authentic2/install
var/lib/authentic2/media
var/lib/authentic2/static

View File

@ -52,11 +52,6 @@ if [ -f /etc/authentic2/authentic.conf ]; then
. /etc/authentic2/authentic.conf
fi
# Load extra config
for extra_config in `ls /etc/authentic2/config.d|sort -V`; do
. $extra_config
done
# Load the VERBOSE setting and other rcS variables
. /lib/init/vars.sh