Remko Lodder 6764f54349 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
2008-03-22 12:50:43 +00:00
..
2005-02-13 22:25:33 +00:00
2006-04-14 09:20:25 +00:00
2005-01-18 10:09:38 +00:00
2006-11-05 20:12:32 +00:00
2006-10-31 22:36:49 +00:00
2006-10-31 22:07:29 +00:00
2006-09-30 11:02:17 +00:00
2006-10-15 13:51:49 +00:00
2007-11-20 21:25:58 +00:00
2008-02-06 08:03:27 +00:00
2006-09-30 11:12:36 +00:00
2008-02-07 18:10:24 +00:00
2007-11-18 09:18:20 +00:00
2006-04-19 19:21:42 +00:00
2005-11-13 01:47:04 +00:00
2005-02-13 22:25:33 +00:00
2007-07-03 12:46:08 +00:00
2007-11-07 10:53:41 +00:00
2008-02-19 07:09:19 +00:00
2007-09-23 16:06:37 +00:00