diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-30 10:13:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-30 10:13:58 +0000 |
commit | 9ab54b49cf9bfac0a2a87f953ce64f384f28e07c (patch) | |
tree | 994d83147edf75c3e452fc9908d0dffc03afd61a | |
parent | cea43b23b19dae2be75eb53fba7b208779f067c3 (diff) |
correct path for spppcontrol;
from bernd ahlers;
-rw-r--r-- | share/man/man4/pppoe.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index 4d438e611af..e0c247a5e89 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.3 2004/11/30 09:46:52 jmc Exp $ +.\" $OpenBSD: pppoe.4,v 1.4 2004/11/30 10:13:57 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -120,7 +120,7 @@ file looks like this: .Bd -literal -offset indent pppoedev ne0 ! /sbin/ifconfig ne0 up -! /sbin/spppcontrol $int myauthproto=pap myauthname=testcaller \e +! /usr/sbin/spppcontrol $int myauthproto=pap myauthname=testcaller \e myauthkey=donttell ! /sbin/ifconfig $int inet 0.0.0.0 0.0.0.1 netmask 0xffffffff ! /sbin/route add default 0.0.0.1 |