From owner-svn-ports-head@freebsd.org Fri Mar 9 18:49:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D2AFF424EF; Fri, 9 Mar 2018 18:49:54 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 008F586951; Fri, 9 Mar 2018 18:49:54 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF92322DB4; Fri, 9 Mar 2018 18:49:53 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w29Inr3D043869; Fri, 9 Mar 2018 18:49:53 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w29InrRk043868; Fri, 9 Mar 2018 18:49:53 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201803091849.w29InrRk043868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 9 Mar 2018 18:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463992 - head/security/u2f-devd/files X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/u2f-devd/files X-SVN-Commit-Revision: 463992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2018 18:49:54 -0000 Author: cpm Date: Fri Mar 9 18:49:53 2018 New Revision: 463992 URL: https://svnweb.freebsd.org/changeset/ports/463992 Log: - Fix u2f.conf Modified: head/security/u2f-devd/files/u2f.conf Modified: head/security/u2f-devd/files/u2f.conf ============================================================================== --- head/security/u2f-devd/files/u2f.conf Fri Mar 9 18:42:30 2018 (r463991) +++ head/security/u2f-devd/files/u2f.conf Fri Mar 9 18:49:53 2018 (r463992) @@ -191,5 +191,5 @@ notify 100 { attach 100 { match "vendor" "0x18d1"; match "product" "0x5026"; - action "chgrp u2f /dev/$device-name; chmod g+rw /dev/device-name"; + action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; };