Add paths to PATH in shell script 97/76997/1 accepted/tizen/common/20160629.222945 accepted/tizen/ivi/20160629.070914 accepted/tizen/mobile/20160629.071058 accepted/tizen/tv/20160629.070801 accepted/tizen/wearable/20160629.070904 submit/tizen/20160629.022759
authorchleun.moon <chleun.moon@samsung.com>
Tue, 28 Jun 2016 08:13:20 +0000 (17:13 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Tue, 28 Jun 2016 08:13:31 +0000 (17:13 +0900)
Change-Id: I8de3014b817839f4b4b41787c9cc856ddb6ad05a
Signed-off-by: cheoleun <chleun.moon@samsung.com>
mdnsresponder-server.sh.in

index 9e3859c..67bf514 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
 program="mdnsd"
 target=`/bin/ps -eo comm|/bin/grep ${program}`