Russ Allbery <r...@debian.org> writes:

> Ferenc Wagner <wf...@niif.hu> writes:
>
>> Maybe invoke-rc.d --quiet apache2 restart || [ $? -eq 100 ] ?
>
> Ah, that's a good idea.  I didn't realize invoke-rc.d had a special
> exit status for a missing script.

But anyway, can the Shibboleth module be enabled when Apache isn't
installed?  The restart is already protected by this check:

    if [ -f /etc/apache2/mods-enabled/shib2.load ] ; then
        invoke-rc.d apache2 restart
    fi
-- 
Thanks,
Feri.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to