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.
> 
> It looks reasonable.  I've put this modification.  Thanks.

What has happened to this change/bugreport ?

Is libc going to mount this filesystem ?

I'll either need to get this fixed or work around this
on pbuilder side.


regards,
        junichi


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

Reply via email to