From owner-cvs-all Wed Dec 22 13:48:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F16B514F78; Wed, 22 Dec 1999 13:48:13 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44305; Wed, 22 Dec 1999 13:48:13 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199912222148.NAA44305@freefall.freebsd.org> From: Brian Somers Date: Wed, 22 Dec 1999 13:48:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp auth.c chat.c command.c defs.c defs.h exec.c systems.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/12/22 13:48:13 PST Modified files: usr.sbin/ppp auth.c chat.c command.c defs.c defs.h exec.c systems.c Log: Don't munge ``set dial|login|logout|hangup'' arguments before ExpandString() has a chance to do its own substitutions. Revision Changes Path 1.49 +5 -5 src/usr.sbin/ppp/auth.c 1.67 +3 -3 src/usr.sbin/ppp/chat.c 1.228 +2 -2 src/usr.sbin/ppp/command.c 1.28 +10 -7 src/usr.sbin/ppp/defs.c 1.50 +3 -3 src/usr.sbin/ppp/defs.h 1.15 +2 -2 src/usr.sbin/ppp/exec.c 1.54 +2 -2 src/usr.sbin/ppp/systems.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message