On Sunday 08 November 2009 15:02:21 Ned Ludd wrote: > Anyway that example conf you are looking at was "before" you did any > porting of my first attempt of a mdev.c from that guys mini-udev.c file.
Apparently in the absence of something better, the LFS guys grabbed your old version. :) > These days my busybox-compat basic confs/script-foo look more like the > attached files. What's the event stuff for? I'm not following that... > fb[0-9] 0:0 0600 @mkdir -pm 755 fb;cd fb && ln -sf ../$MDEV $(echo $MDEV | cut -c 3-) > loop[0-9] 0:0 0640 @mkdir -pm 755 loop;cd loop && ln -sf ../$MDEV $(echo $MDEV | cut -c 5-) > i2c-[0-9].* 0:0 0660 @mkdir -pm 755 i2c && cd i2c && ln -sf ../$MDEV $(echo $MDEV | cut -c 5-) That's looking like a common enough idiom we'd want to support it... Where's this being used? Just your personal systems, or is it part of gentoo- embeded or the gentoo boot or something? (The upshot of this conversation, for me, is I no longer feel I have a clear idea of how this sucker's being used out in the field...) Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
