Project

General

Profile

Bug #7198

Init script failed to source config.d files

Added by Emmanuel Lacour over 8 years ago. Updated over 8 years ago.

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:

  1. Load extra config
    for extra_config in `ls /etc/authentic2/config.d|sort -V`; do
    . $extra_config
    done

Should be something like:

  1. Load extra config
    for extra_config in `ls /etc/authentic2/config.d|sort -V`; do
    . /etc/authentic2/config.d/$extra_config
    done

History

#1

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.

#2

Updated by Emmanuel Lacour over 8 years ago

But it's shipped this way in your wheeezy debian package ;)

I this package deprecated?

#3

Updated by Benjamin Dauvergne over 8 years ago

It's just not up-to-date.

Also available in: Atom PDF