[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#230008: please respect policy-rc.d



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



Reply to: