From fd9b6971df37ade6dd93cfa3ba2bb12d8644fd16 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Thu, 31 May 2007 03:51:57 +0000 Subject: don't try to move a non-existing file to wsconsctl.conf --- distrib/zaurus/ramdisk/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/zaurus/ramdisk/install.md') diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md index da976d85c63..d689372ccb0 100644 --- a/distrib/zaurus/ramdisk/install.md +++ b/distrib/zaurus/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.10 2007/05/29 21:13:56 robert Exp $ +# $OpenBSD: install.md,v 1.11 2007/05/31 03:51:56 robert Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -125,7 +125,7 @@ md_congrats() { case $? in 0) grep -v '^mouse\.scale.*$' /mnt/etc/wsconsctl.conf \ - >/tmp/sysctl.conf + >/tmp/wsconsctl.conf echo $val " # see ztsscale(8)" >> /tmp/wsconsctl.conf cp /tmp/wsconsctl.conf /mnt/etc/wsconsctl.conf ;; -- cgit v1.2.3