> I noticed another problem though as I was idly reading
> dbootstrap/pcmcia.c:
> 
> #define PCMCIA_CONF_FILE     "/target/etc/pcmcia.conf"
> 
> In recent pcmcia-cs packages, this has relocated to /etc/default/pcmcia.
> I don't know if pcmcia-cs will notice the old file at all -- doubt it. I
> suspect this breaks installs involving pcmcia so pcmcia does not come up
> after the reboot. Can someone check?

looks okay actually (from pcmcia-cs.preinst) :
if [ -r /etc/pcmcia.conf ]; then
    mv /etc/pcmcia.conf /etc/default/pcmcia
fi


-David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to