From owner-cvs-all Thu Mar 8 15:51:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC74A37B71A; Thu, 8 Mar 2001 15:51:50 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f28Npou78229; Thu, 8 Mar 2001 15:51:50 -0800 (PST) (envelope-from brian) Message-Id: <200103082351.f28Npou78229@freefall.freebsd.org> From: Brian Somers Date: Thu, 8 Mar 2001 15:51:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ip.c ipcp.c physical.c prompt.c radius.c radius.h server.h systems.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/08 15:51:50 PST Modified files: usr.sbin/ppp bundle.c ip.c ipcp.c physical.c prompt.c radius.c radius.h server.h systems.c Log: MAXPATHLEN -> PATH_MAX Don't assume MAXHOSTNAMELEN includes the NUL Correct a diagnostic Use "localhost" in our prompt instead of "" Revision Changes Path 1.113 +3 -3 src/usr.sbin/ppp/bundle.c 1.88 +3 -3 src/usr.sbin/ppp/ip.c 1.102 +2 -2 src/usr.sbin/ppp/ipcp.c 1.45 +5 -5 src/usr.sbin/ppp/physical.c 1.24 +3 -3 src/usr.sbin/ppp/prompt.c 1.20 +3 -3 src/usr.sbin/ppp/radius.c 1.6 +2 -2 src/usr.sbin/ppp/radius.h 1.9 +2 -2 src/usr.sbin/ppp/server.h 1.63 +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