Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
scsirastools
scsirastools-add-systemd-support.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File scsirastools-add-systemd-support.patch of Package scsirastools
--- scsirastools-1.6.4.orig/files/sgdisk +++ scsirastools-1.6.4/files/sgdisk @@ -15,7 +15,7 @@ # Description: sgdisk is used to start/stop the sgdiskmon software raid1 daemon ### END INIT INFO -if [ -f /etc/SuSE-release ]; then +if [ -f /etc/SuSE-release ] || fgrep -siq suse /etc/os-release; then osver=suse elif [ -f /etc/redhat-release ]; then osver=redhat Index: scsirastools-1.6.4/files/sgraid =================================================================== --- scsirastools-1.6.4.orig/files/sgraid +++ scsirastools-1.6.4/files/sgraid @@ -15,7 +15,7 @@ # Description: sgraid is used to start/stop the sgraidmon software raid1 daemon ### END INIT INFO -if [ -f /etc/SuSE-release ]; then +if [ -f /etc/SuSE-release ] || fgrep -siq suse /etc/os-release; then osver=suse elif [ -f /etc/redhat-release ]; then osver=redhat
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