diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-29 21:13:57 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-29 21:13:57 +0000 |
commit | 921efaab16638b45c9ea866275435c24143bad9d (patch) | |
tree | 11021f7d1f43930583dc5ed8e57a0ff1a672b763 /distrib/zaurus | |
parent | 7e13027be6ef7e0923c3b1625244cb8eec6bc534 (diff) |
adapt ztsscale and the installer to use wscons ioctls for calibration;
ok deraadt@
Diffstat (limited to 'distrib/zaurus')
-rw-r--r-- | distrib/zaurus/ramdisk/install.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md index b3b8a5950f2..da976d85c63 100644 --- a/distrib/zaurus/ramdisk/install.md +++ b/distrib/zaurus/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.9 2007/02/11 18:59:31 krw Exp $ +# $OpenBSD: install.md,v 1.10 2007/05/29 21:13:56 robert Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -124,10 +124,10 @@ md_congrats() { val=`ztsscale` case $? in 0) - grep -v '^machdep\.ztsscale.*$' /mnt/etc/sysctl.conf \ + grep -v '^mouse\.scale.*$' /mnt/etc/wsconsctl.conf \ >/tmp/sysctl.conf - echo $val " # see ztsscale(8)" >> /tmp/sysctl.conf - cp /tmp/sysctl.conf /mnt/etc/sysctl.conf + echo $val " # see ztsscale(8)" >> /tmp/wsconsctl.conf + cp /tmp/wsconsctl.conf /mnt/etc/wsconsctl.conf ;; esac } |