tis 2010-07-20 klockan 13:52 +0200 skrev Helmut Grohne: > Hi Mattias, > Offending line is this one: > > update-rc.d fetch-crl-boot start 20 . stop 20 0 1 2 3 4 5 6 . >/dev/null > > Notice that *no* runlevels are given for start. It looks like > update-rc.d cannot handle this situation.
Would this do the right thing?
update-rc.d fetch-crl-boot stop 20 0 1 2 3 4 5 6 . >/dev/null
Mattias
smime.p7s
Description: S/MIME cryptographic signature

