Date: Sun, 28 Feb 2016 20:40:03 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409758 - in branches/2016Q1/x11-drivers/xf86-input-wacom: . files Message-ID: <201602282040.u1SKe3Mn057581@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Feb 28 20:40:03 2016 New Revision: 409758 URL: https://svnweb.freebsd.org/changeset/ports/409758 Log: MFH: r409737 x11-drivers/xf86-input-wacom: prevent devd(8) loading ums(4) first devd(8) tries to load drivers for some classes of devices while rc.d/wacom disables ums(4) for wacom devices. Adding quirks after the driver is loaded would be too late. PR: 207506 Submitted by: rozhuk.im@gmail.com Approved by: ports-secteam (feld) Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile Sun Feb 28 18:57:46 2016 (r409757) +++ branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile Sun Feb 28 20:40:03 2016 (r409758) @@ -2,6 +2,7 @@ PORTNAME= xf86-input-wacom PORTVERSION= 0.32.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in ============================================================================== --- branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Sun Feb 28 18:57:46 2016 (r409757) +++ branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Sun Feb 28 20:40:03 2016 (r409758) @@ -4,6 +4,7 @@ # # PROVIDE: wacom # REQUIRE: mountcritlocal +# BEFORE: devd # KEYWORD: nojail # # Add the following lines to /etc/rc.conf to enable this service:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602282040.u1SKe3Mn057581>