svn commit: r274660 - head/etc/devd

Justin Hibbits jhibbits at FreeBSD.org
Tue Nov 18 16:31:01 UTC 2014


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";
-}
+};


More information about the svn-src-head mailing list