Remove vconftool command to use buxton key 73/50373/2 accepted/tizen/mobile/20151029.085417 accepted/tizen/tv/20151029.085433 accepted/tizen/wearable/20151029.085450 submit/tizen/20151029.041831
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 28 Oct 2015 07:55:09 +0000 (16:55 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 28 Oct 2015 08:37:11 +0000 (17:37 +0900)
Change-Id: Ia744fb0da38457b248c682003af36cf30a4f55df
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/net-config.spec

index cebe4c1..889544f 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.41
+Version:       1.1.42
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
@@ -22,7 +22,6 @@ Requires:             vconf
 Requires:              connman
 Requires:              systemd
 Requires(post):                systemd
-Requires(post):                vconf
 Requires(preun):       systemd
 Requires(postun):      systemd
 
@@ -119,39 +118,6 @@ cp LICENSE %{buildroot}%{_datadir}/license/net-config
 
 %post
 
-%if "%{profile}" == "tv"
-vconftool set -t string db/dnet/mac_address "" -s system::vconf_network
-%endif
-
-#Wi-Fi statistics
-vconftool set -t int db/dnet/statistics/wifi/totalsnt 0 -s tizen::vconf::network
-vconftool set -t int db/dnet/statistics/wifi/totalrcv 0 -s tizen::vconf::network
-vconftool set -t int db/dnet/statistics/wifi/lastsnt 0 -s tizen::vconf::network
-vconftool set -t int db/dnet/statistics/wifi/lastrcv 0 -s tizen::vconf::network
-
-#Wi-Fi last power state
-vconftool set -t int file/private/wifi/last_power_state 0 -s system::vconf_network
-
-#Wi-Fi power state due to airplane mode
-vconftool set -t int file/private/wifi/wifi_off_by_airplane 0 -s system::vconf_network
-
-#Wi-Fi power state due to restricted mode
-vconftool set -t int file/private/wifi/wifi_off_by_restricted 0 -s system::vconf_network
-
-#Wi-Fi power state due to emergency mode
-vconftool set -t int file/private/wifi/wifi_off_by_emergency 0 -s system::vconf_network
-
-#Wi-Fi sleep policy
-vconftool set -t int file/private/wifi/sleep_policy 0 -g 6519 -s system::vconf_setting
-
-%if 0%{?model_build_feature_wlan_wearable} == 1
-#Wearable use Wi-Fi
-vconftool set -t int db/private/wifi/wearable_wifi_use 0 -g 6519 -s net-config
-%endif
-
-#Wi-Fi Network Frequency for Wi-Fi Direct
-vconftool set -t int memory/private/wifi/frequency 0 -i -s tizen::vconf::platform::r
-
 #Network logs
 mkdir -p /opt/usr/data/network
 chmod 755 /opt/usr/data/network