Revert Apply permissions to /dev/vhost-net without the need to restart the machine 58/277458/1
authorAditya Aswani <a.aswani@samsung.com>
Thu, 7 Jul 2022 08:19:07 +0000 (13:49 +0530)
committerAditya Aswani <a.aswani@samsung.com>
Thu, 7 Jul 2022 08:19:07 +0000 (13:49 +0530)
Change-Id: I44246aa49ef484adea0250e0c220d495c2ffcf15
Signed-off-by: Aditya Aswani <a.aswani@samsung.com>
package/emulator-qemu-x86.install.linux

index 8043a0342edf615568e012b006a692fd361d2fc4..4f65f3c6e47db1c7836cb093c409fee524330486 100755 (executable)
@@ -33,7 +33,6 @@ echo "cp \"${TIZEN_SDK_INSTALL_PATH}/platforms/${PLATFORM_VERSION}/common/emulat
 echo "cp \"${TIZEN_SDK_INSTALL_PATH}/platforms/${PLATFORM_VERSION}/common/emulator/etc/45-tizen-vhost-net.rules\" /lib/udev/rules.d/" >> ${TMP_FILE}
 echo "cp \"${TIZEN_PLATFORM_ETC_PATH}/emulator-ifup.sh\" /etc" >> $TMP_FILE
 echo "update-rc.d tizen-vhost-net defaults" >> $TMP_FILE
-echo "/etc/init.d/tizen-vhost-net start" >> $TMP_FILE
 echo "if [ ! -d /etc/sudoers.d ];then" >> $TMP_FILE
 echo "mkdir /etc/sudoers.d" >> $TMP_FILE
 echo "fi" >> $TMP_FILE