[Positioning] Rename owlps-positioning.cfg -> .conf

Rename the sample configuration file to have the standard UNIX suffix.
Add a Vim modeline to keep the "Windows .ini" syntax.
This commit is contained in:
Matteo Cypriani 2011-07-30 13:58:05 +02:00
parent 1a5fab9b99
commit bf3a6eb661
2 changed files with 3 additions and 1 deletions

View File

@ -123,3 +123,5 @@ csv-file = /tmp/owlps-positioning.log
#medium = CSV
csv-file = /tmp/owlps-positioning.out
# vim: syntax=cfg

View File

@ -15,7 +15,7 @@ namespace po = boost::program_options ;
/* *** Default value definitions *** */
#define DEFAULT_CONFIG_FILE_NAME \
"/usr/local/etc/owlps/owlps-positioning.cfg"
"/usr/local/etc/owlps/owlps-positioning.conf"
#define DEFAULT_TCPEVAAL_HOST "127.0.0.1"
#define DEFAULT_TCPEVAAL_PORT 4444