=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/ipsec/Attic/rc.vpn,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/share/ipsec/Attic/rc.vpn 2003/11/07 10:16:45 1.20 +++ src/share/ipsec/Attic/rc.vpn 2004/02/25 08:42:38 1.21 @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: rc.vpn,v 1.20 2003/11/07 10:16:45 jmc Exp $ +# $OpenBSD: rc.vpn,v 1.21 2004/02/25 08:42:38 jmc Exp $ # # Richard Reiner, Ph.D., FSC Internet Corp. # rreiner@fscinternet.com @@ -12,8 +12,8 @@ # M remote networks. (N x M mesh) # # For this to work, you will need to have these enabled (in /etc/sysctl.conf): -# 'sysctl -w net.inet.ip.forwarding=1' (IP packet routing) -# 'sysctl -w net.inet.esp.enable=1' (IPsec ESP protocol) +# 'sysctl net.inet.ip.forwarding=1' (IP packet routing) +# 'sysctl net.inet.esp.enable=1' (IPsec ESP protocol) # XXX The configuration parameters should be moved to another file.