Date: Tue, 7 Apr 2009 12:49:50 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/jexec jexec.c Message-ID: <200904071250.n37Co58c008030@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2009-04-07 12:49:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/jexec jexec.c Log: SVN rev 190797 on 2009-04-07 12:49:50Z by ru MFC: - Add missing include. - Style: size_t can't be negative. - Don't exit with a zero status code when no jails are configured on a system. - Style: simplify some code constructs. - If a single jail cannot be found, let the caller print a proper diagnostic message. Approved by: re (kib) Revision Changes Path 1.4.2.2 +13 -17 src/usr.sbin/jexec/jexec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904071250.n37Co58c008030>