From c2384debfc94ca908f8c4903a7373cba74e8be50 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Tue, 18 Nov 2014 16:31:00 +0000 Subject: [PATCH] Missed a terminating ';'. X-MFC-with: r273009 --- etc/devd/apple.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf index 7f066cdf5ad7..9a84542d0905 100644 --- a/etc/devd/apple.conf +++ b/etc/devd/apple.conf @@ -77,4 +77,4 @@ notify 10 { match "subsystem" "POWER"; match "type" "ACLINE"; action "/etc/rc.d/power_profile $notify"; -} +};