From 880d6fd4a30e56f09283cb4faf07dc878ba9bb2f Mon Sep 17 00:00:00 2001 From: maxsteciuk Date: Sat, 6 Oct 2018 23:35:36 -0400 Subject: [PATCH] issue #24: Fixed missing closing quote --- core-files/usr/local/etc/devd/trident-media.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-files/usr/local/etc/devd/trident-media.conf b/core-files/usr/local/etc/devd/trident-media.conf index 4b2898d..d439e24 100644 --- a/core-files/usr/local/etc/devd/trident-media.conf +++ b/core-files/usr/local/etc/devd/trident-media.conf @@ -25,7 +25,7 @@ notify 100 { notify 100 { match "system" "CAM"; - match "type" "error; + match "type" "error"; device-name "(cd|acd)[0-9]+.*"; action "/usr/local/share/trident/scripts/remove-desktop-entry $device-name"; };