Package: libc6
Version: 2.3.2ds1-11

Hi,

libc.postinst does:

    updatercd mountkernfs start 35 S .
    /etc/init.d/mountkernfs 2>/dev/null || true


is it possible to use invoke-rc.d when possible?



    if [ -e /usr/sbin/invoke-rc.d ]; then
      invoke-rc.d mountkernfs start
    else
      /etc/init.d/mountkernfs 2>/dev/null || true
    fi



I don't want filesystems randomly mounted inside chroot.



regards,
        junichi


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

Reply via email to