From owner-svn-src-head@FreeBSD.ORG Sat Feb 28 01:41:22 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D7C068B; Sat, 28 Feb 2015 01:41:22 +0000 (UTC) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2384EAAC; Sat, 28 Feb 2015 01:41:22 +0000 (UTC) Received: by padfa1 with SMTP id fa1so27000743pad.2; Fri, 27 Feb 2015 17:41:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=qav4TNNw7uyxntbL+olhRb01BYNghpcaIB2B44zDMuo=; b=WLEGiBVLTzL+cOicKhvsRkPzzKvr1500S9KJH1pqOfU4Qp1gjG93dJLG718ieYRB0J QeF29A5gc/T6Ae69/S10bGXL7HjeUmShxdhj8Sdb8ZDqps3sOOoyk7sWw4J1YXtLZxTI 1ImUOahf5Nhi32U4CRgKguCprT2/vdJc5DD6P9xRmxxofZwZ7eFl2q3HZTTqOuenRLAN keWNyN5SApGlRHhT19FIG7CR6QCmbqeB3Nshi3NaciAiRb1f8tbhpm3+Z8LSei8biJ8T pD6alxPbKM82PX1LAJ1mpNCeibeaLm8Gc+7WgXlCQyKD9xR9c7jE5CatRBaqHJtEX5/W HhUg== X-Received: by 10.68.113.97 with SMTP id ix1mr28508875pbb.86.1425087681574; Fri, 27 Feb 2015 17:41:21 -0800 (PST) Received: from ?IPv6:2601:8:ab80:7d6:f467:b699:850a:1406? ([2601:8:ab80:7d6:f467:b699:850a:1406]) by mx.google.com with ESMTPSA id sg4sm5213163pac.11.2015.02.27.17.41.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Feb 2015 17:41:20 -0800 (PST) References: <201502271628.t1RGSurE067472@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201502271628.t1RGSurE067472@svn.freebsd.org> Message-Id: X-Mailer: iPhone Mail (12B466) From: Garrett Cooper Subject: Re: svn commit: r279361 - in head: sys/kern sys/sys usr.sbin/jail Date: Fri, 27 Feb 2015 17:41:19 -0800 To: Ian Lepore Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Jamie Gritton X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 01:41:22 -0000 > On Feb 27, 2015, at 08:28, Ian Lepore wrote: >=20 > Author: ian > Date: Fri Feb 27 16:28:55 2015 > New Revision: 279361 > URL: https://svnweb.freebsd.org/changeset/base/279361 This change broke the pgrep/pkill tests because the jail commands are curren= tly broken, with the message: unknown parameter: osreldate Please fix this ASAP. https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests2/780/ Thanks,=