summaryrefslogtreecommitdiff
path: root/distrib/zaurus
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/zaurus')
-rw-r--r--distrib/zaurus/ramdisk/install.md8
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
}