From dcbf152e566c12fd56ccd132433de6e01a5a6fe5 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Fri, 29 Mar 2013 16:47:04 +0900 Subject: [PATCH] remove vmodemd init script (it has moved to vmodemd git repo) Change-Id: Iec1a5fb039a4a0bb06440d16598b3d7490ce8aef --- filesystem/etc/init.d/vmodemd | 5 ----- filesystem/etc/rc.d/rc3.d/S03vmodemd | 1 - packaging/system-plugin-emulator.spec | 2 -- 3 files changed, 8 deletions(-) delete mode 100755 filesystem/etc/init.d/vmodemd delete mode 120000 filesystem/etc/rc.d/rc3.d/S03vmodemd diff --git a/filesystem/etc/init.d/vmodemd b/filesystem/etc/init.d/vmodemd deleted file mode 100755 index c2e7252..0000000 --- a/filesystem/etc/init.d/vmodemd +++ /dev/null @@ -1,5 +0,0 @@ -chmod 777 /opt/var/kdb/db - -if test -x /usr/bin/vmodem_x86 ; then - /usr/bin/vmodem_x86 & -fi diff --git a/filesystem/etc/rc.d/rc3.d/S03vmodemd b/filesystem/etc/rc.d/rc3.d/S03vmodemd deleted file mode 120000 index e2f76ec..0000000 --- a/filesystem/etc/rc.d/rc3.d/S03vmodemd +++ /dev/null @@ -1 +0,0 @@ -../../init.d/vmodemd \ No newline at end of file diff --git a/packaging/system-plugin-emulator.spec b/packaging/system-plugin-emulator.spec index 3bf12a9..080423a 100644 --- a/packaging/system-plugin-emulator.spec +++ b/packaging/system-plugin-emulator.spec @@ -103,7 +103,6 @@ touch /dev/rtc1 /etc/init.d/csa-tools /etc/init.d/setup-audio-volume /etc/init.d/mount-hostdir -/etc/init.d/vmodemd /etc/inittab /etc/mdev.conf /etc/mtools.conf @@ -116,7 +115,6 @@ touch /dev/rtc1 /etc/rc.d/rc.sysinit /etc/rc.d/rc3.d/S01setup-audio-volume /etc/rc.d/rc3.d/S02mount-hostdir -/etc/rc.d/rc3.d/S03vmodemd /etc/rc.d/rc3.d/S45vconf-menuscreen /etc/rc.d/rc3.d/S50ssh /etc/virtgl.sh -- 2.34.1