Date: Sun, 25 May 1997 17:44:13 -0700 (PDT) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp loadalias.c loadalias.h 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 Message-ID: <199705260044.RAA24535@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1997/05/25 17:44:13 PDT
Modified files:
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
Added files:
usr.sbin/ppp loadalias.c loadalias.h
Log:
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.20 +6 -6 src/usr.sbin/ppp/Makefile
1.3 +22 -32 src/usr.sbin/ppp/alias_cmd.c
1.8 +2 -1 src/usr.sbin/ppp/async.c
1.13 +2 -1 src/usr.sbin/ppp/auth.c
1.12 +2 -1 src/usr.sbin/ppp/ccp.c
1.17 +2 -1 src/usr.sbin/ppp/chap.c
1.25 +6 -1 src/usr.sbin/ppp/chat.c
1.50 +26 -15 src/usr.sbin/ppp/command.c
1.15 +2 -1 src/usr.sbin/ppp/hdlc.c
1.20 +6 -5 src/usr.sbin/ppp/ip.c
1.20 +3 -3 src/usr.sbin/ppp/ipcp.c
1.21 +2 -1 src/usr.sbin/ppp/lcp.c
1.11 +6 -4 src/usr.sbin/ppp/log.c
1.14 +2 -1 src/usr.sbin/ppp/lqr.c
1.57 +8 -6 src/usr.sbin/ppp/main.c
1.40 +2 -1 src/usr.sbin/ppp/modem.c
1.19 +2 -1 src/usr.sbin/ppp/os.c
1.12 +2 -1 src/usr.sbin/ppp/pap.c
1.11 +8 -1 src/usr.sbin/ppp/systems.c
1.4 +2 -1 src/usr.sbin/ppp/systems.h
1.17 +3 -2 src/usr.sbin/ppp/vars.c
1.16 +15 -1 src/usr.sbin/ppp/vars.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705260044.RAA24535>
