diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-31 20:28:24 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-05-31 20:28:24 +0000 |
commit | d757849240a1483b9c1feb030f5c717819610fc1 (patch) | |
tree | 58cdb096513c9cc6b91c6f5c7c3675172c114ac6 | |
parent | 01f57107bc945b59e91358bcb322c60c46f4b419 (diff) |
remove the machdep.ztsscale line from sysctl.conf
because it's not used anymore; ok krw@
-rw-r--r-- | distrib/zaurus/ramdisk/install.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md index d689372ccb0..04ff7f39117 100644 --- a/distrib/zaurus/ramdisk/install.md +++ b/distrib/zaurus/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.11 2007/05/31 03:51:56 robert Exp $ +# $OpenBSD: install.md,v 1.12 2007/05/31 20:28:23 robert Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -128,6 +128,9 @@ md_congrats() { >/tmp/wsconsctl.conf echo $val " # see ztsscale(8)" >> /tmp/wsconsctl.conf cp /tmp/wsconsctl.conf /mnt/etc/wsconsctl.conf + grep -v '^machdep\.ztsscale.*$' /mnt/etc/sysctl.conf \ + >/tmp/sysctl.conf + cp /tmp/sysctl.conf /mnt/etc/sysctl.conf ;; esac } |