forked from Lainports/freebsd-ports
New modules can be registered here with a simple
file that contains the LoadModule directives.
Additonal Maintaines can write instructions to the
conf file and keep pkg-message short.
As bonus the config file can be installed like every
other config file with a .sample extention so modules
are not disabled during pkg upgrades.
Module config files should begin with three digits
followed by '_' e.g. 100_php5.conf.
The load order can be controlled via the three digits.
Please wait some time before adopting the new directory
so users have time to update and adjust axisting configs
- no revision bump, devel/apr was updated and we will see
apache 2.2.7 in the next days (I only want to have the
modules.d directory adopted)
14 lines
447 B
Makefile
14 lines
447 B
Makefile
# ===================================================
|
|
# Directory for third party module config files.
|
|
#
|
|
# Modules can be disabled by adding a '#' in front
|
|
# of the "LoadModule" line e.g. "#LoadModule"
|
|
#
|
|
# Files are automatically included if the name
|
|
# begins with a three digit number followed by '_'
|
|
# and ending in '.conf' e.g. '080_mod_php.conf'
|
|
#
|
|
# Maintainers can also include instructions how to
|
|
# use the module (instead pkg-message).
|
|
#
|
|
|