From owner-cvs-usrsbin Sun Nov 16 17:20:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29272 for cvs-usrsbin-outgoing; Sun, 16 Nov 1997 17:20:07 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA29016; Sun, 16 Nov 1997 17:16:39 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA29374; Sun, 16 Nov 1997 17:13:48 -0800 (PST) Date: Sun, 16 Nov 1997 17:13:48 -0800 (PST) Message-Id: <199711170113.RAA29374@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/11/16 17:13:48 PST Modified files: usr.sbin/ppp main.c Log: Don't SetLabel() 'till we've done the SelectSystem(). This avoids the situation where we specify label ``x'' on the command line, and label ``x'' has a ``load y'' command embedded in it. When the line comes up, we want to use ``x'' from ppp.linkup, not ``y''. Revision Changes Path 1.101 +17 -13 src/usr.sbin/ppp/main.c