From owner-cvs-all@FreeBSD.ORG Fri Sep 2 15:57:48 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D9516A41F; Fri, 2 Sep 2005 15:57:48 +0000 (GMT) (envelope-from stas@core.310.ru) Received: from core.310.ru (core.310.ru [83.97.105.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107DE43D45; Fri, 2 Sep 2005 15:57:47 +0000 (GMT) (envelope-from stas@core.310.ru) Received: from core.310.ru (localhost [127.0.0.1]) by core.310.ru (8.13.3/8.12.11) with ESMTP id j82FvZ41001048; Fri, 2 Sep 2005 19:57:35 +0400 (MSD) (envelope-from stas@core.310.ru) Received: (from stas@localhost) by core.310.ru (8.13.3/8.12.11/Submit) id j82FvZNs001047; Fri, 2 Sep 2005 19:57:35 +0400 (MSD) (envelope-from stas) Date: Fri, 2 Sep 2005 19:57:35 +0400 From: Stanislav Sedov To: Pawel Jakub Dawidek , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Message-ID: <20050902155735.GF617@core.310.ru> Mail-Followup-To: Pawel Jakub Dawidek , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org References: <200508201705.j7KH5lj8059360@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200508201705.j7KH5lj8059360@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 15:57:48 -0000 On Sat, Aug 20, 2005 at 05:05:47PM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-08-20 17:05:47 UTC > > FreeBSD src repository > > Modified files: > sys/geom/label g_label.c > Log: > Back-out the change from revision 1.14 and allow for '/' in labels again. > > Convinced by: green, Gavin Atkinson, dougb, gordon > MFC after: 1 day > > Revision Changes Path > 1.17 +0 -8 src/sys/geom/label/g_label.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > > We need to check for '(\.\.|/)+' in labels, as some labels would not work, e.g. '/', '../' and so on. If you are interested I have a patch against last revision.