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
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