Install vconf keys with "-i" option. 2.0alpha master 2.0_alpha accepted/tizen/20130520.102758 submit/master/20120920.151047 submit/tizen/20130517.015441
authorDongwook Lee <dwmax.lee@samsung.com>
Fri, 7 Sep 2012 10:29:38 +0000 (19:29 +0900)
committerDongwook Lee <dwmax.lee@samsung.com>
Fri, 7 Sep 2012 10:29:38 +0000 (19:29 +0900)
modified:   debian/changelog
modified:   packaging/libwifi-direct.spec

debian/changelog
packaging/libwifi-direct.spec

index 8cdeacb..9cf4cf3 100644 (file)
@@ -1,3 +1,11 @@
+libwifi-direct (0.2.15) unstable; urgency=low
+
+  * Install vconf keys with -i option
+  * Git : rsa/framework/connectivity/libwifi-direct
+  * Tag : libwifi-direct_0.2.15
+
+ -- Dongwook Lee <dwmax.lee@samsung.com>  Fri, 07 Sep 2012 19:38:12 +0900
+
 libwifi-direct (0.2.14) unstable; urgency=low
 
   * changed writing option of vconftool to solve get ip address problerm.
index 7c4b3f5..86970a5 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       libwifi-direct
 Summary:    wifi direct library (Shared Library)
-Version:    0.2.14
+Version:    0.2.15
 Release:    1
 Group:      TO_BE_FILLED
 License:    Apache-2.0
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %__strip %{buildroot}%{_libdir}/libwifi-direct.so.0.0
 
 %post
+vconftool set -t int memory/wifi_direct/state 0 -u 5000 -i
+vconftool set -t int memory/private/wifi_direct_manager/dhcp_ip_lease 0 -i
+vconftool set -t string memory/private/wifi_direct_manager/dhcpc_server_ip 0.0.0.0 -i
 
 %postun