diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2012-11-12 14:07:22 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-11-23 12:58:50 +0200 |
commit | 6ed9559f6914a32fd90c17c097251f2bd5e01ef0 (patch) | |
tree | b4b8ec3fa68cad42c624f7f6c33b6332f43d254b /Makefile.am | |
parent | 4ba04eb6172f898402e0aa66f0dc8f564a12279f (diff) | |
download | connman-6ed9559f6914a32fd90c17c097251f2bd5e01ef0.tar.gz connman-6ed9559f6914a32fd90c17c097251f2bd5e01ef0.tar.bz2 connman-6ed9559f6914a32fd90c17c097251f2bd5e01ef0.zip |
test: Renamed old VPN scripts
Renamed connect-vpn to connect-provider and
disconnect-vpn to remove-provider
In order to not confuse the user, change the name of the old
vpn connect/disconnect script. Now the name of the script
reflects the name of the manager dbus api.
The connect-provider will use the old ConnectProvider
manager dbus interface instead of directly connecting
to connman-vpnd.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6fc45d0f..ce4517f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -300,7 +300,7 @@ test_scripts = test/get-state test/list-services \ test/monitor-services test/test-clock \ test/simple-agent test/show-introspection test/test-compat \ test/test-manager test/test-connman test/monitor-connman \ - test/connect-vpn test/disconnect-vpn \ + test/connect-provider test/remove-provider \ test/test-counter test/set-ipv4-method test/set-ipv6-method \ test/get-services test/get-proxy-autoconfig test/set-proxy \ test/enable-tethering test/disable-tethering test/backtrace \ |