diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-02-25 10:09:00 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-26 14:04:26 +0200 |
commit | f6f5079fab9f61e8dc5d403fee8842405b34fa9c (patch) | |
tree | cab5db454255763f5115d09ab1942cf292359c1d | |
parent | 65e094ab2cbb5f751ee277cc32826d241a982bd5 (diff) | |
download | connman-f6f5079fab9f61e8dc5d403fee8842405b34fa9c.tar.gz connman-f6f5079fab9f61e8dc5d403fee8842405b34fa9c.tar.bz2 connman-f6f5079fab9f61e8dc5d403fee8842405b34fa9c.zip |
doc: Fix the path to VPN config files
The correct default path is /var/lib/connman-vpn
-rw-r--r-- | doc/vpn-config-format.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vpn-config-format.txt b/doc/vpn-config-format.txt index d6afcb53..f3c45691 100644 --- a/doc/vpn-config-format.txt +++ b/doc/vpn-config-format.txt @@ -2,8 +2,8 @@ Connman configuration file format for VPN ***************************************** Connman VPN uses configuration files to provision existing providers. -vpnd will be looking for its configuration files at STORAGEDIR/vpn -which by default points to /var/lib/connman/vpn. Configuration file names +vpnd will be looking for its configuration files at VPN_STORAGEDIR +which by default points to /var/lib/connman-vpn. 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. |