Borsenkow Andrej <[EMAIL PROTECTED]> writes:

> - put proper config file under /etc/devfs/conf.d. Something like
> lirc.conf with
> 
> REGISTER ^lirc/serial$ CFUNCTION GLOBAL symlink $devname lirc0
> UNREGISTER ^lirc/serial$ CFUNCTION GLOBAL unlink lirc0
> 
> or pick up any other name instead of lirc0 (lirc plain is already taken
> :-) Pixel, do we have any convenience functions in libDrakX?

of course :)

  any::devfssymlinkf('lirc/serial', 'lirc0');

name comes from devfs + symlink + f, devfs_symlink_f would be
better...

Reply via email to