Subject: CVS commit: src/usr.bin/tip
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 04/02/2006 19:16:22
Module Name:	src
Committed By:	tls
Date:		Sun Apr  2 19:16:22 UTC 2006

Modified Files:
	src/usr.bin/tip: Makefile acu.c cu.c remote.c tip.c tip.h

Log Message:
Fix the conditional compilation on ACULOG so it actually works.
Turn it off by default -- it hardly saves any space, but it's
one of the reasons why the executable is installed setuid, and
other versions of tip/cu don't write a log file anyway.  We can
add syslog support later if we ever really want this back, the
file-writing is all encapsulated in log.c.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.bin/tip/Makefile
cvs rdiff -r1.9 -r1.10 src/usr.bin/tip/acu.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/tip/cu.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/tip/remote.c
cvs rdiff -r1.33 -r1.34 src/usr.bin/tip/tip.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/tip/tip.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.