From owner-cvs-usrsbin Sun May 25 17:53:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA18814 for cvs-usrsbin-outgoing; Sun, 25 May 1997 17:53:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA18786; Sun, 25 May 1997 17:52:57 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA24751; Sun, 25 May 1997 17:52:31 -0700 (PDT) Date: Sun, 25 May 1997 17:52:31 -0700 (PDT) Message-Id: <199705260052.RAA24751@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile alias_cmd.c async.c auth.c ccp.c chap.c chat.c command.c hdlc.c ip.c ipcp.c lcp.c log.c lqr.c main.c modem.c os.c pap.c systems.c systems.h vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/05/25 17:52:31 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp Makefile alias_cmd.c async.c auth.c ccp.c chap.c chat.c command.c hdlc.c ip.c ipcp.c lcp.c log.c lqr.c main.c modem.c os.c pap.c systems.c systems.h vars.c vars.h Log: YAMFC: De-couple ppp from libalias. If libalias isn't there, the alias commands simply won't work. Only root may specify the location of the alias lib (otherwise, it's hard-coded). Make logprintf silently fail if LogOpen hasn't been called. Suggested by: eivind Revision Changes Path 1.9.2.6 +6 -6 src/usr.sbin/ppp/Makefile 1.1.2.2 +22 -32 src/usr.sbin/ppp/alias_cmd.c 1.5.2.1 +2 -1 src/usr.sbin/ppp/async.c 1.7.2.4 +2 -1 src/usr.sbin/ppp/auth.c 1.7.2.3 +2 -1 src/usr.sbin/ppp/ccp.c 1.7.2.6 +2 -1 src/usr.sbin/ppp/chap.c 1.11.2.8 +6 -1 src/usr.sbin/ppp/chat.c 1.24.2.14 +26 -15 src/usr.sbin/ppp/command.c 1.9.2.3 +2 -1 src/usr.sbin/ppp/hdlc.c 1.9.2.9 +6 -5 src/usr.sbin/ppp/ip.c 1.9.2.10 +3 -3 src/usr.sbin/ppp/ipcp.c 1.10.2.7 +2 -1 src/usr.sbin/ppp/lcp.c 1.4.2.4 +6 -4 src/usr.sbin/ppp/log.c 1.7.2.4 +2 -1 src/usr.sbin/ppp/lqr.c 1.22.2.19 +8 -6 src/usr.sbin/ppp/main.c 1.24.2.10 +2 -1 src/usr.sbin/ppp/modem.c 1.7.2.7 +2 -1 src/usr.sbin/ppp/os.c 1.7.2.3 +2 -1 src/usr.sbin/ppp/pap.c 1.6.2.4 +8 -1 src/usr.sbin/ppp/systems.c 1.1.4.1 +2 -1 src/usr.sbin/ppp/systems.h 1.9.2.5 +3 -2 src/usr.sbin/ppp/vars.c 1.7.2.6 +15 -1 src/usr.sbin/ppp/vars.h