sön 2010-07-18 klockan 18:43 +0200 skrev Helmut Grohne:
> Package: fetch-crl
> Version: 2.8.5-1

Are you sure about the version. I know this bug was present in the
2.8.4-1 package, but as far as I know it is fixed in 2.8.5-1.

This is the post install script in 2.8.5-1. Note the period at the end
of the update-rc.d command:

#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/fetch-crl-boot" ]; then
        update-rc.d fetch-crl-boot start 20 . stop 20 0 1 2 3 4 5 6 . >/dev/null
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
                invoke-rc.d fetch-crl-boot start || exit $?
        else
                /etc/init.d/fetch-crl-boot start || exit $?
        fi
fi
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/fetch-crl-cron" ]; then
        update-rc.d fetch-crl-cron defaults >/dev/null
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
                invoke-rc.d fetch-crl-cron start || exit $?
        else
                /etc/init.d/fetch-crl-cron start || exit $?
        fi
fi
# End automatically added section


        Mattias

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to