summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2014-07-22 10:03:56 +0000
committerajacoutot <ajacoutot@openbsd.org>2014-07-22 10:03:56 +0000
commit0685aad2e0774f2050db69bb7229929bd4852f1d (patch)
tree330ea854125b9b186597130b47b7d37b8d7b83f9
parentDrop quotes and mention that 3 and not 2 variables can be overridden. (diff)
downloadwireguard-openbsd-0685aad2e0774f2050db69bb7229929bd4852f1d.tar.xz
wireguard-openbsd-0685aad2e0774f2050db69bb7229929bd4852f1d.zip
tab->space; consistent with the other sysctl values.
-rw-r--r--distrib/miniroot/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index cf3d47ee947..41fdf9612c3 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: install.sh,v 1.252 2014/07/22 06:45:31 ajacoutot Exp $
+# $OpenBSD: install.sh,v 1.253 2014/07/22 10:03:56 ajacoutot Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -310,7 +310,7 @@ fi
)
if grep -qs '^rtsol' /mnt/etc/hostname.*; then
- echo 'net.inet6.icmp6.rediraccept=1 # 1=Accept IPv6 ICMP redirects (for hosts)' >>/mnt/etc/sysctl.conf
+ echo 'net.inet6.icmp6.rediraccept=1 # 1=Accept IPv6 ICMP redirects (for hosts)' >>/mnt/etc/sysctl.conf
fi
# Perform final steps common to both an install and an upgrade.