From 7dfcbdccec5207b38e12ba2c94b0daaa7fefe8a1 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 28 Feb 2016 12:16:13 +0000 Subject: 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 MFH: 2016Q1 --- x11-drivers/xf86-input-wacom/Makefile | 2 +- x11-drivers/xf86-input-wacom/files/wacom.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-drivers/xf86-input-wacom') diff --git a/x11-drivers/xf86-input-wacom/Makefile b/x11-drivers/xf86-input-wacom/Makefile index a8d62d8159a8..e9aad7859ed3 100644 --- a/x11-drivers/xf86-input-wacom/Makefile +++ b/x11-drivers/xf86-input-wacom/Makefile @@ -2,7 +2,7 @@ PORTNAME= xf86-input-wacom PORTVERSION= 0.32.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} diff --git a/x11-drivers/xf86-input-wacom/files/wacom.in b/x11-drivers/xf86-input-wacom/files/wacom.in index f98d542e06d0..2d3b75e778ea 100644 --- a/x11-drivers/xf86-input-wacom/files/wacom.in +++ b/x11-drivers/xf86-input-wacom/files/wacom.in @@ -4,6 +4,7 @@ # # PROVIDE: wacom # REQUIRE: mountcritlocal +# BEFORE: devd # KEYWORD: nojail # # Add the following lines to /etc/rc.conf to enable this service: -- cgit v1.2.3