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)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to