Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/10/2001 05:33:17
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Jan 10 03:33:16 UTC 2001

Modified Files:
	basesrc/sbin/mount_portal: activate.c conf.c mount_portal.c pt_file.c
	    pt_filter.c pt_tcp.c

Log Message:
be consistent (both internally and with other programs):
	log_err		fatal errors
	log_warning	non-fatal errors & warnings
	log_debug	debug messages (#ifdef DEBUG)


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/sbin/mount_portal/activate.c
cvs rdiff -r1.8 -r1.9 basesrc/sbin/mount_portal/conf.c
cvs rdiff -r1.17 -r1.18 basesrc/sbin/mount_portal/mount_portal.c
cvs rdiff -r1.12 -r1.13 basesrc/sbin/mount_portal/pt_file.c
cvs rdiff -r1.3 -r1.4 basesrc/sbin/mount_portal/pt_filter.c
cvs rdiff -r1.14 -r1.15 basesrc/sbin/mount_portal/pt_tcp.c

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