Author: jhibbits
Date: Tue Nov 18 16:31:00 2014
New Revision: 274660
URL: https://svnweb.freebsd.org/changeset/base/274660
Log:
Missed a terminating ';'.
X-MFC-with: r273009
Modified:
head/etc/devd/apple.conf
Modified: head/etc/devd/apple.conf
==============================================================================
--- head/etc/devd/apple.conf Tue Nov 18 15:38:40 2014 (r274659)
+++ head/etc/devd/apple.conf Tue Nov 18 16:31:00 2014 (r274660)
@@ -77,4 +77,4 @@ notify 10 {
match "subsystem" "POWER";
match "type" "ACLINE";
action "/etc/rc.d/power_profile $notify";
-}
+};
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"