| Summary: | /etc/rc.syscons: moused has malformed command line | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Bruce M Simpson <bms> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.6-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Bruce M Simpson
2002-09-11 13:30:01 UTC
State Changed From-To: open->feedback Using "-m 1=4 1=1" violates options syntax, at least for the standard getopt parser. The man page for moused says that you can use multiple instances of the -m option. Does this work if you use moused_flags="-3 -m 1=4 -m 1=1" ? Wed, Sep 11, 2002 at 13:21:51, bms (Bruce M Simpson) wrote about "misc/42657: /etc/rc.syscons: moused has malformed command line": BMS> moused_flags="-3 -m 1=4 1=1" This is your fault. Correct variant is: "-3 -m 1=4 -m 1=1" At my system, "-m 2=3 -m 3=2" works without any problem. /netch State Changed From-To: feedback->closed Pilot error. |