Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2018 18:49:53 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463992 - head/security/u2f-devd/files
Message-ID:  <201803091849.w29InrRk043868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803091849.w29InrRk043868>