summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorJonathan Billings <jsbillin@umich.edu>2014-04-23 13:05:35 -0400
committerJonathan Billings <jsbillin@umich.edu>2014-04-23 13:05:35 -0400
commit58196c146e2df70e0dfb3af31fff9776912600e5 (patch)
treeeed260b3736b6c7a5fb6751386ad97b5aa8f4f55 /misc
parentc7e0ba777bc1060768118559217bd7a672116044 (diff)
downloadbcfg2-58196c146e2df70e0dfb3af31fff9776912600e5.tar.gz
bcfg2-58196c146e2df70e0dfb3af31fff9776912600e5.tar.bz2
bcfg2-58196c146e2df70e0dfb3af31fff9776912600e5.zip
misc/bcfg2.spec: Remove second, unnecessary %endif
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec10
1 files 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