Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 14:33:23 -0500
From:      Robert Withrow <witr@rwwa.com>
To:        freebsd-hackers@freebsd.org
Subject:   Suggestion:  usbd.conf uses rc.conf for options
Message-ID:  <20021027193323.C76EA32B3@ns1.rwwa.com>

next in thread | raw e-mail | index | archive | help
Hi:

I notice that usbd.conf has this for the mouse device:

  device "Mouse"
    devname "ums[0-9]+"
    attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"

If usbd.conf could use rc.conf, this could be modified to

    attach "/usr/sbin/moused ${moused_flags} -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"

That way the user wouldn't loose his moused_flags (like accelerator settings).

YMMV

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




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