Subject: CVS commit: src/sbin/route
To: None <source-changes@NetBSD.org>
From: Brian Ginsbach <ginsbach@netbsd.org>
List: source-changes
Date: 07/15/2005 21:29:54
Module Name:	src
Committed By:	ginsbach
Date:		Fri Jul 15 21:29:54 UTC 2005

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

Log Message:
* Exit non-zero error code when flushroute() fails operating on the
  routing socket, e.g. running route flush as non-root.

* When quiet (-q) don't append error string to a non-existent
  diagnostic output (stdout).  The error diagnostic is still written
  to stderr.  [from FreeBSD]

* Use warn(3) in place of perror(3).


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sbin/route/route.c

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