summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openlmi-providers.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 4165159..82a5f20 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -380,7 +380,7 @@ if [ "$1" -gt 1 ]; then
-c sfcbd unregister \
%{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \
> /dev/null 2>&1 || :;
- %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
-c tog-pegasus unregister \
%{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \
> /dev/null 2>&1 || :;
@@ -397,7 +397,7 @@ if [ "$1" -ge 1 ]; then
-c sfcbd register \
%{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \
> /dev/null 2>&1 || :;
- %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
-c tog-pegasus register \
%{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \
> /dev/null 2>&1 || :;
@@ -414,7 +414,7 @@ if [ "$1" -eq 0 ]; then
-c sfcbd unregister \
%{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \
> /dev/null 2>&1 || :;
- %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
-c tog-pegasus unregister \
%{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \
> /dev/null 2>&1 || :;
@@ -475,7 +475,7 @@ if [ "$1" -gt 1 ]; then
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
# delete indication filters from tog-pegasus
- %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
-c tog-pegasus unregister \
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
@@ -580,7 +580,7 @@ if [ "$1" -ge 1 ]; then
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
# install indication filters for tog-pegasus
- %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
-c tog-pegasus register \
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
@@ -675,7 +675,7 @@ if [ "$1" -eq 0 ]; then
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
# delete indication filters from tog-pegasus
- %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
-c tog-pegasus unregister \
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;