Subject: CVS commit: src/sbin/init
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/25/2006 19:42:04
Module Name:	src
Committed By:	christos
Date:		Mon Sep 25 19:42:04 UTC 2006

Modified Files:
	src/sbin/init: init.c

Log Message:
Error message consistency:
1. don't print the program name in the message [syslog does it]
2. no extraneous \n [syslog takes care of it]
3. quote strings as `%s' [we are using syslog]
4. use %m instead of error = %d


To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sbin/init/init.c

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