From 37ddf46a40387e9451b635f66da131da74cc79bf Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 30 Jun 2009 17:22:16 +0000 Subject: Rename res_config_sqlite.conf to res_config_sqlite.conf.sample (missing .sample). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204440 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/res_config_sqlite.conf | 11 ----------- configs/res_config_sqlite.conf.sample | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 configs/res_config_sqlite.conf create mode 100644 configs/res_config_sqlite.conf.sample diff --git a/configs/res_config_sqlite.conf b/configs/res_config_sqlite.conf deleted file mode 100644 index 04e6ae2e7..000000000 --- a/configs/res_config_sqlite.conf +++ /dev/null @@ -1,11 +0,0 @@ -[general] - -; The database file. -dbfile => /var/lib/asterisk/sqlite.db - -; Both config_table and cdr_table are optional. If config_table is omitted, -; you must specify it in extconfig.conf. If it is both provided here and in -; extconfig.conf, the value given here is used. If cdr_table is omitted, CDR -; support is simply disabled. -config_table => ast_config -cdr_table => ast_cdr diff --git a/configs/res_config_sqlite.conf.sample b/configs/res_config_sqlite.conf.sample new file mode 100644 index 000000000..04e6ae2e7 --- /dev/null +++ b/configs/res_config_sqlite.conf.sample @@ -0,0 +1,11 @@ +[general] + +; The database file. +dbfile => /var/lib/asterisk/sqlite.db + +; Both config_table and cdr_table are optional. If config_table is omitted, +; you must specify it in extconfig.conf. If it is both provided here and in +; extconfig.conf, the value given here is used. If cdr_table is omitted, CDR +; support is simply disabled. +config_table => ast_config +cdr_table => ast_cdr -- cgit v1.2.3