Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 11:49:22 +0000
From:      Dominic Mitchell <dom@semantico.com>
To:        Baldur Gislason <baldur@foo.is>
Cc:        Robert Withrow <witr@rwwa.com>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Suggestion:  usbd.conf uses rc.conf for options
Message-ID:  <3DBD2442.5050602@semantico.com>
References:  <20021027193323.C76EA32B3@ns1.rwwa.com> <20021027194710.6AA69AB93@tesla.foo.is>

next in thread | previous in thread | raw e-mail | index | archive | help
Baldur Gislason wrote:
> I agree, that would be a nice feature in usbd, but a workaround to gain the same functionality would be:
> 
> attach "/usr/sbin/moused `/usr/bin/perl -e 'while(<>) { $foo = $_ . $foo; } if($foo =~ /^moused_flags="(.*?)"$/im) { print $1; }' < /etc/rc.conf` -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"

Why not just:

   attach ". /etc/rc.conf; /usr/bin/moused ${moused_flags} -p 
/dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"

(untested)

-Dom

-- 
| Semantico: creators of major online resources          |
|       URL: http://www.semantico.com/                   |
|       Tel: +44 (1273) 722222                           |
|   Address: 33 Bond St., Brighton, Sussex, BN1 1RD, UK. |


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?3DBD2442.5050602>