Add the default path in shell script 08/78008/1 accepted/tizen/common/20160704.145435 accepted/tizen/ivi/20160704.090843 accepted/tizen/mobile/20160704.090831 accepted/tizen/tv/20160704.090837 accepted/tizen/wearable/20160704.090839 submit/tizen/20160704.022620
authorchleun.moon <chleun.moon@samsung.com>
Mon, 4 Jul 2016 02:23:45 +0000 (11:23 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Mon, 4 Jul 2016 02:23:54 +0000 (11:23 +0900)
Change-Id: I528b99c66fc149e1732bfe7d4b34cbf36c268040
Signed-off-by: cheoleun <chleun.moon@samsung.com>
packaging/net-config.spec
resources/usr/sbin/net-config.service

index 44c2e85..2e89a12 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.80
+Version:       1.1.81
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
index 8bfa94d..b765ee7 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 if [ -f /opt/etc/.mac.info ]; then
        bssid="$(/usr/bin/vconftool get -t string db/wifi/bssid_address | /bin/sed -n "/\([0-9A-F][0-9A-F]:\)\{5\}[0-9A-F][0-9A-F]/p")"