From 289b43b08af38e51aaccfbaf5cd79e7f14749b6a Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Tue, 4 Sep 2018 11:12:10 -0500 Subject: [PATCH] putting back crashlog to package but not load at boot Let crash log be in the package but not as enabled at boot --- excludes | 7 ------- install_append | 6 ------ 2 files changed, 13 deletions(-) diff --git a/excludes b/excludes index b78ace4..f075ede 100644 --- a/excludes +++ b/excludes @@ -1,9 +1,2 @@ # This file contains the output files that need %exclude. Full path # names, one per line. -/usr/bin/usercrash_c -/usr/bin/acrnprobe_prepare.sh -/usr/lib/systemd/system/usercrash.service -/usr/lib/systemd/system/acrnprobe.service - -# EXCLUDED because it executes a shell script -/usr/lib/systemd/system/prepare.service \ No newline at end of file diff --git a/install_append b/install_append index 3ca2751..7e77a44 100644 --- a/install_append +++ b/install_append @@ -1,8 +1,2 @@ mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants -ln -s ../usercrash.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/usercrash.service -ln -s ../prepare.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/prepare.service -ln -s ../acrnprobe.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/acrnprobe.service mkdir -p %{buildroot}/usr/share/clr-service-restart -ln -sf /usr/lib/systemd/system/usercrash.service %{buildroot}/usr/share/clr-service-restart/usercrash.service -ln -sf /usr/lib/systemd/system/prepare.service %{buildroot}/usr/share/clr-service-restart/prepare.service -ln -sf /usr/lib/systemd/system/acrnprobe.service %{buildroot}/usr/share/clr-service-restart/acrnprobe.service