freebsd-skq/sbin/route
remko 55a2645084 MFC rev 1.84 route.c
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

Approved by:	imp (mentor, implicit)
2008-03-29 13:44:36 +00:00
..
keywords
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00
route.8 MFC: 1.46: Document that -q also affects "route change". 2005-10-02 13:44:05 +00:00
route.c MFC rev 1.84 route.c 2008-03-29 13:44:36 +00:00