K 10 svn:author V 5 remko K 8 svn:date V 27 2008-03-22T12:50:43.000000Z K 7 svn:log V 341 In route.c in newroute() there's a call to exit(0) if the command was 'get'. Since rtmsg() always gets called and returns 0 on success and -1 on failure, it's possible to exit with a suitable exit code by calling exit(ret != 0) instead, as is done at the end of newroute(). PR: bin/112303 Submitted by: bruce@cran.org.uk MFC after: 1 week END