Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.6:Update
powerpc-utils.29354
fix_kexec_service_name_for_suse.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_kexec_service_name_for_suse.patch of Package powerpc-utils.29354
--- powerpc-utils-1.3.7/scripts/update_flash 2020/07/29 11:58:57 1.1 +++ powerpc-utils-1.3.7/scripts/update_flash 2020/07/29 11:59:10 @@ -131,7 +131,7 @@ fi # kexec service is running - systemctl status kexec.service | grep -w "active" >/dev/null 2>&1 + systemctl status kexec-load.service | grep -w "active" >/dev/null 2>&1 if [ $? -eq 0 ]; then return 0 fi @@ -141,7 +141,7 @@ # Stop kexec service stop_kexec_service() { - systemctl stop kexec.service >/dev/null 2>&1 + systemctl stop kexec-load.service >/dev/null 2>&1 if [ $? -ne 0 ]; then echo "update_flash: Failed to stop kexec service." error $E_KEXEC "Please stop kexec service and retry." --- powerpc-utils-1.3.7/scripts/update_flash_nv 2020/07/29 11:59:14 1.1 +++ powerpc-utils-1.3.7/scripts/update_flash_nv 2020/07/29 11:59:23 @@ -170,7 +170,7 @@ fi # kexec service is running - systemctl status kexec.service | grep -w "active" >/dev/null 2>&1 + systemctl status kexec-load.service | grep -w "active" >/dev/null 2>&1 if [ $? -eq 0 ]; then return 0 fi @@ -180,7 +180,7 @@ # Stop kexec service stop_kexec_service() { - systemctl stop kexec.service >/dev/null 2>&1 + systemctl stop kexec-load.service >/dev/null 2>&1 if [ $? -ne 0 ]; then echo "update_flash: Failed to stop kexec service." error $E_KEXEC "Please stop kexec service and retry."
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor