From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by ttr; Tue Oct 29 18:58:22 EDT 2013 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 4D4C220F42 for <9front@9front.org>; Tue, 29 Oct 2013 18:52:12 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute1.internal (MEProxy); Tue, 29 Oct 2013 18:52:13 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:in-reply-to:references:subject:date; s=mesmtp; bh= EaTuE4uIlTCmOv9NuhrkzBz/kRA=; b=lzddaqYov0VjqZT9eXMYRMzaILGiUkAw Z6mxNXC3clXFnbKRx1mPHA2fvSHBOa2n8uOme/yqCqTydYIVJXvAaLT/zQwrl5kz m230k6Q/AryZaQOwNkfszliTjR9qV8SH5H6CH350xWpNPqCqrrOMdwhSvrd6BCpA J5WalILTEpQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=EaTuE4uIlTCmOv9NuhrkzBz/kRA=; b=FAH rwmOZ0XPlfYoPCwo57GhRZsZR2hCR9xR3tnXG7ZbHutefZSFDq9urZ8E8inSBDZx e2uM0Nj1OQg6l7U2ukH15sCyBr7qIZXFNT4bhAJaIcDplqjY/Ey1/tWcLVRO633Y /m9FNFa2cksKUqRz1GCTvmpR6MQysR4usdRDz76U= Received: by web1.nyi.mail.srv.osa (Postfix, from userid 99) id 65F60F00113; Tue, 29 Oct 2013 18:52:12 -0400 (EDT) Message-Id: <1383087132.3320.40456125.76996F4F@webmail.messagingengine.com> List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: non-blocking hypervisor factory-based content-driven database X-Sasl-Enc: zEowlXgbX8uvxK7Xh6nwhQxXv5r4HwRYurUF6El4EE2d 1383087132 From: Ethan Grammatikidis To: 9front@9front.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: MessagingEngine.com Webmail Interface - ajax-96010b3f In-Reply-To: <7e1e5866d8cc813c9bf7e4704438315d@x230.inri> References: <1383020016.5227.40074549.33BC5866@webmail.messagingengine.com> <7e1e5866d8cc813c9bf7e4704438315d@x230.inri> Subject: Re: [9front] plumber filename matching Date: Tue, 29 Oct 2013 22:52:12 +0000 On Tue, Oct 29, 2013, at 04:27 AM, sl@9front.org wrote: > > I'm planning to make small changes to /sys/lib/plumb/basic to match > > filenames containing commas. (Currently they are ignored.) If anyone can > > find a problem with this, please reply. >=20 > Can you post the proposed changes? for each stanza containing "arg isfile": for each line beginning "data matches": add "," to the large range regexp. for example: data matches '[a-zA-Z=C2=A1-=EF=BF=BF0-9_\-./]+' would be changed to data matches '[a-zA-Z=C2=A1-=EF=BF=BF0-9_\-./,]+' stanzas containing "arg isfile" have two such lines. the comma will be added to both.