mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
remove incorrect comment that I missed in my last change
This commit is contained in:
parent
3edb14e94b
commit
04d2afedf1
1 changed files with 0 additions and 2 deletions
|
|
@ -108,8 +108,6 @@ detach 100 {
|
|||
action "/etc/rc.d/syscons setkeyboard /dev/kbd0";
|
||||
};
|
||||
|
||||
# The entry below starts moused when a mouse is plugged in. Moused
|
||||
# stops automatically (actually it bombs :) when the device disappears.
|
||||
attach 100 {
|
||||
device-name "ums[0-9]+";
|
||||
action "/etc/rc.d/moused quietstart $device-name";
|
||||
|
|
|
|||
Loading…
Reference in a new issue