Re: devfs, moused and rc.devfs position in rc

2000-08-25 Thread Sheldon Hearn
On Thu, 24 Aug 2000 10:29:03 MST, Jos Backus wrote: > In /etc/rc, rc.i386 is invoked before rc.devfs. This causes moused to fail to > start for those people who use a link from /dev/ to /dev/mouse. The > fix seems to be to switch the order of invocation: Your problem raises another interestin

devfs, moused and rc.devfs position in rc

2000-08-24 Thread Jos Backus
In /etc/rc, rc.i386 is invoked before rc.devfs. This causes moused to fail to start for those people who use a link from /dev/ to /dev/mouse. The fix seems to be to switch the order of invocation: # Run rc.devfs if readable to customize devfs # if [ -r /etc/rc.devfs ]; then sh /etc/rc.de