summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2009-06-23 14:39:51 +0000
committerjamie <jamie@FreeBSD.org>2009-06-23 14:39:51 +0000
commit8496e0a313f2480e621c3f30cc45dada612aa311 (patch)
tree3e3f643f2efd61ff52d1973943d0dfcf8c2cb0b7 /usr.sbin
parent4405625484796b28dc4e6844a8505326f925d548 (diff)
downloadFreeBSD-src-8496e0a313f2480e621c3f30cc45dada612aa311.zip
FreeBSD-src-8496e0a313f2480e621c3f30cc45dada612aa311.tar.gz
Remove obsolete comment describing how the command line is
no longer parsed. Approved by: bz (mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/jail/jail.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c
index e00610b..9d9b979 100644
--- a/usr.sbin/jail/jail.c
+++ b/usr.sbin/jail/jail.c
@@ -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)
OpenPOWER on IntegriCloud