Fix bugs 77/149777/1
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 13 Sep 2017 05:36:18 +0000 (14:36 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Wed, 13 Sep 2017 05:36:18 +0000 (14:36 +0900)
- Fix misspelling for m4 condition
- Do not install unused services: tizen-debug-on/off

Change-Id: I09296e1365407c93ebb6dd9897ccc5b9e346bddd
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
CMakeLists.txt
packaging/crash-worker.spec
src/log_dump/log_dump.service.m4

index 6982d26..d55fc2b 100644 (file)
@@ -17,6 +17,6 @@ ENDIF()
 
 ADD_SUBDIRECTORY(src/dump_systemstate)
 ADD_SUBDIRECTORY(src/log_dump)
-ADD_SUBDIRECTORY(data)
+#ADD_SUBDIRECTORY(data)
 ADD_SUBDIRECTORY(tests)
 
index 2ebc8df..0584e3e 100644 (file)
@@ -178,8 +178,6 @@ sed -i "/${pattern}/D" %{_sysconfdir}/ld.so.preload
 %{crash_dump_gen}/*
 %attr(0750,system_fw,system_fw) %{_bindir}/*
 %attr(0644,system_fw,system_share) %{_unitdir}/log_dump.service
-%attr(0644,root,system) %{_unitdir}/tizen-debug-on.service
-%attr(0644,root,system) %{_unitdir}/tizen-debug-off.service
 %{TZ_SYS_ETC}/crash-manager.conf
 %attr(-,root,root) %{_sysconfdir}/dbus-1/system.d/log_dump.conf
 %attr(-,root,root) %{_prefix}/lib/sysctl.d/99-crash-manager.conf
index a78d097..07b024c 100644 (file)
@@ -7,7 +7,7 @@ Type=oneshot
 Nice=-5
 KillMode=process
 ExecStart=/usr/bin/log_dump --dbus
-m4_ifdef('USE_ENGINEER_MODE',
+m4_ifdef(`USE_ENGINEER_MODE',
 User=root
 Group=root,
 User=system_fw