Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 11/06/1995 02:10:06
thorpej
Sun Nov  5 23:00:19 PST 1995
Update of /a/cvsroot/src/sbin/mountd
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv16297

Modified Files:
	mountd.c mountd.8 
Log Message:
Don't require compiling with -DDEBUG to enable debugging messages.  Instead,
add a new option flag "-d", which enables debugging output.  Compile all
of the code that used to be enabled with -DDEBUG unconditionally.  The
amount of extra code is negligable, and all of the tests to check if
debugging is enabled were done regardless of -DDEBUG anyway.  Adjust
SYSLOG() to DTRT if debugging is not enabled.