From: ajacoutot Date: Tue, 22 Jul 2014 10:03:56 +0000 (+0000) Subject: tab->space; consistent with the other sysctl values. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0685aad2e0774f2050db69bb7229929bd4852f1d;p=openbsd tab->space; consistent with the other sysctl values. --- 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.