K 10 svn:author V 3 zec K 8 svn:date V 27 2009-08-21T11:13:56.748103Z K 7 svn:log V 407 Bugfix: all requests for creating vnets via vimage -c were always reported as failures, even if the actual library / system call would succeed, because error message would be reported if the return value from jail_setv() call was >= 0, and if not, then if that same value was < 0, i.e. always. The correct behavior is to abort (only) if jail_setv() returns < 0. Approved by: re (rwatson), julian (mentor) END