diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 1999-11-23 11:10:00 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 1999-11-23 11:10:00 +0000 |
commit | 58e9be62faad3497eaae77504ad0f9f1f0b562bf (patch) | |
tree | 301928b31c5dd0a1083e87839ffc4f046906878f /share | |
parent | ae784ee8db36e2f758efdba3c9304bf8c71263e5 (diff) |
Typo. from brad@ via niels@.
Diffstat (limited to 'share')
-rw-r--r-- | share/ipsec/rc.vpn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/ipsec/rc.vpn b/share/ipsec/rc.vpn index dca773d0d21..53ee427c5ce 100644 --- a/share/ipsec/rc.vpn +++ b/share/ipsec/rc.vpn @@ -1,7 +1,7 @@ #!/bin/sh # -# $OpenBSD: rc.vpn,v 1.3 1999/08/28 12:10:37 ho Exp $ +# $OpenBSD: rc.vpn,v 1.4 1999/11/23 11:09:59 ho Exp $ # # Richard Reiner, Ph.D., FSC Internet Corp. # rreiner@fscinternet.com @@ -12,7 +12,7 @@ # rc.vpn -- configure IPSec in tunnel mode for a mesh of N local and # M remote networks. (N x M mesh) # -# For this to work, you will need to have these enabled (in /etc/sysct.conf): +# 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) |