Date: Tue, 23 Jun 2009 14:39:51 +0000 (UTC) From: Jamie Gritton <jamie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r194708 - head/usr.sbin/jail Message-ID: <200906231439.n5NEdpgj078998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jamie Date: Tue Jun 23 14:39:51 2009 New Revision: 194708 URL: http://svn.freebsd.org/changeset/base/194708 Log: Remove obsolete comment describing how the command line is no longer parsed. Approved by: bz (mentor) Modified: head/usr.sbin/jail/jail.c Modified: head/usr.sbin/jail/jail.c ============================================================================== --- head/usr.sbin/jail/jail.c Tue Jun 23 14:39:21 2009 (r194707) +++ head/usr.sbin/jail/jail.c Tue Jun 23 14:39:51 2009 (r194708) @@ -210,11 +210,6 @@ main(int argc, char **argv) if (uflag) GET_USER_INFO; - /* - * If the first argument (path) starts with a slash, and the third - * argument (IP address) starts with a digit, it is likely to be - * an old-style fixed-parameter command line. - */ if (jailname) set_param("name", jailname); if (securelevel)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906231439.n5NEdpgj078998>