Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/10/2001 01:49:55
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Jan  9 23:49:54 UTC 2001

Modified Files:
	basesrc/games/hunt/huntd: driver.c faketalk.c get_names.c

Log Message:
- openlog "huntd" instead of "HUNT"
- consistently log non-critical errors at LOG_WARNING not LOG_ERR
- consistently use positive numbers for exit() and _exit()
- one warning was using printf() instead of syslog()


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/games/hunt/huntd/driver.c
cvs rdiff -r1.4 -r1.5 basesrc/games/hunt/huntd/faketalk.c \
    basesrc/games/hunt/huntd/get_names.c

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