Georg Nikodym ([EMAIL PROTECTED]) wrote:

> Also, RH7's /etc/rc.sysinit can already start devfsd automatically
> with the following line:
> 
>     [ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev
> 
> So, all you have to do is create an empty file /dev/.devfsd

That file is created by devfs itself, and is used for communication
with devfsd.  What the check for that file accomplishes is to only
start devfsd if devfs is mounted.

-- 
<[EMAIL PROTECTED]> >>>>>>> >>>>>> >>>>> >>>> >>> >> >
< << <<< This used to be real-estate,
         now it's only fields and trees. >>>> >>> >> >
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to