Fix example config.

This commit is contained in:
Gunnar Beutner 2013-09-27 11:29:24 +02:00
parent 71e416a23b
commit 597ea49776
1 changed files with 4 additions and 4 deletions

View File

@ -11,12 +11,12 @@ include <itl/itl.conf>
include <itl/standalone.conf>
/**
* The mods-available directory contains a number of configuration
* The features-available directory contains a number of configuration
* files for features which can be enabled and disabled using the
* i2enmod / i2dismod tools. These two tools work by creating
* and removing symbolic links in the mods-enabled directory.
* i2enfeature / i2disfeature tools. These two tools work by creating
* and removing symbolic links in the features-enabled directory.
*/
include "mods-enabled/*.conf"
include "features-enabled/*.conf"
/**
* Although in theory you could define all your objects in this file