14 lines
411 B
Diff
14 lines
411 B
Diff
--- sapconf-0.99/sapconf-0.99-#11701246-function-check_links 2019-05-21 14:32:24.208136774 +0100
|
|
+++ sapconf-0.99/sapconf 2019-05-21 15:44:01.888215988 +0100
|
|
@@ -998,9 +998,9 @@
|
|
# disable check_rpms as workaround on rhel 8 according to #1672323
|
|
if ( ! grep "release 8" /etc/redhat-release ) ; then
|
|
check_rpms
|
|
+ check_links
|
|
fi
|
|
check_uuidd
|
|
-check_links
|
|
check_chronyd
|
|
check_env
|
|
for g in $SAPGROUPLIST; do
|