diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-25 08:42:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-25 08:42:39 +0000 |
commit | 6486637a6bf5ed573fb5c731b38f60ce655d9b81 (patch) | |
tree | a599fd75070aacc352535fbe7cdf636cdb66ab61 /usr.sbin/faithd | |
parent | 6f96585c9df4243ccf9c1dc2d8e1617dcbf5fb4b (diff) |
remove -w option to sysctl;
diffs from Paul de Weerd;
ok deraadt@
Diffstat (limited to 'usr.sbin/faithd')
-rw-r--r-- | usr.sbin/faithd/faithd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |