From 920fe35c2bb2c2979cef5a837024400334606d3f Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Fri, 11 Oct 2013 22:24:01 +0900 Subject: [PATCH] remove sdbd.service since sdbd package has included the service file. Change-Id: Iccd9061aa260117fe3644ec4eaa0dea1f8d2f8ab Signed-off-by: Kitae Kim --- filesystem/usr/lib/systemd/system/sdbd.service | 14 -------------- packaging/system-plugin-emulator.changes | 3 +++ packaging/system-plugin-emulator.spec | 5 +---- 3 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 filesystem/usr/lib/systemd/system/sdbd.service diff --git a/filesystem/usr/lib/systemd/system/sdbd.service b/filesystem/usr/lib/systemd/system/sdbd.service deleted file mode 100644 index 0432676..0000000 --- a/filesystem/usr/lib/systemd/system/sdbd.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=sdbd -Before=sensord.service - -[Service] -Type=forking -Environment=DISPLAY=:0 -PIDFile=/tmp/.sdbd.pid -RemainAfterExit=yes -ExecStartPre=/bin/bash -c "/bin/echo `/bin/sed 's/^.*sdb_port=\([^, ]*\).*$/\1/g' /proc/cmdline` > /opt/home/sdb_port.txt" -ExecStart=/usr/sbin/sdbd - -[Install] -WantedBy=emulator.target diff --git a/packaging/system-plugin-emulator.changes b/packaging/system-plugin-emulator.changes index e5c5b01..ff9cbc9 100644 --- a/packaging/system-plugin-emulator.changes +++ b/packaging/system-plugin-emulator.changes @@ -1,3 +1,6 @@ +* Fri Oct 11 13:14:14 UTC 2013 Kitae Kim +- remove sdbd.service since sdbd package has included the service file. + * Mon Sep 30 14:30:50 UTC 2013 GiWoong Kim - added /opt/nfc/sdkMsg flushing to rc.shutdown diff --git a/packaging/system-plugin-emulator.spec b/packaging/system-plugin-emulator.spec index b46ac14..d8a3206 100644 --- a/packaging/system-plugin-emulator.spec +++ b/packaging/system-plugin-emulator.spec @@ -1,5 +1,5 @@ Name: system-plugin-emulator -Version: 0.0.13 +Version: 0.0.14 Release: 1 %define systemd_dir /usr/lib/systemd @@ -48,7 +48,6 @@ ln -s %{systemd_dir}/system/emul-common-preinit.service %{buildroot}/%{systemd_d mkdir -p %{buildroot}/%{systemd_dir}/system/multi-user.target.wants ln -s %{systemd_dir}/system/emulator.target %{buildroot}/%{systemd_dir}/system/multi-user.target.wants/ mkdir -p %{buildroot}/%{systemd_dir}/system/emulator.target.wants -ln -s %{systemd_dir}/system/sdbd.service %{buildroot}/%{systemd_dir}/system/emulator.target.wants/ ln -s %{systemd_dir}/system/sshd.service %{buildroot}/%{systemd_dir}/system/emulator.target.wants/ # for host file sharing @@ -93,9 +92,7 @@ fi /usr/lib/systemd/system/emulator_preinit.target.wants/emul-setup-audio-volume.service /usr/lib/systemd/system/emulator_preinit.target.wants/emul-mount-hostdir.service /usr/lib/systemd/system/emulator_preinit.target.wants/emul-common-preinit.service -/usr/lib/systemd/system/sdbd.service /usr/lib/systemd/system/sshd.service -/usr/lib/systemd/system/emulator.target.wants/sdbd.service /usr/lib/systemd/system/emulator.target.wants/sshd.service /usr/lib/udev/rules.d/95-tizen-emulator.rules %dir /mnt/host -- 2.7.4