X-Git-Url: http://git.onelab.eu/?p=nodeimage.git;a=blobdiff_plain;f=noderepo.spec;h=a706547741d5e5846464e953c59e8602eb3509e7;hp=ba730f12346fe9a8a1a2d086eeb8a042677c9831;hb=fcf979b65780a9095e8c1adcb6480be97bc9730f;hpb=33a2f857611d6951d260b8cb584aa4ecb8efb014 diff --git a/noderepo.spec b/noderepo.spec index ba730f1..a706547 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -76,13 +76,13 @@ rm -rf $RPM_BUILD_ROOT # this however exhibit a deadlock, as rpm --almatches -e gpg-pubkey waits for transaction lock # that is help by the calling yum/rpm if [ ! -e /bin/systemctl ] ; then - echo "Systemd is not there. Just starting PLC to handle packages (may fail of PLC is not configured) ..." + echo "Systemd is not there. Just starting PLC to handle packages (may fail if PLC is not configured) ..." service plc start packages elif /bin/systemctl status plc >/dev/null ; then echo "Restarting PLC to handle packages ..." service plc restart packages else - echo "The PLC is not running. Skipping a restart ..." + echo "PLC is not running. Skipping a restart ..." fi %files