summaryrefslogtreecommitdiff
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-10-04 22:51:59 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-10-04 22:51:59 +0000
commitf38742190538c10fbcf866b7169826165488b0c6 (patch)
tree857ef7f7e70edb6af3ea2ed39635465b5625521a /configs/modules.conf.sample
parente33868294970bb2f437801f9144d9dc4d2f07fb6 (diff)
make sample config files easier to ready (issue #5371)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/modules.conf.sample')
-rwxr-xr-xconfigs/modules.conf.sample11
1 files changed, 6 insertions, 5 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 7162b72da..f4e08dc1e 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -7,11 +7,12 @@
[modules]
autoload=yes
;
-; Any modules that need to be loaded before the Asterisk core has been initialized
-; (just after the logger has been initialized) can be loaded using 'preload'. This
-; will frequently be needed if you wish to map all module configuration files into
-; Realtime storage, since the Realtime driver will need to be loaded before the
-; modules using those configuration files are initialized.
+; Any modules that need to be loaded before the Asterisk core has been
+; initialized (just after the logger has been initialized) can be loaded
+; using 'preload'. This will frequently be needed if you wish to map all
+; module configuration files into Realtime storage, since the Realtime
+; driver will need to be loaded before the modules using those configuration
+; files are initialized.
;
; An example of loading ODBC support would be:
;preload => res_odbc.so