summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 22:51:19 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 22:51:19 -0400
commit3b3a7338ad5a4c4bef05ac2bddfc72c79f7a5313 (patch)
treea04853f391822ec98ea56a3900e80a813571eab2
parente98419d8f600d48333c1e1ca7a2433084d99a047 (diff)
downloadpfsense-3b3a7338ad5a4c4bef05ac2bddfc72c79f7a5313.zip
pfsense-3b3a7338ad5a4c4bef05ac2bddfc72c79f7a5313.tar.gz
Send alerts/notices to Growl
-rw-r--r--etc/inc/notices.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index 462594c..e2d5bd9 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -70,7 +70,7 @@ function file_notice($id, $notice, $category = "General", $url = "", $priority =
/* wrap */
if(file_exists("/dev/led/led2"))
exec("/bin/echo f5 > /dev/led/led2");
-
+ notify_via_growl($notice);
return $queuekey;
}
OpenPOWER on IntegriCloud