From 58196c146e2df70e0dfb3af31fff9776912600e5 Mon Sep 17 00:00:00 2001 From: Jonathan Billings Date: Wed, 23 Apr 2014 13:05:35 -0400 Subject: misc/bcfg2.spec: Remove second, unnecessary %endif --- misc/bcfg2.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index f79483858..4e90e94a1 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -560,7 +560,7 @@ sed "s@http://www.w3.org/2001/xml.xsd@file://$(pwd)/schemas/xml.xsd@" \ %fillup_and_insserv -f bcfg2 %else /sbin/chkconfig --add bcfg2 - %endif %endif + %endif fi %endif @@ -574,7 +574,7 @@ sed "s@http://www.w3.org/2001/xml.xsd@file://$(pwd)/schemas/xml.xsd@" \ %fillup_and_insserv -f bcfg2-server %else /sbin/chkconfig --add bcfg2-server - %endif %endif + %endif fi %endif @@ -589,7 +589,7 @@ sed "s@http://www.w3.org/2001/xml.xsd@file://$(pwd)/schemas/xml.xsd@" \ %else /sbin/service bcfg2 stop &>/dev/null || : /sbin/chkconfig --del bcfg2 - %endif %endif + %endif fi %endif @@ -605,7 +605,7 @@ sed "s@http://www.w3.org/2001/xml.xsd@file://$(pwd)/schemas/xml.xsd@" \ %else /sbin/service bcfg2-server stop &>/dev/null || : /sbin/chkconfig --del bcfg2-server - %endif %endif + %endif fi %endif @@ -622,7 +622,7 @@ sed "s@http://www.w3.org/2001/xml.xsd@file://$(pwd)/schemas/xml.xsd@" \ %insserv_cleanup %else /sbin/service bcfg2 condrestart &>/dev/null || : - %endif %endif + %endif fi %endif -- cgit v1.2.3-1-g7c22