Date: Mon, 27 Dec 1999 03:43:32 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <199912271143.DAA35490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/12/27 03:43:32 PST
Modified files:
usr.sbin/ppp auth.c chat.c command.c defs.c defs.h
exec.c systems.c
Log:
Don't allowt '#' as a comment when it's embedded in quotes:
set something "xxx yyy # zzz" aaa
shouldn't be interpreted as
set something "xxx yyy" aaa
Revision Changes Path
1.50 +5 -5 src/usr.sbin/ppp/auth.c
1.68 +4 -3 src/usr.sbin/ppp/chat.c
1.229 +2 -2 src/usr.sbin/ppp/command.c
1.30 +7 -6 src/usr.sbin/ppp/defs.c
1.52 +6 -1 src/usr.sbin/ppp/defs.h
1.16 +3 -2 src/usr.sbin/ppp/exec.c
1.57 +13 -20 src/usr.sbin/ppp/systems.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912271143.DAA35490>
