summaryrefslogtreecommitdiff
path: root/conf.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 14:44:43 +0000
committerRoy Marples <roy@marples.name>2007-11-20 14:44:43 +0000
commit4a99001a0fad4fd855030d57835ab1643c709f42 (patch)
tree617a40d5f138471e89820e5a18769aed5986e1a2 /conf.d.BSD
parentc94bfb2f9b05a09146a906135006c23352151ccb (diff)
downloadopenrc-4a99001a0fad4fd855030d57835ab1643c709f42.tar.gz
openrc-4a99001a0fad4fd855030d57835ab1643c709f42.tar.bz2
openrc-4a99001a0fad4fd855030d57835ab1643c709f42.tar.xz
Add a moused init script
Diffstat (limited to 'conf.d.BSD')
-rw-r--r--conf.d.BSD/Makefile2
-rw-r--r--conf.d.BSD/moused18
2 files changed, 19 insertions, 1 deletions
diff --git a/conf.d.BSD/Makefile b/conf.d.BSD/Makefile
index e7e8a46..1c5ac58 100644
--- a/conf.d.BSD/Makefile
+++ b/conf.d.BSD/Makefile
@@ -1,5 +1,5 @@
DIR = /etc/conf.d
-CONF = localmount net.example
+CONF = localmount moused net.example
TOPDIR = ..
include $(TOPDIR)/default.mk
diff --git a/conf.d.BSD/moused b/conf.d.BSD/moused
new file mode 100644
index 0000000..2a7584a
--- /dev/null
+++ b/conf.d.BSD/moused
@@ -0,0 +1,18 @@
+# See the moused man page for available settings.
+
+# 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=""
+
+# 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=""
+
+# You can also multiplex the init script for each device like so
+# ln -s moused /etc/init.d/moused.ums0
+# This enables you to have a config file per mouse (forces MOUSED_DEVICE
+# to ums0 in this case) and control each mouse.
+# devd can also start and stop these mice, which laptop users will find handy.