Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2001 11:36:32 -0700
From:      Jos Backus <josb@cncdsl.com>
To:        freebsd-current@freebsd.org
Subject:   Suggestion: move rc.devfs invocation up in rc
Message-ID:  <20010923113632.B557@lizzy.bugworks.com>

next in thread | raw e-mail | index | archive | help
My rc.devfs has:

    ln -fs /dev/psm0 /dev/mouse

My rc.conf has:

    moused_port="/dev/mouse"

Unfortunately, this doesn't work because rc.syscons (which starts moused) is
run before rc.devfs, i.e. before the symlink is created. Could rc.devfs not be
moved up in rc so this does work?

Why? I'd like to be able to refer to my logical mouse device as ``/dev/mouse''
(interface) and define the actual device (implementation) in one place only,
for obvious reasons.

Thanks,
-- 
Jos Backus                 _/  _/_/_/        Santa Clara, CA
                          _/  _/   _/
                         _/  _/_/_/             
                    _/  _/  _/    _/
josb@cncdsl.com     _/_/   _/_/_/            use Std::Disclaimer;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010923113632.B557>