From 9ab54b49cf9bfac0a2a87f953ce64f384f28e07c Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 30 Nov 2004 10:13:58 +0000 Subject: correct path for spppcontrol; from bernd ahlers; --- share/man/man4/pppoe.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man') 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 -- cgit v1.2.3