diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-31 03:51:57 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-31 03:51:57 +0000 |
commit | fd9b6971df37ade6dd93cfa3ba2bb12d8644fd16 (patch) | |
tree | ec759fc1f9b40348bb2e02bdfdc4adb79d7456ad /distrib | |
parent | 1e775c3844c80b460b38a0871d3e0b2acf2e5a62 (diff) |
don't try to move a non-existing file to wsconsctl.conf
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/zaurus/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 ;; |