sysctl machdep.ztsscale has been unused for 7 years, so stop handling it.
authorajacoutot <ajacoutot@openbsd.org>
Wed, 6 Aug 2014 16:13:48 +0000 (16:13 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Wed, 6 Aug 2014 16:13:48 +0000 (16:13 +0000)
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

index a0d3b68..a513a6e 100644 (file)
@@ -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
 }