svn commit: r194708 - head/usr.sbin/jail

Jamie Gritton jamie at FreeBSD.org
Tue Jun 23 14:39:53 UTC 2009


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)


More information about the svn-src-head mailing list