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

Bug#230008: please respect policy-rc.d



At Wed, 28 Jan 2004 06:45:42 +0900,
Junichi Uekawa wrote:
> 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.

Regards,
-- gotom





Reply to: