From 0ddc727ec56e91eb312e35f63e86a72ce2ea07e7 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 6 Aug 2014 16:13:48 +0000 Subject: [PATCH] sysctl machdep.ztsscale has been unused for 7 years, so stop handling it. s/TAB/SPACE for the wsconsctl.conf comment like we do with sysctl.conf in MI. "get this in fast" deraadt@ ok ratchov@ who will test it in the next few hours --- distrib/zaurus/ramdisk/install.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md index a0d3b685787..a513a6eb9a3 100644 --- a/distrib/zaurus/ramdisk/install.md +++ b/distrib/zaurus/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.30 2014/08/05 13:15:51 deraadt Exp $ +# $OpenBSD: install.md,v 1.31 2014/08/06 16:13:48 ajacoutot Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -126,11 +126,8 @@ md_congrats() { echo grep -v '^mouse\.scale.*$' /mnt/etc/wsconsctl.conf \ >/tmp/wsconsctl.conf 2>/dev/null - echo $val " # see ztsscale(8)" >> /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 2>/dev/null - cp /tmp/sysctl.conf /mnt/etc/sysctl.conf ;; esac } -- 2.20.1