OBS-URL: https://build.opensuse.org/package/show/Base:System/scsirastools?expand=0&rev=27
25 lines
873 B
Diff
25 lines
873 B
Diff
--- 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
|