Add configuration file naming rules to documentation
authorFabien Marotte <fabienx.marotte@intel.com>
Wed, 18 Aug 2010 13:56:45 +0000 (15:56 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 18 Aug 2010 13:57:41 +0000 (15:57 +0200)
In case the user provides configuration files to connman, the
file name must respect some rules.

doc/config-format.txt

index 9424896..9e9eee6 100644 (file)
@@ -3,8 +3,8 @@ Connman configuration file format
 
 Connman uses configuration files to provision existing services. Connman will
 be looking for its configuration files at STORAGEDIR which by default points
 
 Connman uses configuration files to provision existing services. Connman will
 be looking for its configuration files at STORAGEDIR which by default points
-to /var/lib/connman/. Configuration file names should follow the *.config
-pattern.
+to /var/lib/connman/. Configuration file names must not include other
+characters than letters or numbers and must have a .config suffix.
 Those configuration files are text files with a simple format and we typically
 have one file per provisioned network.
 
 Those configuration files are text files with a simple format and we typically
 have one file per provisioned network.