diff options
author | Roy Marples <roy@marples.name> | 2007-11-23 12:04:11 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-23 12:04:11 +0000 |
commit | d81def80b00a3dbcb4f8980f4503c4d659b48a2a (patch) | |
tree | 64a5df4281620cacbc1f03838d42e88167886fc9 /conf.d.BSD/moused | |
parent | f077f179edaeb746b267421baa29ec751c38b713 (diff) |
Move /etc/conf.d/rc to /etc/rc.conf.
Lowercase all configurable variables, non configurations remain uppercase.
Replace rc_env_bool with rc_yesno.
Split localmount info procfs (Linux) and dumpon, savecore (BSD)
Diffstat (limited to 'conf.d.BSD/moused')
-rw-r--r-- | conf.d.BSD/moused | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/conf.d.BSD/moused b/conf.d.BSD/moused index 2a7584ab..a9edab16 100644 --- a/conf.d.BSD/moused +++ b/conf.d.BSD/moused @@ -2,14 +2,10 @@ # Set to your mouse device psm[0-9] for PS/2 ports, ums[0-9] for USB ports # Leave blank to try to autodetect it -MOUSED_DEVICE="" +#moused_device="/dev/psm0" # Any additional arguments required -MOUSED_ARGS="" - -# If 0xd0-0xd3 default range is occupied in your language code table, specify -# alternative range start like MOUSECHAR_START="3", see vidcontrol(1) -MOUSECHAR_START="" +moused_args="" # You can also multiplex the init script for each device like so # ln -s moused /etc/init.d/moused.ums0 |