diff options
author | 2014-08-06 16:13:48 +0000 | |
---|---|---|
committer | 2014-08-06 16:13:48 +0000 | |
commit | 0ddc727ec56e91eb312e35f63e86a72ce2ea07e7 (patch) | |
tree | 480dbb1516ee270abd58d49d2ee2cff4b2487337 | |
parent | Provide configuration options that allow the SSL certificate, key and (diff) | |
download | wireguard-openbsd-0ddc727ec56e91eb312e35f63e86a72ce2ea07e7.tar.xz wireguard-openbsd-0ddc727ec56e91eb312e35f63e86a72ce2ea07e7.zip |
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
-rw-r--r-- | distrib/zaurus/ramdisk/install.md | 7 |
1 files 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 } |