Projet

Général

Profil

Bug #7198

Init script failed to source config.d files

Ajouté par Emmanuel Lacour il y a presque 9 ans. Mis à jour il y a presque 9 ans.

Statut:
Rejeté
Priorité:
Normal
Assigné à:
-
Catégorie:
-
Version cible:
-
Début:
11 mai 2015
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Non
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

Historique

#1

Mis à jour par Benjamin Dauvergne il y a presque 9 ans

  • Statut changé de Nouveau à Rejeté

This way of configuring authentic2 is deprecated, configuration must be put in /etc/authentic2/config.py now.

#2

Mis à jour par Emmanuel Lacour il y a presque 9 ans

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

I this package deprecated?

#3

Mis à jour par Benjamin Dauvergne il y a presque 9 ans

It's just not up-to-date.

Formats disponibles : Atom PDF