Bug #7198
Init script failed to source config.d files
Status:
Rejeté
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
11 May 2015
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
Description
In init script:
- Load extra config
for extra_config in `ls /etc/authentic2/config.d|sort -V`; do
. $extra_config
done
Should be something like:
- Load extra config
for extra_config in `ls /etc/authentic2/config.d|sort -V`; do
. /etc/authentic2/config.d/$extra_config
done
History
Updated by Benjamin Dauvergne over 8 years ago
- Status changed from Nouveau to Rejeté
This way of configuring authentic2 is deprecated, configuration must be put in /etc/authentic2/config.py now.
Updated by Emmanuel Lacour over 8 years ago
But it's shipped this way in your wheeezy debian package ;)
I this package deprecated?