Sebastian Dransfeld a écrit :
> On Thu, 8 Mar 2001, Christian Gennerat wrote:
>
> > #Mar 7 21:40:56 bcv66vbb kernel: execmod:/etc/X11/xinit.d/msec
> > #Mar 7 21:40:56 bcv66vbb modprobe: modprobe: Can't locate module binfmt-0000
>
> What is the purpose of /etc/X11/xinit.d/msec? It doesn't belong to any
> package.
>
In the file /usr/share/msec/lib.sh
from the package msec-0.15-14mdk (the last one, since oct 13)
This file is created, remains empty if security_level > 2
if [[ -f /etc/X11/xinit.d/msec ]]; then
CleanRules /etc/X11/xinit.d/msec
else
touch /etc/X11/xinit.d/msec
chmod 755 /etc/X11/xinit.d/msec
fi
And it is used during 'init 5'