From owner-cvs-usrsbin Wed Aug 20 18:22:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA20493 for cvs-usrsbin-outgoing; Wed, 20 Aug 1997 18:22:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA20457; Wed, 20 Aug 1997 18:21:30 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA08661; Wed, 20 Aug 1997 18:21:27 -0700 (PDT) Date: Wed, 20 Aug 1997 18:21:27 -0700 (PDT) Message-Id: <199708210121.SAA08661@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c ipcp.c ipcp.h ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/20 18:21:27 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp command.c ipcp.c ipcp.h ppp.8 Log: AMFC: Correct the forth arg to "set ifaddr". If specified, it gives the IP number that should be used for initial IPCP config requests, irrespective of MYADDR. Revision Changes Path 1.24.2.30 +8 -7 src/usr.sbin/ppp/command.c 1.9.2.14 +13 -7 src/usr.sbin/ppp/ipcp.c 1.4.2.2 +3 -2 src/usr.sbin/ppp/ipcp.h 1.19.2.21 +54 -20 src/usr.sbin/ppp/ppp.8