From 6486637a6bf5ed573fb5c731b38f60ce655d9b81 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 25 Feb 2004 08:42:39 +0000 Subject: remove -w option to sysctl; diffs from Paul de Weerd; ok deraadt@ --- usr.sbin/faithd/faithd.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/faithd') diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index edf84b59e66..d231e35244d 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: faithd.8,v 1.27 2003/08/08 10:13:33 jmc Exp $ +.\" $OpenBSD: faithd.8,v 1.28 2004/02/25 08:42:38 jmc Exp $ .\" $KAME: faithd.8,v 1.36 2002/05/09 13:59:16 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -254,9 +254,9 @@ the .Xr faith 4 interface has to be configured properly: .Bd -literal -offset -# sysctl -w net.inet6.ip6.accept_rtadv=0 -# sysctl -w net.inet6.ip6.forwarding=1 -# sysctl -w net.inet6.ip6.keepfaith=1 +# sysctl net.inet6.ip6.accept_rtadv=0 +# sysctl net.inet6.ip6.forwarding=1 +# sysctl net.inet6.ip6.keepfaith=1 # ifconfig faith0 up # route add -inet6 3ffe:501:4819:ffff:: -prefixlen 96 ::1 # route change -inet6 3ffe:501:4819:ffff:: -prefixlen 96 -ifp faith0 -- cgit v1.2.3