Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 16:31:00 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274660 - head/etc/devd
Message-ID:  <201411181631.sAIGV0Cj033343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";
-}
+};



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411181631.sAIGV0Cj033343>