diff options
author | jhibbits <jhibbits@FreeBSD.org> | 2014-11-18 16:31:00 +0000 |
---|---|---|
committer | jhibbits <jhibbits@FreeBSD.org> | 2014-11-18 16:31:00 +0000 |
commit | f64af8af37042a49bb9d67a03ba65da156be79ae (patch) | |
tree | b39e3f0dbf9bc1f9de2b5aa82025d25baabdf7f5 /etc | |
parent | c4acadfdd1e73d04ddcaef9a4610f12909784505 (diff) | |
download | FreeBSD-src-f64af8af37042a49bb9d67a03ba65da156be79ae.zip FreeBSD-src-f64af8af37042a49bb9d67a03ba65da156be79ae.tar.gz |
Missed a terminating ';'.
X-MFC-with: r273009
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devd/apple.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf index 7f066cd..9a84542 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"; -} +}; |